mercurial/ui.py
changeset 2859 345bac2bc4ec
parent 2731 ad4155e757da
child 2874 4ec58b157265
equal deleted inserted replaced
2858:c9b08cacf983 2859:345bac2bc4ec
     1 # ui.py - user interface bits for mercurial
     1 # ui.py - user interface bits for mercurial
     2 #
     2 #
     3 # Copyright 2005 Matt Mackall <mpm@selenic.com>
     3 # Copyright 2005, 2006 Matt Mackall <mpm@selenic.com>
     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 i18n import gettext as _
     8 from i18n import gettext as _