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

stable hgtk: don't call extsetup

This is done by extensions.loadall after changeset e0eae93e6c67 in
Mercurial.

Changeset da5288952fe8

Parent 160f9f9a458c

by Steve Borho

Changes to one file · Browse files at da5288952fe8 Showing diff from parent 160f9f9a458c Diff from another changeset...

 
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
 
239
240
241
 
242
 
 
 
 
 
 
 
243
244
245
@@ -239,15 +239,7 @@
  else:   lui = ui   - _loaded = {}   extensions.loadall(ui) - for name, module in extensions.extensions(): - if name in _loaded: - continue - extsetup = getattr(module, 'extsetup', None) - if extsetup: - extsetup() - _loaded[name] = 1     if options['quiet']:   ui.quiet = True