comparison tests/test-help-hide.t @ 46368:bb3a5c0df06b

purge: move extension into core mercurial The motivation is simple: it's nicer to avoid gating basic functionality. To reduce the risk of people shooting themselves in the feet, `--confirm` is now the default, unless the extensions is loaded.. For review of the body of the purge command, use this instead of what hg/phabricator will show (the block of code is modified, not just moved): Differential Revision: https://phab.mercurial-scm.org/D9820
author Valentin Gatien-Baron <valentin.gatienbaron@gmail.com>
date Mon, 18 Jan 2021 10:24:20 +0100
parents d782cce137fd
children da4e6d7a8fdd
comparison
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