##// END OF EJS Templates
Use the mercurial i18n infrastructure in the purge extension
Emanuele Aina -
r4121:d2500768 default
parent child Browse files
Show More
@@ -18,11 +18,9 b''
18 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
18 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
19
19
20 from mercurial import hg, util
20 from mercurial import hg, util
21 from mercurial.i18n import _
21 import os
22 import os
22
23
23 def _(s):
24 return s
25
26 class Purge(object):
24 class Purge(object):
27 def __init__(self, act=True, abort_on_err=False, eol='\n'):
25 def __init__(self, act=True, abort_on_err=False, eol='\n'):
28 self._repo = None
26 self._repo = None
General Comments 0
You need to be logged in to leave comments. Login now