Mercurial > hg
comparison mercurial/bundle2.py @ 21843:92666a869ea4 stable
bookmarks: avoid deleting primary bookmarks on rebase
Prior to this, doing "hg rebase -s @foo -d @" would delete @, which is
obviously wrong: a primary bookmark should never be automatically deleted.
This change blocks the deletion, but doesn't yet properly clean up the
divergence: @ should replace @foo.
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Tue, 08 Jul 2014 14:45:55 -0500 |
parents | 9f3652e851f8 |
children | 1daad9dcdba2 |
comparison
equal
deleted
inserted
replaced
21842:fd2527d9b995 | 21843:92666a869ea4 |
---|