Mercurial > hg
annotate tests/test-convert-darcs.out @ 9328:648d6a1a1cf2
patch: create file even if source is not /dev/null
as long as the first hunk is -0,0 and the source and destination have the
same name. Matt found a patch like this, and /usr/bin/patch accepts it.
author | Brendan Cully <brendan@kublai.com> |
---|---|
date | Fri, 07 Aug 2009 19:27:54 -0700 |
parents | b236f34ec1e9 |
children | 457a30ed8ffb |
rev | line source |
---|---|
5413 | 1 % initialize darcs repo |
2 Finished recording patch 'p0' | |
3 % branch and update | |
4 Finished recording patch 'p1.1' | |
5 % update source | |
6 Finished recording patch 'p1.2' | |
7 % merge branch | |
9326
b236f34ec1e9
Fix failing darcs test
Bryan O'Sullivan <bos@serpentine.com>
parents:
5667
diff
changeset
|
8 Backing up ./a(-darcs-backup0) |
5413 | 9 We have conflicts in the following files: |
10 ./a | |
11 Finished pulling and applying. | |
12 Finished recording patch 'p2' | |
13 initializing destination darcs-repo-hg repository | |
14 scanning source... | |
15 sorting... | |
16 converting... | |
17 3 p0 | |
18 2 p1.2 | |
19 1 p1.1 | |
20 0 p2 | |
21 o 3 "p2" files: a | |
22 | | |
23 o 2 "p1.1" files: | |
24 | | |
25 o 1 "p1.2" files: a b | |
26 | | |
27 o 0 "p0" files: a | |
28 | |
29 7225b30cdf38257d5cc7780772c051b6f33e6d6b 644 a | |
30 1e88685f5ddec574a34c70af492f95b6debc8741 644 b |