Mercurial > hg > mercurial-source
comparison tests/test-commit-amend.t @ 19980:0151b61fed97 stable
test: do not add .pyc and .orig in test-commit-amend.t (issue4085)
This makes the test fails with disabled byte-compilation
(PYTHONDONTWRITEBYTECODE="1" environmental variable).
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Tue, 05 Nov 2013 10:55:45 +0100 |
parents | b500a663a2c7 |
children | b0153cb8b64e |
comparison
equal
deleted
inserted
replaced
19979:d24ee6d7d167 | 19980:0151b61fed97 |
---|---|
748 | 748 |
749 $ hg up -q default | 749 $ hg up -q default |
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] |
760 | 758 |
761 This silliness fails: | 759 This silliness fails: |