tests/test-check-code.t
changeset 31726 bdb72dd3957e
parent 31724 f1e0446e804c
child 31786 0e4f70f63aaa
equal deleted inserted replaced
31725:c777b12cdc9b 31726:bdb72dd3957e
    55   >>> for i, command in enumerate(scommands):
    55   >>> for i, command in enumerate(scommands):
    56   ...     if command != commands[i]:
    56   ...     if command != commands[i]:
    57   ...         print('commands in debugcommands.py not sorted; first differing '
    57   ...         print('commands in debugcommands.py not sorted; first differing '
    58   ...               'command is %s; expected %s' % (commands[i], command))
    58   ...               'command is %s; expected %s' % (commands[i], command))
    59   ...         break
    59   ...         break
       
    60 
       
    61 Prevent adding new files in the root directory accidentally.
       
    62 
       
    63   $ hg files 'glob:*'
       
    64   .editorconfig
       
    65   .hgignore
       
    66   .hgsigs
       
    67   .hgtags
       
    68   CONTRIBUTING
       
    69   CONTRIBUTORS
       
    70   COPYING
       
    71   Makefile
       
    72   README
       
    73   hg
       
    74   hgeditor
       
    75   hgweb.cgi
       
    76   setup.py