##// END OF EJS Templates
test: do not add .pyc and .orig in test-commit-amend.t (issue4085)...
Pierre-Yves David -
r19980:0151b61f stable
parent child Browse files
Show More
@@ -750,10 +750,8 b" This shouldn't be possible:"
750 $ hg branch closewithamend
750 $ hg branch closewithamend
751 marked working directory as branch closewithamend
751 marked working directory as branch closewithamend
752 (branches are permanent and global, did you want a bookmark?)
752 (branches are permanent and global, did you want a bookmark?)
753 $ hg ci -Am..
753 $ hg add obs.py
754 adding cc.orig
754 $ hg ci -m..
755 adding obs.py
756 adding obs.pyc
757 $ hg ci --amend --close-branch -m 'closing'
755 $ hg ci --amend --close-branch -m 'closing'
758 abort: can only close branch heads
756 abort: can only close branch heads
759 [255]
757 [255]
General Comments 0
You need to be logged in to leave comments. Login now