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

hglib: replacing missing variable init

Changeset 53e7dfe36d1f

Parent 80b6b46e7bb7

by Steve Borho

Changes to one file · Browse files at 53e7dfe36d1f Showing diff from parent 80b6b46e7bb7 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​hglib.py Stacked
 
228
229
230
 
231
232
233
 
228
229
230
231
232
233
234
@@ -228,6 +228,7 @@
  # Some commands create repositories, and thus must create   # new ui() instances. For those, we monkey-patch ui.ui()   # as briefly as possible. + origui = None   if self.args[0] in ('clone', 'init'):   origui = ui.ui   ui.ui = GtkUi