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

hgemail: load patchbomb before inspecting options

Fixes #632

Changeset fb9be2b7f13a

Parent c9fcf21829ca

by Steve Borho

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

 
179
180
181
 
 
182
183
184
 
234
235
236
237
238
239
240
241
 
179
180
181
182
183
184
185
186
 
236
237
238
 
 
239
240
241
@@ -179,6 +179,8 @@
  hbox.pack_start(gtk.Label(_('Subject:')), False, False, 4)   hbox.pack_start(self._subjbox, True, True, 4)   + extensions.load(self.repo.ui, 'patchbomb', None) +   # --flags was added after hg 1.3   hasflags = False   for arg in extensions.find('patchbomb').emailopts: @@ -234,8 +236,6 @@
  self.repo = None   return   - extensions.load(self.repo.ui, 'patchbomb', None) -   if initial:   # Only zap these fields at startup   self._tobox.child.set_text(hglib.fromutf(repo.ui.config('email', 'to', '')))