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

hggtk/synch: add missing module

Changeset 90031af24319

Parent ac943349fcb1

by TK Soh

Changes to one file · Browse files at 90031af24319 Showing diff from parent ac943349fcb1 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​synch.py Stacked
 
19
20
21
22
 
23
24
25
 
19
20
21
 
22
23
24
25
@@ -19,7 +19,7 @@
 import threading  from mercurial import hg, ui, util, extensions  from mercurial.repo import RepoError -from dialog import error_dialog, question_dialog +from dialog import error_dialog, question_dialog, info_dialog  from hglib import HgThread  import shlib  import gtklib