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

rename hgfiledialog.py to filedialog.py

Changeset 7476dfc33092

Parent e3cbef47cdee

by Adrian Buehlmann

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

Show Entire File tortoisehg/​hgqt/​filedialog.py Stacked
renamed from tortoisehg/hgqt/hgfiledialog.py
(No changes)
 
38
39
40
41
 
42
43
44
 
38
39
40
 
41
42
43
44
@@ -38,7 +38,7 @@
 from tortoisehg.hgqt.config import HgConfig    from tortoisehg.hgqt import icon as geticon -from tortoisehg.hgqt.hgfiledialog import FileViewer, FileDiffViewer +from tortoisehg.hgqt.filedialog import FileViewer, FileDiffViewer  from tortoisehg.hgqt.hgmanifestdialog import ManifestViewer  from tortoisehg.hgqt.quickbar import QuickBar  from tortoisehg.hgqt.lexers import get_lexer
 
25
26
27
28
 
29
30
31
 
25
26
27
 
28
29
30
31
@@ -25,7 +25,7 @@
   from tortoisehg.hgqt import icon as geticon  from tortoisehg.hgqt.repomodel import HgRepoListModel, HgFileListModel -from tortoisehg.hgqt.hgfiledialog import FileViewer, FileDiffViewer +from tortoisehg.hgqt.filedialog import FileViewer, FileDiffViewer  from tortoisehg.hgqt.hgmanifestdialog import ManifestViewer  from tortoisehg.hgqt.dialogmixin import HgDialogMixin  from tortoisehg.hgqt.quickbar import FindInGraphlogQuickBar