hgext/record.py
changeset 28697 d001d6d27570
parent 28381 44ffbb2a4f59
child 29205 a0939666b836
--- a/hgext/record.py	Wed Mar 30 02:10:44 2016 +0900
+++ b/hgext/record.py	Mon Mar 28 12:50:56 2016 -0700
@@ -5,7 +5,11 @@
 # 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 (