##// END OF EJS Templates
test-export: be more aggressive about quoting ^...
Augie Fackler -
r29516:e5c61e74 default
parent child Browse files
Show More
@@ -159,7 +159,7 b' No filename should be printed if stdout '
159 Checking if only alphanumeric characters are used in the file name (%m option):
159 Checking if only alphanumeric characters are used in the file name (%m option):
160
160
161 $ echo "line" >> foo
161 $ echo "line" >> foo
162 $ hg commit -m " !\"#$%&(,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_\`abcdefghijklmnopqrstuvwxyz{|}~"
162 $ hg commit -m " !\"#$%&(,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]"'^'"_\`abcdefghijklmnopqrstuvwxyz{|}~"
163 $ hg export -v -o %m.patch tip
163 $ hg export -v -o %m.patch tip
164 exporting patch:
164 exporting patch:
165 ____________0123456789_______ABCDEFGHIJKLMNOPQRSTUVWXYZ______abcdefghijklmnopqrstuvwxyz____.patch
165 ____________0123456789_______ABCDEFGHIJKLMNOPQRSTUVWXYZ______abcdefghijklmnopqrstuvwxyz____.patch
General Comments 0
You need to be logged in to leave comments. Login now