##// END OF EJS Templates
tests: fix test-sparse-revlog...
tests: fix test-sparse-revlog This one is not covered by the CIbecause I requires an expensive artifact to be cached. So it goes out of think on regular basis (we should fix that…) The test ouput was affected by e706bb41fdb3 as we filtering now happens sooner, removing for the output.

File last commit:

r50516:55c6ebd1 stable
r50521:da636e7a default
Show More
test-extra-filelog-entry.t
21 lines | 398 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
debugindex: rename the parent column to mention nodeid...
r50147 rev linkrev nodeid p1-nodeid p2-nodeid
Gregory Szorc
debugcommands: drop offset and length from debugindex by default...
r37301 0 0 1e88685f5dde 000000000000 000000000000
Adrian Buehlmann
tests: unify test-extra-filelog-entry
r12305