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

rename hgmanifestdialog.py to manifestdialog.py

Changeset e7ea6fbb761d

Parent 7476dfc33092

by Adrian Buehlmann

Changes to 4 files · Browse files at e7ea6fbb761d Showing diff from parent 7476dfc33092 Diff from another changeset...

 
39
40
41
42
 
43
44
45
 
39
40
41
 
42
43
44
45
@@ -39,7 +39,7 @@
   from tortoisehg.hgqt import icon as geticon  from tortoisehg.hgqt.filedialog import FileViewer, FileDiffViewer -from tortoisehg.hgqt.hgmanifestdialog import ManifestViewer +from tortoisehg.hgqt.manifestdialog import ManifestViewer  from tortoisehg.hgqt.quickbar import QuickBar  from tortoisehg.hgqt.lexers import get_lexer  from tortoisehg.hgqt.blockmatcher import BlockList
 
35
36
37
38
 
39
40
41
 
35
36
37
 
38
39
40
41
@@ -35,7 +35,7 @@
 from tortoisehg.hgqt.decorators import timeit  from tortoisehg.hgqt.config import HgConfig  from tortoisehg.hgqt import icon as geticon -from tortoisehg.hgqt.hgmanifestdialog import ManifestViewer +from tortoisehg.hgqt.manifestdialog import ManifestViewer  from tortoisehg.hgqt.quickbar import QuickBar    class GotoQuickBar(QuickBar):
Show Entire File tortoisehg/​hgqt/​manifestdialog.py Stacked
renamed from tortoisehg/hgqt/hgmanifestdialog.py
(No changes)
 
26
27
28
29
 
30
31
32
 
26
27
28
 
29
30
31
32
@@ -26,7 +26,7 @@
 from tortoisehg.hgqt import icon as geticon  from tortoisehg.hgqt.repomodel import HgRepoListModel, HgFileListModel  from tortoisehg.hgqt.filedialog import FileViewer, FileDiffViewer -from tortoisehg.hgqt.hgmanifestdialog import ManifestViewer +from tortoisehg.hgqt.manifestdialog import ManifestViewer  from tortoisehg.hgqt.dialogmixin import HgDialogMixin  from tortoisehg.hgqt.quickbar import FindInGraphlogQuickBar  from tortoisehg.hgqt.helpviewer import HelpViewer