##// END OF EJS Templates
debugcommands: drop offset and length from debugindex by default...
debugcommands: drop offset and length from debugindex by default These fields are an implementation detail of revlog storage. As such, they are not part of the generic storage "index" interface and shouldn't be displayed by default. Because we don't have another way to display these fields, we've retained support for printing these fields via --verbose. Yes, I know we should probably be doing all this formatting using modern formatting/templater APIs. I didn't feel like scope bloating this patch. Differential Revision: https://phab.mercurial-scm.org/D3028

File last commit:

r37301:d4e62df1 default
r37301:d4e62df1 default
Show More
test-extra-filelog-entry.t
21 lines | 388 B | text/troff | Tads3Lexer
/ tests / test-extra-filelog-entry.t
Issue351: mq: qrefresh can create extra revlog entry
$ 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
$ hg debugindex b
rev linkrev nodeid p1 p2
0 0 1e88685f5dde 000000000000 000000000000