tests/test-extension.out
changeset 4932 93b7e2fa7ee3
parent 4738 c41a404ac387
equal deleted inserted replaced
4924:b8076522e889 4932:93b7e2fa7ee3
    20 ui == repo.ui
    20 ui == repo.ui
    21 Foo
    21 Foo
    22 empty extension - empty cmdtable
    22 empty extension - empty cmdtable
    23 
    23 
    24 no commands defined
    24 no commands defined
       
    25 debugextension extension - only debugcommands
       
    26 
       
    27 no commands defined
       
    28 debugextension extension - only debugcommands
       
    29 
       
    30 list of commands:
       
    31 
       
    32  debugfoobar:
       
    33       yet another debug command
       
    34 
       
    35 global options:
       
    36  -R --repository      repository root directory or symbolic path name
       
    37     --cwd             change working directory
       
    38  -y --noninteractive  do not prompt, assume 'yes' for any required answers
       
    39  -q --quiet           suppress output
       
    40  -v --verbose         enable additional output
       
    41     --config          set/override config option
       
    42     --debug           enable debugging output
       
    43     --debugger        start debugger
       
    44     --encoding        set the charset encoding (default: ascii)
       
    45     --encodingmode    set the charset encoding mode (default: strict)
       
    46     --lsprof          print improved command execution profile
       
    47     --traceback       print traceback on exception
       
    48     --time            time how long the command takes
       
    49     --profile         print command execution profile
       
    50     --version         output version information and exit
       
    51  -h --help            display help and exit