##// END OF EJS Templates
merge in commit that shouldn't be on default
Mads Kiilerich -
r15283:748715a3 merge stable
parent child Browse files
Show More
@@ -69,6 +69,7 b' testpats = ['
69 (r'ls\s+[^|-]+\s+-', "options to 'ls' must come before filenames"),
69 (r'ls\s+[^|-]+\s+-', "options to 'ls' must come before filenames"),
70 (r'[^>]>\s*\$HGRCPATH', "don't overwrite $HGRCPATH, append to it"),
70 (r'[^>]>\s*\$HGRCPATH', "don't overwrite $HGRCPATH, append to it"),
71 (r'stop\(\)', "don't use 'stop' as a shell function name"),
71 (r'stop\(\)', "don't use 'stop' as a shell function name"),
72 (r'(\[|\btest\b).*-e ', "don't use 'test -e', use 'test -f'"),
72 ],
73 ],
73 # warnings
74 # warnings
74 []
75 []
@@ -581,5 +581,5 b' First, create that condition in the repo'
581 A $TESTTMP/rebaserepo/recreated/somethingold
581 A $TESTTMP/rebaserepo/recreated/somethingold
582 Checked out revision 10.
582 Checked out revision 10.
583 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
583 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
584 $ test -e recreated/somethingold
584 $ test -f recreated/somethingold
585
585
General Comments 0
You need to be logged in to leave comments. Login now