tests/test-globalopts.t
changeset 46368 bb3a5c0df06b
parent 46118 db5dddb38f5b
child 46737 e96a0a53de20
equal deleted inserted replaced
46367:57370e7deb7b 46368:bb3a5c0df06b
   349   
   349   
   350    add           add the specified files on the next commit
   350    add           add the specified files on the next commit
   351    addremove     add all new files, delete all missing files
   351    addremove     add all new files, delete all missing files
   352    files         list tracked files
   352    files         list tracked files
   353    forget        forget the specified files on the next commit
   353    forget        forget the specified files on the next commit
       
   354    purge         removes files not tracked by Mercurial
   354    remove        remove the specified files on the next commit
   355    remove        remove the specified files on the next commit
   355    rename        rename files; equivalent of copy + remove
   356    rename        rename files; equivalent of copy + remove
   356    resolve       redo merges or set/view the merge status of files
   357    resolve       redo merges or set/view the merge status of files
   357    revert        restore files to their checkout state
   358    revert        restore files to their checkout state
   358    root          print the root (top) of the current working directory
   359    root          print the root (top) of the current working directory
   481   
   482   
   482    add           add the specified files on the next commit
   483    add           add the specified files on the next commit
   483    addremove     add all new files, delete all missing files
   484    addremove     add all new files, delete all missing files
   484    files         list tracked files
   485    files         list tracked files
   485    forget        forget the specified files on the next commit
   486    forget        forget the specified files on the next commit
       
   487    purge         removes files not tracked by Mercurial
   486    remove        remove the specified files on the next commit
   488    remove        remove the specified files on the next commit
   487    rename        rename files; equivalent of copy + remove
   489    rename        rename files; equivalent of copy + remove
   488    resolve       redo merges or set/view the merge status of files
   490    resolve       redo merges or set/view the merge status of files
   489    revert        restore files to their checkout state
   491    revert        restore files to their checkout state
   490    root          print the root (top) of the current working directory
   492    root          print the root (top) of the current working directory