Mercurial > hg
comparison tests/test-export.out @ 7771:09d0fe02988d
tests: Add a test for the behavior of 'hg export -- -2'
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Tue, 10 Feb 2009 16:31:52 -0600 |
parents | eae1767cc6a8 |
children |
comparison
equal
deleted
inserted
replaced
7770:fd3e5ff53a31 | 7771:09d0fe02988d |
---|---|
60 foo-11.patch | 60 foo-11.patch |
61 # exporting 4 changesets to a file | 61 # exporting 4 changesets to a file |
62 4 | 62 4 |
63 # exporting 4 changesets to a file | 63 # exporting 4 changesets to a file |
64 4 | 64 4 |
65 # exporting revision -2 to a file | |
66 # HG changeset patch | |
67 # User test | |
68 # Date 0 0 | |
69 # Node ID 5f17a83f5fbd9414006a5e563eab4c8a00729efd | |
70 # Parent 747d3c68f8ec44bb35816bfcd59aeb50b9654c2f | |
71 foo-10 | |
72 | |
73 diff -r 747d3c68f8ec -r 5f17a83f5fbd foo | |
74 --- a/foo Thu Jan 01 00:00:00 1970 +0000 | |
75 +++ b/foo Thu Jan 01 00:00:00 1970 +0000 | |
76 @@ -8,3 +8,4 @@ | |
77 foo-7 | |
78 foo-8 | |
79 foo-9 | |
80 +foo-10 |