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

hgtk: remove more redundant code

Changeset 20615f48272c

Parent 47efd70759a2

by Steve Borho

Changes to one file · Browse files at 20615f48272c Showing diff from parent 47efd70759a2 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​hgtk.py Stacked
 
137
138
139
140
141
142
143
144
145
146
147
 
137
138
139
 
 
 
 
 
140
141
142
@@ -137,11 +137,6 @@
  elif not cmd:   return help_(ui, 'shortlist')   - if hasattr(sys, "frozen"): - # Py2exe environment - thgdir = os.path.dirname(sys.executable) - os.environ['THG_ICON_PATH'] = os.path.join(thgdir, 'icons') -   import hglib   path = hglib.rootpath(os.getcwd())   if path: