Mercurial
+view foo @ 2:1d22e65f027e
+ + + +branch
+
+ author | +test | +
---|---|
date | +Thu, 01 Jan 1970 00:00:00 +0000 | +
parents | +2ef0ac749a14 | +
children | ++ |
diff -r 8c9e84b44221 -r 50981ce36236 tests/test-hgweb-commands.t --- a/tests/test-hgweb-commands.t Thu Apr 17 09:36:08 2014 +0900 +++ b/tests/test-hgweb-commands.t Thu Apr 17 09:36:08 2014 +0900 @@ -928,6 +928,13 @@ -rw-r--r-- 4 foo + $ hg log --template "{file_mods}\n" -r 1 + + $ hg parents --template "{node|short}\n" -r 1 + 2ef0ac749a14 + $ hg parents --template "{node|short}\n" -r 1 foo + 2ef0ac749a14 + $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'file/1/foo' 200 Script output follows @@ -998,7 +1005,7 @@
author | +test | +
---|---|
date | +Thu, 01 Jan 1970 00:00:00 +0000 | +
parents | +2ef0ac749a14 | +
children | ++ |