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

rename changeset.py to revdisplay.py

Changeset b4cc7b13bf9d

Parent 2e09fcd0295c

by Adrian Buehlmann

Changes to 3 files · Browse files at b4cc7b13bf9d Showing diff from parent 2e09fcd0295c Diff from another changeset...

 
196
197
198
199
 
200
201
202
 
212
213
214
215
 
216
217
218
 
196
197
198
 
199
200
201
202
 
212
213
214
 
215
216
217
218
@@ -196,7 +196,7 @@
  <customwidget>   <class>RevDisplay</class>   <extends>QWidget</extends> - <header>changeset.h</header> + <header>revdisplay.h</header>   </customwidget>   <customwidget>   <class>HgFileListView</class> @@ -212,7 +212,7 @@
  <customwidget>   <class>RevMessage</class>   <extends>QWidget</extends> - <header>changeset.h</header> + <header>revdisplay.h</header>   <container>1</container>   </customwidget>   </customwidgets>
 
2
3
4
5
 
6
7
8
 
120
121
122
123
 
124
125
126
 
2
3
4
 
5
6
7
8
 
120
121
122
 
123
124
125
126
@@ -2,7 +2,7 @@
   # Form implementation generated from reading ui file 'C:\Users\adi\hgrepos\thg-qt\tortoisehg\hgqt\repowidget.ui'  # -# Created: Sat May 15 18:50:17 2010 +# Created: Sat May 15 18:55:13 2010  # by: PyQt4 UI code generator 4.7.3  #  # WARNING! All changes made in this file will be lost! @@ -120,7 +120,7 @@
  def retranslateUi(self, Form):   Form.setWindowTitle(QtGui.QApplication.translate("Form", "Form", None, QtGui.QApplication.UnicodeUTF8))   -from changeset import RevDisplay, RevMessage +from revdisplay import RevDisplay, RevMessage  from filelistview import HgFileListView  from fileview import HgFileView  from repoview import HgRepoView
Show Entire File tortoisehg/​hgqt/​revdisplay.py Stacked
renamed from tortoisehg/hgqt/changeset.py
(No changes)