Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.4rc1, 0.4rc2, and 0.4rc3

hggtk/commit: re-read config after username set

Changeset d4ede75dd7d4

Parent 5aa19d677dae

by Steve Borho

Changes to one file · Browse files at d4ede75dd7d4 Showing diff from parent 5aa19d677dae Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​commit.py Stacked
 
196
197
198
 
 
199
200
201
 
196
197
198
199
200
201
202
203
@@ -196,6 +196,8 @@
  dlg.focus_field('ui.username')   dlg.run()   dlg.hide() + self.repo = hg.repository(ui.ui(), self.repo.root) + self.ui = self.repo.ui     # call the threaded CmdDialog to do the commit, so the the large commit   # won't get locked up by potential large commit. CmdDialog will also