Comments
Patch
@@ -3,11 +3,15 @@
# Copyright 2007 Bryan O'Sullivan <bos@serpentine.com>
#
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2 or any later version.
-'''commands to interactively select changes for commit/qrefresh'''
+'''commands to interactively select changes for commit/qrefresh (DEPRECATED)
+
+The feature provided by this extension has been moved into core Mercurial as
+:hg:`commit --interactive`.'''
+
from __future__ import absolute_import
from mercurial import (
cmdutil,
commands,
@@ -270,12 +270,10 @@ Test extension help:
notify hooks for sending email push notifications
pager browse command output with an external pager
patchbomb command to send changesets as (a series of) patch emails
purge command to delete untracked files from the working
directory
- record commands to interactively select changes for
- commit/qrefresh
relink recreates hardlinks between repository clones
schemes extend schemes with shortcuts to repository swarms
share share a common history between several working directories
shelve save and restore changes to the working directory
strip strip changesets and their descendants from history
@@ -5,20 +5,21 @@ Create configuration
help record (no record)
$ hg help record
record extension - commands to interactively select changes for
- commit/qrefresh
+ commit/qrefresh (DEPRECATED)
(use "hg help extensions" for information on enabling extensions)
help qrecord (no record)
$ hg help qrecord
'qrecord' is provided by the following extension:
record commands to interactively select changes for commit/qrefresh
+ (DEPRECATED)
(use "hg help extensions" for information on enabling extensions)
$ echo "[extensions]" >> $HGRCPATH
$ echo "record=" >> $HGRCPATH
@@ -52,10 +53,12 @@ help record (record)
? - display help
This command is not available when committing a merge.
+ (use "hg help -e record" to show help for the record extension)
+
options ([+] can be repeated):
-A --addremove mark new/missing files as added/removed before
committing
--close-branch mark a branch head as closed
@@ -39,10 +39,12 @@ Record help
? - display help
This command is not available when committing a merge.
+ (use "hg help -e record" to show help for the record extension)
+
options ([+] can be repeated):
-A --addremove mark new/missing files as added/removed before
committing
--close-branch mark a branch head as closed