Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

repowidget: add back missing import for ManifestDialog

was erroneously removed (my bad, sorry)

Changeset 835eeb8b8e7f

Parent ffdd1fd45484

by Adrian Buehlmann

Changes to one file · Browse files at 835eeb8b8e7f Showing diff from parent ffdd1fd45484 Diff from another changeset...

 
24
25
26
 
27
28
29
 
24
25
26
27
28
29
30
@@ -24,6 +24,7 @@
 from tortoisehg.hgqt.update import UpdateDialog  from tortoisehg.hgqt import cmdui  from tortoisehg.hgqt.config import HgConfig +from tortoisehg.hgqt.manifestdialog import ManifestDialog    from revdisplay import RevMessage  from filelistview import HgFileListView