mercurial/context.py
changeset 3891 6b4127c7d52a
parent 3877 abaee83ce0a6
child 3930 01d98d68d697
equal deleted inserted replaced
3890:2eec996f2fb9 3891:6b4127c7d52a
     4 #
     4 #
     5 # This software may be used and distributed according to the terms
     5 # This software may be used and distributed according to the terms
     6 # of the GNU General Public License, incorporated herein by reference.
     6 # of the GNU General Public License, incorporated herein by reference.
     7 
     7 
     8 from node import *
     8 from node import *
     9 from i18n import gettext as _
     9 from i18n import _
    10 import ancestor, bdiff, repo, revlog, util, os
    10 import ancestor, bdiff, repo, revlog, util, os
    11 
    11 
    12 class changectx(object):
    12 class changectx(object):
    13     """A changecontext object makes access to data related to a particular
    13     """A changecontext object makes access to data related to a particular
    14     changeset convenient."""
    14     changeset convenient."""