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

rename helpviewer.py to helpdialog.py

Changeset caac309fab2a

Parent 59113e1b7af8

by Adrian Buehlmann

Changes to 2 files · Browse files at caac309fab2a Showing diff from parent 59113e1b7af8 Diff from another changeset...

Show Entire File tortoisehg/​hgqt/​helpdialog.py Stacked
renamed from tortoisehg/hgqt/helpviewer.py
(No changes)
 
29
30
31
32
 
33
34
35
 
29
30
31
 
32
33
34
35
@@ -29,7 +29,7 @@
 from tortoisehg.hgqt.manifestdialog import ManifestDialog  from tortoisehg.hgqt.dialogmixin import HgDialogMixin  from tortoisehg.hgqt.quickbar import FindInGraphlogQuickBar -from tortoisehg.hgqt.helpviewer import HelpDialog +from tortoisehg.hgqt.helpdialog import HelpDialog    from tortoisehg.util import paths