Mercurial > hg
diff mercurial/util.h @ 17043:6f89c3f0192d
fix push of moved bookmark when creating new branch heads
The problem occured when pushing a changeset that at the same time creates a
new named branch head and moves a bookmark. The code invoked methods that only
exist on localrepo instances, so it failed for any other type of remote. The
test suite only tested against local remotes.
author | Sune Foldager <cryo@cyanite.org> |
---|---|
date | Tue, 26 Jun 2012 23:05:25 +0200 |
parents | 1435866c1937 |
children | 9535a0dc41f2 |