branch | stable |
changeset 16276 | 6b16ded5c810 |
parent 16018 | ed9f40bc346f |
child 16352 | 4d875bb546dc |
--- a/mercurial/hg.py Wed Mar 21 17:24:15 2012 +0900 +++ b/mercurial/hg.py Wed Mar 21 16:39:38 2012 -0500 @@ -356,7 +356,7 @@ if dircleanup: dircleanup.close() - # clone all bookmarks + # clone all bookmarks except divergent ones if destrepo.local() and srcrepo.capable("pushkey"): rb = srcrepo.listkeys('bookmarks') for k, n in rb.iteritems():