##// END OF EJS Templates
convert: add a mode where mercurial_sink skips empty revisions....
convert: add a mode where mercurial_sink skips empty revisions. The getchanges function of some converter_source classes can return some false positives. I.e. they sometimes claim that a file "foo" was changed in some revision, even though its contents are still the same. convert_svn is particularly bad, but I think this can also happen with convert_cvs and, at least in theory, with mercurial_source. For regular conversions this is not really a problem - as long as getfile returns the right contents, we'll get a converted revision with the right contents. But when we use --filemap, this could lead to superfluous revisions being converted. Instead of fixing every converter_source, I decided to change mercurial_sink to work around this problem. When --filemap is used, we're interested only in revisions that touch some specific files. If a revision doesn't change any of these files, then we're not interested in it (at least for revisions with a single parent; merges are special). For mercurial_sink, we abuse this property and rollback a commit if the manifest text hasn't changed. This avoids duplicating the logic from localrepo.filecommit to detect unchanged files.

File last commit:

r3460:10b6fc51 default
r5378:8a2915f5 default
Show More
test-rawcommit1.out
75 lines | 1.8 KiB | text/plain | TextLexer
/ tests / test-rawcommit1.out
mpm@selenic.com
Add rawcommit tests...
r444 05f9e54f4c9b86b09099803d8b49a50edcb4eaab 644 a
54837d97f2932a8194e69745a280a2c11e61ff9c 644 b
Matt Mackall
deprecate the rawcommit command
r1657 (the rawcommit command is deprecated)
mpm@selenic.com
Add rawcommit tests...
r444 05f9e54f4c9b86b09099803d8b49a50edcb4eaab 644 a
54837d97f2932a8194e69745a280a2c11e61ff9c 644 b
76d5e637cbec1bcc04a5a3fa4bcc7d13f6847c00 644 c
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 changeset: 2:e110db3db549
mpm@selenic.com
Add rawcommit tests...
r444 tag: tip
mpm@selenic.com
Update tests to use commit -m and default -u...
r749 user: test
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 date: Mon Jan 12 13:46:40 1970 +0000
Alexis S. L. Carvalho
rawcommit: add removed files to the changelog file list...
r3377 files: c
description:
2
Thomas Arendsen Hein
Add an empty line after description in verbose mode of show_changeset....
r546
Matt Mackall
deprecate the rawcommit command
r1657 (the rawcommit command is deprecated)
mpm@selenic.com
Add rawcommit tests...
r444 05f9e54f4c9b86b09099803d8b49a50edcb4eaab 644 a
76d5e637cbec1bcc04a5a3fa4bcc7d13f6847c00 644 c
Alexis S. L. Carvalho
rawcommit: add removed files to the changelog file list...
r3377 changeset: 3:20652cf30cc0
mpm@selenic.com
Add rawcommit tests...
r444 tag: tip
mpm@selenic.com
Update tests to use commit -m and default -u...
r749 user: test
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 date: Mon Jan 12 13:46:40 1970 +0000
Alexis S. L. Carvalho
rawcommit: add removed files to the changelog file list...
r3377 files: b
description:
3
Thomas Arendsen Hein
Add an empty line after description in verbose mode of show_changeset....
r546
Matt Mackall
deprecate the rawcommit command
r1657 (the rawcommit command is deprecated)
mpm@selenic.com
Add rawcommit tests...
r444 d6e3c4976c13feb1728cd3ac851abaf7256a5c23 644 a
76d5e637cbec1bcc04a5a3fa4bcc7d13f6847c00 644 c
Alexis S. L. Carvalho
rawcommit: add removed files to the changelog file list...
r3377 changeset: 4:42556b925639
mpm@selenic.com
Add rawcommit tests...
r444 tag: tip
mpm@selenic.com
Update tests to use commit -m and default -u...
r749 user: test
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 date: Mon Jan 12 13:46:40 1970 +0000
Alexis S. L. Carvalho
rawcommit: add removed files to the changelog file list...
r3377 files: a
description:
4
Thomas Arendsen Hein
Add an empty line after description in verbose mode of show_changeset....
r546
Matt Mackall
deprecate the rawcommit command
r1657 (the rawcommit command is deprecated)
mpm@selenic.com
Add rawcommit tests...
r444 05f9e54f4c9b86b09099803d8b49a50edcb4eaab 644 a
54837d97f2932a8194e69745a280a2c11e61ff9c 644 b
3570202ceac2b52517df64ebd0a062cb0d8fe33a 644 c
Alexis S. L. Carvalho
rawcommit: add removed files to the changelog file list...
r3377 changeset: 4:42556b925639
mpm@selenic.com
Update tests to use commit -m and default -u...
r749 user: test
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 date: Mon Jan 12 13:46:40 1970 +0000
Alexis S. L. Carvalho
rawcommit: add removed files to the changelog file list...
r3377 files: a
description:
4
mpm@selenic.com
Add rawcommit tests...
r444
Matt Mackall
deprecate the rawcommit command
r1657 (the rawcommit command is deprecated)
mpm@selenic.com
Add rawcommit tests...
r444 d6e3c4976c13feb1728cd3ac851abaf7256a5c23 644 a
76d5e637cbec1bcc04a5a3fa4bcc7d13f6847c00 644 c
Alexis S. L. Carvalho
rawcommit: add removed files to the changelog file list...
r3377 changeset: 6:8a0c9254b0ab
mpm@selenic.com
Add rawcommit tests...
r444 tag: tip
Alexis S. L. Carvalho
rawcommit: add removed files to the changelog file list...
r3377 parent: 4:42556b925639
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 parent: 5:f56d4c64ab98
mpm@selenic.com
Update tests to use commit -m and default -u...
r749 user: test
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 date: Mon Jan 12 13:46:40 1970 +0000
Alexis S. L. Carvalho
rawcommit: add removed files to the changelog file list...
r3377 description:
6
mpm@selenic.com
Add rawcommit tests...
r444
Matt Mackall
deprecate the rawcommit command
r1657 (the rawcommit command is deprecated)
mpm@selenic.com
Add rawcommit tests...
r444 d6e3c4976c13feb1728cd3ac851abaf7256a5c23 644 a
76d5e637cbec1bcc04a5a3fa4bcc7d13f6847c00 644 c
Alexis S. L. Carvalho
rawcommit: add removed files to the changelog file list...
r3377 changeset: 7:a5a6e1f312b9
mpm@selenic.com
Add rawcommit tests...
r444 tag: tip
mpm@selenic.com
Update tests to use commit -m and default -u...
r749 user: test
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 date: Mon Jan 12 13:46:40 1970 +0000
Alexis S. L. Carvalho
rawcommit: add removed files to the changelog file list...
r3377 description:
7
mpm@selenic.com
Add rawcommit tests...
r444
Alexis S. L. Carvalho
rawcommit: add removed files to the changelog file list...
r3377