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

rename filedialog.py to filedialogs.py

note the 's' at the end of the new name

Changeset baaaa7c1872d

Parent 90e47a05a160

by Adrian Buehlmann

Changes to 3 files · Browse files at baaaa7c1872d Showing diff from parent 90e47a05a160 Diff from another changeset...

Show Entire File tortoisehg/​hgqt/​filedialogs.py Stacked
renamed from tortoisehg/hgqt/filedialog.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.filedialog import FileLogDialog, FileDiffDialog +from tortoisehg.hgqt.filedialogs import FileLogDialog, FileDiffDialog  from tortoisehg.hgqt.manifestdialog 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.filedialog import FileLogDialog, FileDiffDialog +from tortoisehg.hgqt.filedialogs import FileLogDialog, FileDiffDialog  from tortoisehg.hgqt.manifestdialog import ManifestViewer  from tortoisehg.hgqt.dialogmixin import HgDialogMixin  from tortoisehg.hgqt.quickbar import FindInGraphlogQuickBar