Mercurial > public > mercurial-scm > hg
diff tests/test-git-export.out @ 3694:c0b1a0c72c7d
renamedbetween: only return (file, node) pairs that exist in the original rev
author | Alexis S. L. Carvalho <alexis@cecm.usp.br> |
---|---|
date | Mon, 20 Nov 2006 19:32:36 -0200 |
parents | 454b3a8cdf28 |
children | 3a2fc90d27d6 |
line wrap: on
line diff
--- a/tests/test-git-export.out Mon Nov 20 19:32:35 2006 -0200 +++ b/tests/test-git-export.out Mon Nov 20 19:32:36 2006 -0200 @@ -70,3 +70,35 @@ diff --git a/dst2 b/dst3 rename from dst2 rename to dst3 + +% file created before r1 and renamed before r2 +diff --git a/foo b/bar +rename from foo +rename to bar +--- a/bar ++++ b/bar +@@ -1,2 +1,3 @@ a + a + b ++c + +% file created in r1 and renamed before r2 +diff --git a/foo b/bar +rename from foo +rename to bar +--- a/bar ++++ b/bar +@@ -1,1 +1,3 @@ a + a ++b ++c + +% file created after r1 and renamed before r2 +diff --git a/bar b/bar +new file mode 100644 +--- /dev/null ++++ b/bar +@@ -0,0 +1,3 @@ ++a ++b ++c