Skip to content
Snippets Groups Projects
Commit bb679344c88d authored by Christian Ebert's avatar Christian Ebert
Browse files

keyword: update test file syntax

parent 3d4aa20b775d
No related branches found
No related tags found
No related merge requests found
......@@ -184,7 +184,7 @@
$ hg status -A --rev 3:4 i
C i
$ hg -q strip -n 2
$ hg -q strip --no-backup 2
Test hook execution
......@@ -521,7 +521,7 @@
$ head -1 a
expand $Id: a,v 67d8c481a6be 1970/01/01 00:00:15 test $
$ hg -q strip -n tip
$ hg -q strip --no-backup tip
Test patch queue repo
......@@ -1064,7 +1064,7 @@
resolve to local
$ HGMERGE=internal:local hg resolve -a
$ hg resolve -t internal:local -a
(no more unresolved files)
$ hg commit -m localresolve
$ cat m
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment