Show More
@@ -5,7 +5,11 b'' | |||
|
5 | 5 | # This software may be used and distributed according to the terms of the |
|
6 | 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 | 13 | from __future__ import absolute_import |
|
10 | 14 | |
|
11 | 15 | from mercurial import ( |
@@ -272,8 +272,6 b' Test extension help:' | |||
|
272 | 272 | patchbomb command to send changesets as (a series of) patch emails |
|
273 | 273 | purge command to delete untracked files from the working |
|
274 | 274 | directory |
|
275 | record commands to interactively select changes for | |
|
276 | commit/qrefresh | |
|
277 | 275 | relink recreates hardlinks between repository clones |
|
278 | 276 | schemes extend schemes with shortcuts to repository swarms |
|
279 | 277 | share share a common history between several working directories |
@@ -7,7 +7,7 b' help record (no record)' | |||
|
7 | 7 | |
|
8 | 8 | $ hg help record |
|
9 | 9 | record extension - commands to interactively select changes for |
|
10 | commit/qrefresh | |
|
10 | commit/qrefresh (DEPRECATED) | |
|
11 | 11 | |
|
12 | 12 | (use "hg help extensions" for information on enabling extensions) |
|
13 | 13 | |
@@ -17,6 +17,7 b' help qrecord (no record)' | |||
|
17 | 17 | 'qrecord' is provided by the following extension: |
|
18 | 18 | |
|
19 | 19 | record commands to interactively select changes for commit/qrefresh |
|
20 | (DEPRECATED) | |
|
20 | 21 | |
|
21 | 22 | (use "hg help extensions" for information on enabling extensions) |
|
22 | 23 | |
@@ -54,6 +55,8 b' help record (record)' | |||
|
54 | 55 | |
|
55 | 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 | 60 | options ([+] can be repeated): |
|
58 | 61 | |
|
59 | 62 | -A --addremove mark new/missing files as added/removed before |
General Comments 0
You need to be logged in to leave comments.
Login now