hgext/record.py
changeset 48875 6000f5b25c9b
parent 45942 89a2afe31e82
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
     8 '''commands to interactively select changes for commit/qrefresh (DEPRECATED)
     8 '''commands to interactively select changes for commit/qrefresh (DEPRECATED)
     9 
     9 
    10 The feature provided by this extension has been moved into core Mercurial as
    10 The feature provided by this extension has been moved into core Mercurial as
    11 :hg:`commit --interactive`.'''
    11 :hg:`commit --interactive`.'''
    12 
    12 
    13 from __future__ import absolute_import
       
    14 
    13 
    15 from mercurial.i18n import _
    14 from mercurial.i18n import _
    16 from mercurial import (
    15 from mercurial import (
    17     cmdutil,
    16     cmdutil,
    18     commands,
    17     commands,