mercurial - Creating remote bookmarks while pushing to hgweb server -
there's lot of questions bookmarks none of them answers question:
what should allow creating bookmarks while pushing hgweb server?
here's i'm getting while trying push bookmark:
$ hg push -b feature1 pushing http://local_server/hg/project searching changes no changes found exporting bookmark feature1 updating bookmark feature1 failed! is there should put .hgrc or in hgweb config?
when bookmarks exist in remote repo updated, creating bookmarks push works on bitbucket i'm sure it's possible.
problem solved:
in system there 2 mercurial versions installed:
/usr/bin/hg == v1.4 /usr/local/bin/hg == v2.2 although wchich hg prints /usr/local/bin/hg nginx using /usr/bin/hg.
thank help.
problem solved:
in system there 2 mercurial versions installed:
/usr/bin/hg == v1.4 /usr/local/bin/hg == v2.2 although which hg shows /usr/local/bin/hg nginx using /usr/bin/hg.
Comments
Post a Comment