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