Mercurial > hg
comparison tests/test-diff-subdir.out @ 2879:66eff8355168
tests: new test for hg diff of a subdirectory only
author | Giorgos Keramidas <keramida@ceid.upatras.gr> |
---|---|
date | Sun, 13 Aug 2006 23:00:18 +0300 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
2878:982c3237c63d | 2879:66eff8355168 |
---|---|
1 EVERYTHING | |
2 diff -r ec612a6291f1 alpha/one | |
3 --- a/alpha/one | |
4 +++ b/alpha/one | |
5 @@ -0,0 +1,1 @@ | |
6 +1 | |
7 diff -r ec612a6291f1 beta/two | |
8 --- a/beta/two | |
9 +++ b/beta/two | |
10 @@ -0,0 +1,1 @@ | |
11 +2 | |
12 BETA ONLY | |
13 diff -r ec612a6291f1 beta/two | |
14 --- a/beta/two | |
15 +++ b/beta/two | |
16 @@ -0,0 +1,1 @@ | |
17 +2 | |
18 INSIDE BETA | |
19 diff -r ec612a6291f1 beta/two | |
20 --- a/beta/two | |
21 +++ b/beta/two | |
22 @@ -0,0 +1,1 @@ | |
23 +2 |