##// END OF EJS Templates
mq: Fix --qrefresh --short to work with --exclude and --include...
mq: Fix --qrefresh --short to work with --exclude and --include pmezard expects hg qref -s -X b to apply the -X to the list of files in the patch, and thus remove b from the patch. That's how it worked before f7fc5f5ecd62. That change seemed sensible, but it wasn't... mpm says (17:22:30) pmezard_: kiilerix1: do you mean that -X should be forbidden with -s ? (17:22:54) pmezard_: kiilerix1: and --include too (17:23:03) mpm: No because you should be able to say hg qref -s foo* -X foo-bar so mpm expects hg qref -s -X b * to apply the -X to the list of files in the working directory, and thus don't include b in the patch This patch tries to make both usecases work by creating a matchfn which uses the include/excludes but not the filelist.

File last commit:

r5405:8feb33c2 default
r7177:09ed32b7 default
Show More
test-rawcommit1.out
75 lines | 1.8 KiB | text/plain | TextLexer
/ tests / test-rawcommit1.out
Patrick Mezard
Display symlink or executable bit with manifest -v...
r5405 05f9e54f4c9b86b09099803d8b49a50edcb4eaab 644 a
54837d97f2932a8194e69745a280a2c11e61ff9c 644 b
Matt Mackall
deprecate the rawcommit command
r1657 (the rawcommit command is deprecated)
Patrick Mezard
Display symlink or executable bit with manifest -v...
r5405 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)
Patrick Mezard
Display symlink or executable bit with manifest -v...
r5405 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)
Patrick Mezard
Display symlink or executable bit with manifest -v...
r5405 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)
Patrick Mezard
Display symlink or executable bit with manifest -v...
r5405 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)
Patrick Mezard
Display symlink or executable bit with manifest -v...
r5405 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)
Patrick Mezard
Display symlink or executable bit with manifest -v...
r5405 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