##// END OF EJS Templates
record: deprecate the extension...
Pierre-Yves David -
r28697:d001d6d2 default
parent child Browse files
Show More
@@ -5,7 +5,11 b''
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
7
7
8 '''commands to interactively select changes for commit/qrefresh'''
8 '''commands to interactively select changes for commit/qrefresh (DEPRECATED)
9
10 The feature provided by this extension has been moved into core Mercurial as
11 :hg:`commit --interactive`.'''
12
9 from __future__ import absolute_import
13 from __future__ import absolute_import
10
14
11 from mercurial import (
15 from mercurial import (
@@ -272,8 +272,6 b' Test extension help:'
272 patchbomb command to send changesets as (a series of) patch emails
272 patchbomb command to send changesets as (a series of) patch emails
273 purge command to delete untracked files from the working
273 purge command to delete untracked files from the working
274 directory
274 directory
275 record commands to interactively select changes for
276 commit/qrefresh
277 relink recreates hardlinks between repository clones
275 relink recreates hardlinks between repository clones
278 schemes extend schemes with shortcuts to repository swarms
276 schemes extend schemes with shortcuts to repository swarms
279 share share a common history between several working directories
277 share share a common history between several working directories
@@ -7,7 +7,7 b' help record (no record)'
7
7
8 $ hg help record
8 $ hg help record
9 record extension - commands to interactively select changes for
9 record extension - commands to interactively select changes for
10 commit/qrefresh
10 commit/qrefresh (DEPRECATED)
11
11
12 (use "hg help extensions" for information on enabling extensions)
12 (use "hg help extensions" for information on enabling extensions)
13
13
@@ -17,6 +17,7 b' help qrecord (no record)'
17 'qrecord' is provided by the following extension:
17 'qrecord' is provided by the following extension:
18
18
19 record commands to interactively select changes for commit/qrefresh
19 record commands to interactively select changes for commit/qrefresh
20 (DEPRECATED)
20
21
21 (use "hg help extensions" for information on enabling extensions)
22 (use "hg help extensions" for information on enabling extensions)
22
23
@@ -54,6 +55,8 b' help record (record)'
54
55
55 This command is not available when committing a merge.
56 This command is not available when committing a merge.
56
57
58 (use "hg help -e record" to show help for the record extension)
59
57 options ([+] can be repeated):
60 options ([+] can be repeated):
58
61
59 -A --addremove mark new/missing files as added/removed before
62 -A --addremove mark new/missing files as added/removed before
@@ -41,6 +41,8 b' Record help'
41
41
42 This command is not available when committing a merge.
42 This command is not available when committing a merge.
43
43
44 (use "hg help -e record" to show help for the record extension)
45
44 options ([+] can be repeated):
46 options ([+] can be repeated):
45
47
46 -A --addremove mark new/missing files as added/removed before
48 -A --addremove mark new/missing files as added/removed before
General Comments 0
You need to be logged in to leave comments. Login now