mercurial/hg.py
branchstable
changeset 17870 7d2dd10ce9ea
parent 17867 c9339efed653
child 17871 52c7e171e355
--- a/mercurial/hg.py	Fri Oct 26 13:20:44 2012 +0200
+++ b/mercurial/hg.py	Fri Oct 26 14:37:03 2012 +0200
@@ -418,6 +418,7 @@
                 if uprev is None:
                     try:
                         uprev = destrepo._bookmarks['@']
+                        update = '@'
                     except KeyError:
                         try:
                             uprev = destrepo.branchtip('default')