Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

hgtk: delete compatibility code for Mercurail < 1.3

Changeset fcea131f52a0

Parent 57ac2faa16ba

by Simon Heimberg

Changes to one file · Browse files at fcea131f52a0 Showing diff from parent 57ac2faa16ba Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​hgtk.py Stacked
 
212
213
214
215
 
216
217
218
 
212
213
214
 
215
216
217
218
@@ -212,7 +212,7 @@
  path = paths.find_root(os.getcwd())   if path:   try: - lui = hasattr(_ui, 'copy') and _ui.copy() or _ui.ui(ui) + lui = ui.copy()   lui.readconfig(os.path.join(path, ".hg", "hgrc"))   except IOError:   pass