% setting up repo adding a adding b % change permissions for git diffs % set up hgweb % revision 200 Script output follows test: 0cd96de13884

test

changeset 0:0cd96de13884

a
author test
date Thu Jan 01 00:00:00 1970 +0000 (many years ago)
parents
children 78e4ebad7cdf
files a b
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/a	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -0,0 +1,1 @@
     1.4 +a
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/b	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -0,0 +1,1 @@
     2.4 +b
% raw revision 200 Script output follows # HG changeset patch # User test # Date 0 0 # Node ID 0cd96de13884b090099512d4794ae87ad067ea8e a diff -r 000000000000 -r 0cd96de13884 a --- /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 diff -r 000000000000 -r 0cd96de13884 b --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/b Thu Jan 01 00:00:00 1970 +0000 @@ -0,0 +1,1 @@ +b % diff removed file 200 Script output follows test: a diff

test

diff a @ 1:78e4ebad7cdf

b
author test
date Thu Jan 01 00:00:00 1970 +0000 (many years ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/a	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -0,0 +1,1 @@
     1.4 +a
% set up hgweb with git diffs % revision 200 Script output follows test: 0cd96de13884

test

changeset 0:0cd96de13884

a
author test
date Thu Jan 01 00:00:00 1970 +0000 (many years ago)
parents
children 78e4ebad7cdf
files a b
line diff
     1.1 new file mode 100644
     1.2 --- /dev/null
     1.3 +++ b/a
     1.4 @@ -0,0 +1,1 @@
     1.5 +a
     2.1 new file mode 100644
     2.2 --- /dev/null
     2.3 +++ b/b
     2.4 @@ -0,0 +1,1 @@
     2.5 +b
% revision 200 Script output follows # HG changeset patch # User test # Date 0 0 # Node ID 0cd96de13884b090099512d4794ae87ad067ea8e a diff --git a/a b/a new file mode 100644 --- /dev/null +++ b/a @@ -0,0 +1,1 @@ +a diff --git a/b b/b new file mode 100644 --- /dev/null +++ b/b @@ -0,0 +1,1 @@ +b % diff removed file 200 Script output follows test: a diff

test

diff a @ 1:78e4ebad7cdf

b
author test
date Thu Jan 01 00:00:00 1970 +0000 (many years ago)
parents
children
line diff
     1.1 new file mode 100755
     1.2 --- /dev/null
     1.3 +++ b/a
     1.4 @@ -0,0 +1,1 @@
     1.5 +a
% errors