diff tests/test-qrecord.t @ 28697:d001d6d27570

record: deprecate the extension The feature has been moved into core behind the -i flag. We can safely deprecated the extension and point people at the --interactive flag in core.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Mon, 28 Mar 2016 12:50:56 -0700
parents 58f8b29c37ff
children 7109d5ddeb0c
line wrap: on
line diff
--- a/tests/test-qrecord.t	Wed Mar 30 02:10:44 2016 +0900
+++ b/tests/test-qrecord.t	Mon Mar 28 12:50:56 2016 -0700
@@ -7,7 +7,7 @@
 
   $ 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)
 
@@ -17,6 +17,7 @@
   '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)
 
@@ -54,6 +55,8 @@
   
       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