Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

about: fix missing import

Changeset 36df07ce1400

Parent ed22029c46eb

by TK Soh

Changes to one file · Browse files at 36df07ce1400 Showing diff from parent ed22029c46eb Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​shlib.py Stacked
 
15
16
17
 
18
19
20
 
15
16
17
18
19
20
21
@@ -15,6 +15,7 @@
 import gtk  import shelve  import time +from mercurial.i18n import _    class SimpleMRUList(object):   def __init__(self, size=10, reflist=[], compact=True):