Rebasing and Branches

Stephen Rasku mercurial at srasku.net
Tue Aug 11 11:07:51 CDT 2009


I just checked in a change to my local repository and then did a pull
from the main repository.  This put my checkin onto a branch as I
wanted.  I then pushed -f to the main repository to preserve my
branch.  However, this makes my commit the new tip.  If someone issues
a "hg pull --rebase" from the main repository are their changes going
to be rebased onto the tip (i.e. my branch) or the original branch?

...Stephen


More information about the Mercurial mailing list