Show More
@@ -26,7 +26,7 darcs record -a -l -m p0 | |||||
26 | cd .. |
|
26 | cd .. | |
27 |
|
27 | |||
28 | echo % branch and update |
|
28 | echo % branch and update | |
29 | darcs get darcs-repo darcs-clone |
|
29 | darcs get darcs-repo darcs-clone >/dev/null | |
30 | cd darcs-clone |
|
30 | cd darcs-clone | |
31 | echo c >> a |
|
31 | echo c >> a | |
32 | echo c > c |
|
32 | echo c > c | |
@@ -50,7 +50,7 glog() | |||||
50 | hg glog --template '#rev# "#desc|firstline#" files: #files#\n' "$@" |
|
50 | hg glog --template '#rev# "#desc|firstline#" files: #files#\n' "$@" | |
51 | } |
|
51 | } | |
52 |
|
52 | |||
53 | hg convert darcs-repo darcs-repo-hg |
|
53 | hg convert darcs-repo darcs-repo-hg 2>&1 | grep -v hGetLine | grep -v '^$' | |
54 | # The converter does not currently handle patch conflicts very well. |
|
54 | # The converter does not currently handle patch conflicts very well. | |
55 | # When they occur, it reverts *all* changes and moves forward, |
|
55 | # When they occur, it reverts *all* changes and moves forward, | |
56 | # letting the conflict resolving patch fix collisions. |
|
56 | # letting the conflict resolving patch fix collisions. |
@@ -1,8 +1,6 | |||||
1 | % initialize darcs repo |
|
1 | % initialize darcs repo | |
2 | Finished recording patch 'p0' |
|
2 | Finished recording patch 'p0' | |
3 | % branch and update |
|
3 | % branch and update | |
4 | Copying patch 1 of 1... Copying patch 1 of 1... done. |
|
|||
5 | Finished getting. |
|
|||
6 | Finished recording patch 'p1.1' |
|
4 | Finished recording patch 'p1.1' | |
7 | % update source |
|
5 | % update source | |
8 | Finished recording patch 'p1.2' |
|
6 | Finished recording patch 'p1.2' |
General Comments 0
You need to be logged in to leave comments.
Login now