diff -r c2dbd818e884 -r f36dc643ffdc tests/test-hgweb-filelog.t --- a/tests/test-hgweb-filelog.t Mon Mar 13 10:40:19 2017 +0100 +++ b/tests/test-hgweb-filelog.t Mon Mar 13 10:41:13 2017 +0100 @@ -221,6 +221,7 @@ a-branch + Thu, 01 Jan 1970 00:00:00 +0000 test @@ -229,6 +230,7 @@ a-tag a-bookmark + @@ -340,6 +342,7 @@ a-branch + Thu, 01 Jan 1970 00:00:00 +0000 test @@ -348,6 +351,7 @@ a-tag a-bookmark + @@ -459,6 +463,7 @@ a-tag a-bookmark + @@ -570,6 +575,7 @@ a-tag a-bookmark + @@ -762,6 +768,135 @@ +filelog with patch + + $ (get-with-headers.py localhost:$HGPORT 'log/4/a?patch=1') + 200 Script output follows + + + + + + + + + + test: a history + + + + + +
+ + +
+ +

+ log a @ 4:3f41bc784e7e + a-branch +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ageauthordescription
Thu, 01 Jan 1970 00:00:00 +0000test + second a + a-branch +
+  --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+  +++ b/a	Thu Jan 01 00:00:00 1970 +0000
+  @@ -0,0 +1,1 @@
+  +b
Thu, 01 Jan 1970 00:00:00 +0000test + first a + a-tag a-bookmark +
+  --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+  +++ b/a	Thu Jan 01 00:00:00 1970 +0000
+  @@ -0,0 +1,1 @@
+  +a
+ + + +
+
+ + + + + + + rss log $ (get-with-headers.py localhost:$HGPORT 'rss-log/tip/a')