Mercurial > hg
comparison tests/test-diff-hashes.out @ 3387:2065789f6a3e
use short hashes with diff -v
author | Alexis S. L. Carvalho <alexis@cecm.usp.br> |
---|---|
date | Fri, 13 Oct 2006 15:34:35 -0300 |
parents | |
children | c2d0ed7f4af8 |
comparison
equal
deleted
inserted
replaced
3386:55476ce8e59c | 3387:2065789f6a3e |
---|---|
1 quiet: | |
2 --- a/foo Mon Jan 12 13:46:40 1970 +0000 | |
3 +++ b/foo Mon Jan 12 13:46:41 1970 +0000 | |
4 @@ -1,1 +1,1 @@ bar | |
5 -bar | |
6 +foobar | |
7 | |
8 normal: | |
9 diff -r 74de3f1392e2 -r b8b5f023a6ad foo | |
10 --- a/foo Mon Jan 12 13:46:40 1970 +0000 | |
11 +++ b/foo Mon Jan 12 13:46:41 1970 +0000 | |
12 @@ -1,1 +1,1 @@ bar | |
13 -bar | |
14 +foobar | |
15 | |
16 verbose: | |
17 diff -r 74de3f1392e2 -r b8b5f023a6ad foo | |
18 --- a/foo Mon Jan 12 13:46:40 1970 +0000 | |
19 +++ b/foo Mon Jan 12 13:46:41 1970 +0000 | |
20 @@ -1,1 +1,1 @@ bar | |
21 -bar | |
22 +foobar | |
23 | |
24 debug: | |
25 diff -r 74de3f1392e2d67856fb155963441f2610494e1a -r b8b5f023a6ad77fc378bd95cf3fa00cd1414d107 foo | |
26 --- a/foo Mon Jan 12 13:46:40 1970 +0000 | |
27 +++ b/foo Mon Jan 12 13:46:41 1970 +0000 | |
28 @@ -1,1 +1,1 @@ bar | |
29 -bar | |
30 +foobar | |
31 |