tests/test-help.t
branchstable
changeset 12829 01145ee78c53
parent 12828 af1006d2f970
child 13230 827a1cc127bf
equal deleted inserted replaced
12828:af1006d2f970 12829:01145ee78c53
   192 
   192 
   193 Test short command list with verbose option
   193 Test short command list with verbose option
   194 
   194 
   195   $ hg -v help shortlist
   195   $ hg -v help shortlist
   196   Mercurial Distributed SCM (version *) (glob)
   196   Mercurial Distributed SCM (version *) (glob)
   197   
   197   (see http://mercurial.selenic.com for more information)
   198   Copyright (C) 2005-2010 Matt Mackall <mpm@selenic.com> and others
   198   
       
   199   Copyright (C) 2005-2010 Matt Mackall and others
   199   This is free software; see the source for copying conditions. There is NO
   200   This is free software; see the source for copying conditions. There is NO
   200   warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
   201   warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
   201   
   202   
   202   basic commands:
   203   basic commands:
   203   
   204   
   344 
   345 
   345 Test help option with version option
   346 Test help option with version option
   346 
   347 
   347   $ hg add -h --version
   348   $ hg add -h --version
   348   Mercurial Distributed SCM (version *) (glob)
   349   Mercurial Distributed SCM (version *) (glob)
   349   
   350   (see http://mercurial.selenic.com for more information)
   350   Copyright (C) 2005-2010 Matt Mackall <mpm@selenic.com> and others
   351   
       
   352   Copyright (C) 2005-2010 Matt Mackall and others
   351   This is free software; see the source for copying conditions. There is NO
   353   This is free software; see the source for copying conditions. There is NO
   352   warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
   354   warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
   353   
   355   
   354   hg add [OPTION]... [FILE]...
   356   hg add [OPTION]... [FILE]...
   355   
   357