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

rename hgviewhelp.py to viewhelp.py

Changeset 36762e8463a2

Parent 844b9837875c

by Adrian Buehlmann

Changes to 2 files · Browse files at 36762e8463a2 Showing diff from parent 844b9837875c Diff from another changeset...

 
1
2
3
4
5
6
7
8
9
10
 
11
12
13
 
16
17
18
19
 
20
21
22
 
1
2
 
3
4
5
6
7
8
 
9
10
11
12
 
15
16
17
 
18
19
20
21
@@ -1,13 +1,12 @@
 # -*- coding: iso-8859-1 -*-  #!/usr/bin/env python -# main.py - qt4-based hg rev log browser  #  # Copyright (C) 2007-2010 Logilab. All rights reserved.  #  # This software may be used and distributed according to the terms  # of the GNU General Public License, incorporated herein by reference.  """ -Help window for hgview +Help window  """  import sys, os  import re @@ -16,7 +15,7 @@
   from tortoisehg.hgqt import icon as geticon  from tortoisehg.hgqt.dialogmixin import HgDialogMixin -from tortoisehg.hgqt.hgviewhelp import help_msg, get_options_helpmsg +from tortoisehg.hgqt.viewhelp import help_msg, get_options_helpmsg    Qt = QtCore.Qt  bold = QtGui.QFont.Bold
Show Entire File tortoisehg/​hgqt/​viewhelp.py Stacked
renamed from tortoisehg/hgqt/hgviewhelp.py
(No changes)