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

hggtk/hgtk: provide param of global option -R

Add path to cmdoptions if 'hgtk -R' was used,
so that functions now can access this info
as well

Changeset d24e8e6ab636

Parent acf59c364224

by Adrian Buehlmann

Changes to one file · Browse files at d24e8e6ab636 Showing diff from parent acf59c364224 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​hgtk.py Stacked
 
175
176
177
 
178
179
180
 
175
176
177
178
179
180
181
@@ -175,6 +175,7 @@
  lui = ui   if options['repository']:   path = lui.expandpath(options['repository']) + cmdoptions['repository'] = path     _loaded = {}   extensions.loadall(ui)