tests/test-help.out
changeset 7197 f60730693efc
parent 6668 034f444902d9
child 7210 833d1250ce00
equal deleted inserted replaced
7196:3f6a4f1de43f 7197:f60730693efc
    86  tip          show the tip revision
    86  tip          show the tip revision
    87  unbundle     apply one or more changegroup files
    87  unbundle     apply one or more changegroup files
    88  update       update working directory
    88  update       update working directory
    89  verify       verify the integrity of the repository
    89  verify       verify the integrity of the repository
    90  version      output version and copyright information
    90  version      output version and copyright information
       
    91 
       
    92 special help topics:
       
    93 
       
    94  dates        Date Formats
       
    95  patterns     File Name Patterns
       
    96  environment  Environment Variables
       
    97  revisions    Specifying Single Revisions
       
    98  multirevs    Specifying Multiple Revisions
    91 
    99 
    92 use "hg -v help" to show aliases and global options
   100 use "hg -v help" to show aliases and global options
    93  add          add the specified files on the next commit
   101  add          add the specified files on the next commit
    94  addremove    add all new files, delete all missing files
   102  addremove    add all new files, delete all missing files
    95  annotate     show changeset information per file line
   103  annotate     show changeset information per file line
   136  tip          show the tip revision
   144  tip          show the tip revision
   137  unbundle     apply one or more changegroup files
   145  unbundle     apply one or more changegroup files
   138  update       update working directory
   146  update       update working directory
   139  verify       verify the integrity of the repository
   147  verify       verify the integrity of the repository
   140  version      output version and copyright information
   148  version      output version and copyright information
       
   149 
       
   150 special help topics:
       
   151 
       
   152  dates        Date Formats
       
   153  patterns     File Name Patterns
       
   154  environment  Environment Variables
       
   155  revisions    Specifying Single Revisions
       
   156  multirevs    Specifying Multiple Revisions
   141 hg add [OPTION]... [FILE]...
   157 hg add [OPTION]... [FILE]...
   142 
   158 
   143 add the specified files on the next commit
   159 add the specified files on the next commit
   144 
   160 
   145     Schedule files to be version controlled and added to the repository.
   161     Schedule files to be version controlled and added to the repository.