##// 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:

r18807:cf72fd8b default
r19048:1163ff06 default
Show More
test-hgk.t
20 lines | 315 B | text/troff | Tads3Lexer
Matt Mackall
tests: unify test-hgk
r12431 Minimal hgk check
$ echo "[extensions]" >> $HGRCPATH
$ echo "hgk=" >> $HGRCPATH
$ hg init repo
$ cd repo
$ echo a > a
$ hg ci -Am adda
adding a
$ hg debug-cat-file commit 0
tree a0c8bcbbb45c
parent 000000000000
author test 0 0
revision 0
branch default
Andrew Shadura
hgk: add support for phases...
r18807 phase draft
Matt Mackall
tests: unify test-hgk
r12431
adda
Mads Kiilerich
tests: add missing trailing 'cd ..'...
r16913
$ cd ..