##// END OF EJS Templates
tests: run many tests in $TESTTMP/repo instead of $TESTTMP...
tests: run many tests in $TESTTMP/repo instead of $TESTTMP This is useful so we can store other files in $TESTTMP (in particular tests that use docket files (nodemap, dirstate-v2) keep file uids in $TESTTMP/UID)

File last commit:

r50516:55c6ebd1 stable
r50516:55c6ebd1 stable
Show More
test-extra-filelog-entry.t
22 lines | 415 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
Arseniy Alekseyev
tests: run many tests in $TESTTMP/repo instead of $TESTTMP...
r50516 $ hg init repo
$ cd repo
Adrian Buehlmann
tests: unify test-extra-filelog-entry
r12305 $ 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