hg-git plugin and bookmarks (master)
David Demelier
demelier.david at gmail.com
Mon Oct 31 10:14:52 UTC 2016
2016-10-30 10:01 GMT+01:00 Uwe Brauer <oub at mat.ucm.es>:
>
>
> > Did you have the master bookmark activated before you pulled? Did you
> > pull with the -u option? Did you do an update after pulling?
> > In other words, did *you* move the master bookmark locally?
>
> Oops I run a script I wrote when I installed the bridge:
>
> hg -R ../matlab-emacs-bridge pull; hg pull -u
>
> So the answer is yes I used the -u option.
Bare pull -u is very dangerous because it can move bookmarks (and
requested many times to not do so). I suggess to do pull -u -B .
instead.
--
Demelier David
More information about the Mercurial
mailing list