comparison hgext/record.py @ 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 44ffbb2a4f59
children a0939666b836
comparison
equal deleted inserted replaced
28696:efa192203623 28697:d001d6d27570
3 # Copyright 2007 Bryan O'Sullivan <bos@serpentine.com> 3 # Copyright 2007 Bryan O'Sullivan <bos@serpentine.com>
4 # 4 #
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 (
12 cmdutil, 16 cmdutil,
13 commands, 17 commands,