tests/test-help-hide.t
changeset 46368 bb3a5c0df06b
parent 43305 d782cce137fd
child 47017 da4e6d7a8fdd
equal deleted inserted replaced
46367:57370e7deb7b 46368:bb3a5c0df06b
    53   
    53   
    54    add           add the specified files on the next commit
    54    add           add the specified files on the next commit
    55    addremove     add all new files, delete all missing files
    55    addremove     add all new files, delete all missing files
    56    files         list tracked files
    56    files         list tracked files
    57    forget        forget the specified files on the next commit
    57    forget        forget the specified files on the next commit
       
    58    purge         removes files not tracked by Mercurial
    58    remove        remove the specified files on the next commit
    59    remove        remove the specified files on the next commit
    59    rename        rename files; equivalent of copy + remove
    60    rename        rename files; equivalent of copy + remove
    60    resolve       redo merges or set/view the merge status of files
    61    resolve       redo merges or set/view the merge status of files
    61    revert        restore files to their checkout state
    62    revert        restore files to their checkout state
    62    root          print the root (top) of the current working directory
    63    root          print the root (top) of the current working directory
   189   
   190   
   190    add           add the specified files on the next commit
   191    add           add the specified files on the next commit
   191    addremove     add all new files, delete all missing files
   192    addremove     add all new files, delete all missing files
   192    files         list tracked files
   193    files         list tracked files
   193    forget        forget the specified files on the next commit
   194    forget        forget the specified files on the next commit
       
   195    purge         removes files not tracked by Mercurial
   194    remove        remove the specified files on the next commit
   196    remove        remove the specified files on the next commit
   195    rename        rename files; equivalent of copy + remove
   197    rename        rename files; equivalent of copy + remove
   196    resolve       redo merges or set/view the merge status of files
   198    resolve       redo merges or set/view the merge status of files
   197    revert        restore files to their checkout state
   199    revert        restore files to their checkout state
   198    root          print the root (top) of the current working directory
   200    root          print the root (top) of the current working directory