comparison tests/test-subrepo.t @ 27890:ce76c4d2b85c

backout: commit changeset by default (BC) Add --no-commit flag to prevent it. This should make the hg user experience a little better. Some discussion can be found here: http://markmail.org/message/7jm7ro2ias6hxywy
author Ruslan Sayfutdinov <sayfutdinov@fb.com>
date Fri, 15 Jan 2016 13:46:33 -0800
parents 296d55def9c4
children 72072cfc7e91
comparison
equal deleted inserted replaced
27889:88aa4da0cba8 27890:ce76c4d2b85c
669 committing subrepository t 669 committing subrepository t
670 670
671 backout calls revert internally with minimal opts, which should not raise 671 backout calls revert internally with minimal opts, which should not raise
672 KeyError 672 KeyError
673 673
674 $ hg backout ".^" 674 $ hg backout ".^" --no-commit
675 0 files updated, 0 files merged, 0 files removed, 0 files unresolved 675 0 files updated, 0 files merged, 0 files removed, 0 files unresolved
676 changeset c373c8102e68 backed out, don't forget to commit. 676 changeset c373c8102e68 backed out, don't forget to commit.
677 677
678 $ hg up -C # discard changes 678 $ hg up -C # discard changes
679 1 files updated, 0 files merged, 0 files removed, 0 files unresolved 679 1 files updated, 0 files merged, 0 files removed, 0 files unresolved