contrib/check-code.py
changeset 20014 30eced973b28
parent 20013 38acecdd016c
child 20238 81e905790b30
equal deleted inserted replaced
20013:38acecdd016c 20014:30eced973b28
   139     (uprefix + r'set -e', "don't use set -e"),
   139     (uprefix + r'set -e', "don't use set -e"),
   140     (uprefix + r'(\s|fi\b|done\b)', "use > for continued lines"),
   140     (uprefix + r'(\s|fi\b|done\b)', "use > for continued lines"),
   141     (r'^  saved backup bundle to \$TESTTMP.*\.hg$', winglobmsg),
   141     (r'^  saved backup bundle to \$TESTTMP.*\.hg$', winglobmsg),
   142     (r'^  changeset .* references (corrupted|missing) \$TESTTMP/.*[^)]$',
   142     (r'^  changeset .* references (corrupted|missing) \$TESTTMP/.*[^)]$',
   143      winglobmsg),
   143      winglobmsg),
   144     (r'^  pulling from \$TESTTMP/.*[^)]$', winglobmsg, '\$TESTTMP/unix-repo$'),
   144     (r'^  pulling from \$TESTTMP/.*[^)]$', winglobmsg,
       
   145      '\$TESTTMP/unix-repo$'), # in test-issue1802.t which skipped on windows
   145     (r'^  reverting .*/.*[^)]$', winglobmsg),
   146     (r'^  reverting .*/.*[^)]$', winglobmsg),
   146     (r'^  cloning subrepo \S+/.*[^)]$', winglobmsg),
   147     (r'^  cloning subrepo \S+/.*[^)]$', winglobmsg),
   147     (r'^  pushing to \$TESTTMP/.*[^)]$', winglobmsg),
   148     (r'^  pushing to \$TESTTMP/.*[^)]$', winglobmsg),
   148     (r'^  pushing subrepo \S+/\S+ to.*[^)]$', winglobmsg),
   149     (r'^  pushing subrepo \S+/\S+ to.*[^)]$', winglobmsg),
   149     (r'^  moving \S+/.*[^)]$', winglobmsg),
   150     (r'^  moving \S+/.*[^)]$', winglobmsg),