tests/test-check-code-hg.t
changeset 16672 d046eb97d21e
parent 16598 20a9d823f242
child 16674 76c744e0c5bb
equal deleted inserted replaced
16671:05b55f5ff8d1 16672:d046eb97d21e
   611    >     # the cached repo local hgrc contains ui.foo=bar, so showconfig should show it
   611    >     # the cached repo local hgrc contains ui.foo=bar, so showconfig should show it
   612    warning: line over 80 characters
   612    warning: line over 80 characters
   613   tests/test-commandserver.py:0:
   613   tests/test-commandserver.py:0:
   614    >     print '%c, %r' % (ch, re.sub('encoding: [a-zA-Z0-9-]+', 'encoding: ***', data))
   614    >     print '%c, %r' % (ch, re.sub('encoding: [a-zA-Z0-9-]+', 'encoding: ***', data))
   615    warning: line over 80 characters
   615    warning: line over 80 characters
       
   616   tests/test-convert-mtn.t:0:
       
   617    >   > function get_passphrase(keypair_id)
       
   618    don't use 'function', use old style
   616   tests/test-filecache.py:0:
   619   tests/test-filecache.py:0:
   617    >     except:
   620    >     except:
   618    warning: naked except clause
   621    warning: naked except clause
   619   tests/test-filecache.py:0:
   622   tests/test-filecache.py:0:
   620    > if subprocess.call(['python', '%s/hghave' % os.environ['TESTDIR'], 'cacheable']):
   623    > if subprocess.call(['python', '%s/hghave' % os.environ['TESTDIR'], 'cacheable']):
   621    warning: line over 80 characters
   624    warning: line over 80 characters
       
   625   tests/test-import-git.t:0:
       
   626    >   > Mc\${NkU|\`?^000jF3jhEB
       
   627    ^ must be quoted
       
   628   tests/test-import.t:0:
       
   629    >   > diff -Naur proj-orig/foo proj-new/foo
       
   630    don't use 'diff -N'
       
   631    don't use 'diff -N'
       
   632   tests/test-schemes.t:0:
       
   633    >   > z = file:\$PWD/
       
   634    don't use $PWD, use `pwd`
   622   tests/test-ui-color.py:0:
   635   tests/test-ui-color.py:0:
   623    > testui.warn('warning\n')
   636    > testui.warn('warning\n')
   624    warning: unwrapped ui message
   637    warning: unwrapped ui message
   625   tests/test-ui-color.py:0:
   638   tests/test-ui-color.py:0:
   626    > testui.write('buffered\n')
   639    > testui.write('buffered\n')