##// END OF EJS Templates
test-fetch: fix non-portable sed regex....
test-fetch: fix non-portable sed regex. (s/...\+/.../ appears to be a GNU-ism: this test broke on OS X and NetBSD. Changing \+ to * fixes it, although that is a slightly less strict regex.)

File last commit:

r6649:05a682c8 default
r9121:a85a3d39 default
Show More
test-mq-qrename.out
8 lines | 116 B | text/plain | TextLexer
/ tests / test-mq-qrename.out
Brendan Cully
Make qrename handle directory targets; closes #333.
r3083 adding base
foo/renamed
renamed
bar/renamed
renamed
baz
.hg/patches/baz
Patrick Mezard
test-mq-qrename: test added patch renaming
r6649 % test patch being renamed before committed