##// END OF EJS Templates
histedit: more precise user message when changeset is missing...
histedit: more precise user message when changeset is missing Now that we explicitly detect duplicated changesets, we can explicitly detect missing ones. We cover the same cases as before, some others and we offer a better error message in all cases.

File last commit:

r17132:b87acfda default
r19048:1163ff06 default
Show More
test-extra-filelog-entry.t
21 lines | 448 B | text/troff | Tads3Lexer
/ tests / test-extra-filelog-entry.t
Martin Geisler
tests: added a short description to issue numbers...
r12399 Issue351: mq: qrefresh can create extra revlog entry
Adrian Buehlmann
tests: unify test-extra-filelog-entry
r12305
$ echo "[extensions]" >> $HGRCPATH
$ echo "mq=" >> $HGRCPATH
$ hg init
$ hg qinit
$ echo b > b
$ hg ci -A -m foo
adding b
$ echo cc > b
$ hg qnew -f foo.diff
$ echo b > b
$ hg qrefresh
Sune Foldager
tests: fix deprecated use of hg debugdata/debugindex...
r14182 $ hg debugindex b
Bryan O'Sullivan
tests: reduce spurious failures when run with generaldelta...
r17132 rev offset length ..... linkrev nodeid p1 p2 (re)
0 0 3 ..... 0 1e88685f5dde 000000000000 000000000000 (re)
Adrian Buehlmann
tests: unify test-extra-filelog-entry
r12305