Show More
@@ -750,10 +750,8 b" This shouldn't be possible:" | |||
|
750 | 750 | $ hg branch closewithamend |
|
751 | 751 | marked working directory as branch closewithamend |
|
752 | 752 | (branches are permanent and global, did you want a bookmark?) |
|
753 | $ hg ci -Am.. | |
|
754 | adding cc.orig | |
|
755 | adding obs.py | |
|
756 | adding obs.pyc | |
|
753 | $ hg add obs.py | |
|
754 | $ hg ci -m.. | |
|
757 | 755 | $ hg ci --amend --close-branch -m 'closing' |
|
758 | 756 | abort: can only close branch heads |
|
759 | 757 | [255] |
General Comments 0
You need to be logged in to leave comments.
Login now