Mercurial > public > mercurial-scm > hg
diff tests/test-histedit-edit.t @ 19496:607191a45f8c stable
checkunfinished: accommodate histedit quirk
Turns out histedit actually intends for commits (but not other
operations like update) to be possible during its operation.
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 25 Jul 2013 02:17:52 -0500 |
parents | 11664641fbad |
children | aa9385f983fa |
line wrap: on
line diff
--- a/tests/test-histedit-edit.t Mon Jul 22 10:04:53 2013 +0200 +++ b/tests/test-histedit-edit.t Thu Jul 25 02:17:52 2013 -0500 @@ -73,8 +73,8 @@ (use 'hg histedit --continue' or 'hg histedit --abort') [255] -commit, then edit the revision (temporarily disable histedit to allow commit) - $ hg ci -m 'wat' --config 'extensions.histedit=!' +commit, then edit the revision + $ hg ci -m 'wat' created new head $ echo a > e $ HGEDITOR='echo foobaz > ' hg histedit --continue 2>&1 | fixbundle