view tests/test-convert-svn-tags.out @ 9857:24bc6e414610

diff: change --inverse to --reverse This fixes an incompatibility with patch(1), which also uses --reverse for reversed diffs. The --inverse flag was added in 3f522d2fa633. That name was chosen over --reverse since it was thought that --reverse would make --rev ambiguous. It turns out that both flags can co-exist, with the cost that --rev can no longer be shortened to --r and --re. Since one can always use the short -r option, this is not a real problem.
author Martin Geisler <mg@lazybytes.net>
date Sat, 14 Nov 2009 14:21:53 +0100
parents 965b11c1bd82
children
line wrap: on
line source

% convert
initializing destination A-hg repository
scanning source...
sorting...
converting...
5 init projA
4 adda
3 changea
2 changea2
1 changea3
0 changea
updating tags
o  6 update tags tags: tip
|
o  5 changea tags: trunk.goodtag
|
o  4 changea3 tags:
|
o  3 changea2 tags: trunk.v1
|
o  2 changea tags:
|
o  1 adda tags:
|
o  0 init projA tags:

tip                                6:
trunk.goodtag                      5:
trunk.v1                           3:
% convert without tags
initializing destination A-notags-hg repository
scanning source...
sorting...
converting...
5 init projA
4 adda
3 changea
2 changea2
1 changea3
0 changea
tip