Submitter | Simon Heimberg |
---|---|
Date | March 7, 2013, 5:57 a.m. |
Message ID | <e9bed09498d829e89ade.1362635874@lapsi.heimberg.home> |
Download | mbox | patch |
Permalink | /patch/1083/ |
State | Accepted |
Headers | show |
Comments
I've applied these three patches, thanks. On Wed, Mar 6, 2013 at 9:57 PM, Simon Heimberg <simohe@besonet.ch> wrote: > code-check: check for missing glob after a filename output fixed in > 9ad13296c5 >
Patch
diff -r 8f4f22db22c3 -r e9bed09498d8 contrib/check-code.py --- a/contrib/check-code.py Fre Mär 01 00:03:51 2013 +0100 +++ b/contrib/check-code.py Fre Mär 01 00:59:22 2013 +0100 @@ -104,6 +104,7 @@ (uprefix + r'\s', "don't indent commands, use > for continued lines"), (r'^ saved backup bundle to \$TESTTMP.*\.hg$', winglobmsg), (r'^ changeset .* references (corrupted|missing) \$TESTTMP/.*[^)]$', winglobmsg), + (r'^ pulling from \$TESTTMP/.*[^)]$', winglobmsg, '\$TESTTMP/unix-repo$'), ], # warnings [