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

rename hgrepoview.py to repoview.py

Changeset 8c48ad7f0ca2

Parent e7ea6fbb761d

by Adrian Buehlmann

Changes to 8 files · Browse files at 8c48ad7f0ca2 Showing diff from parent e7ea6fbb761d Diff from another changeset...

 
73
74
75
76
77
 
 
78
79
80
 
73
74
75
 
 
76
77
78
79
80
@@ -73,8 +73,8 @@
     # dirty hack to please PyQt4 uic -import hgrepoview, hgfileview -sys.modules['hgrepoview'] = hgrepoview +import repoview, hgfileview +sys.modules['repoview'] = repoview  sys.modules['hgfileview'] = hgfileview  sys.modules['hgqv_rc'] = hgqv_rc  
 
151
152
153
154
 
155
156
157
 
151
152
153
 
154
155
156
157
@@ -151,7 +151,7 @@
  <customwidget>   <class>HgRepoView</class>   <extends>QTableView</extends> - <header>hgrepoview.h</header> + <header>repoview.h</header>   </customwidget>   </customwidgets>   <tabstops>
 
1
2
3
 
4
5
 
6
7
8
 
82
83
84
85
 
 
1
2
 
3
4
 
5
6
7
8
 
82
83
84
 
85
@@ -1,8 +1,8 @@
 # -*- coding: utf-8 -*-   -# Form implementation generated from reading ui file 'C:\Users\adi\hgrepos\thg-hgview\tortoisehg\hgqt\filediffviewer.ui' +# Form implementation generated from reading ui file 'C:\Users\adi\hgrepos\thg-qt\tortoisehg\hgqt\filediffviewer.ui'  # -# Created: Fri Apr 30 22:52:53 2010 +# Created: Sun May 02 11:28:50 2010  # by: PyQt4 UI code generator 4.7.3  #  # WARNING! All changes made in this file will be lost! @@ -82,4 +82,4 @@
  self.actionReload.setText(QtGui.QApplication.translate("MainWindow", "Reload", None, QtGui.QApplication.UnicodeUTF8))   self.actionReload.setShortcut(QtGui.QApplication.translate("MainWindow", "Ctrl+R", None, QtGui.QApplication.UnicodeUTF8))   -from hgrepoview import HgRepoView +from repoview import HgRepoView
 
94
95
96
97
 
98
99
100
 
94
95
96
 
97
98
99
100
@@ -94,7 +94,7 @@
  <customwidget>   <class>HgRepoView</class>   <extends>QTableView</extends> - <header>hgrepoview.h</header> + <header>repoview.h</header>   </customwidget>   <customwidget>   <class>HgFileView</class>
 
1
2
3
 
4
5
 
6
7
8
 
56
57
58
59
 
 
1
2
 
3
4
 
5
6
7
8
 
56
57
58
 
59
@@ -1,8 +1,8 @@
 # -*- coding: utf-8 -*-   -# Form implementation generated from reading ui file 'C:\Users\adi\hgrepos\thg-hgview\tortoisehg\hgqt\fileviewer.ui' +# Form implementation generated from reading ui file 'C:\Users\adi\hgrepos\thg-qt\tortoisehg\hgqt\fileviewer.ui'  # -# Created: Fri Apr 30 22:52:09 2010 +# Created: Sun May 02 11:32:38 2010  # by: PyQt4 UI code generator 4.7.3  #  # WARNING! All changes made in this file will be lost! @@ -56,4 +56,4 @@
  self.actionReload.setShortcut(QtGui.QApplication.translate("MainWindow", "Ctrl+R", None, QtGui.QApplication.UnicodeUTF8))    from hgfileview import HgFileView -from hgrepoview import HgRepoView +from repoview import HgRepoView
 
229
230
231
232
 
233
234
235
236
237
 
238
239
240
 
229
230
231
 
232
233
234
235
236
 
237
238
239
240
@@ -229,12 +229,12 @@
  <customwidget>   <class>HgRepoView</class>   <extends>QTableView</extends> - <header>hgrepoview.h</header> + <header>repoview.h</header>   </customwidget>   <customwidget>   <class>RevDisplay</class>   <extends>QTextBrowser</extends> - <header>hgrepoview.h</header> + <header>repoview.h</header>   </customwidget>   <customwidget>   <class>HgFileListView</class>
 
1
2
3
 
4
5
 
6
7
8
 
142
143
144
145
 
146
 
1
2
 
3
4
 
5
6
7
8
 
142
143
144
 
145
146
@@ -1,8 +1,8 @@
 # -*- coding: utf-8 -*-   -# Form implementation generated from reading ui file 'C:\Users\adi\hgrepos\thg-hgview\tortoisehg\hgqt\hgqv.ui' +# Form implementation generated from reading ui file 'C:\Users\adi\hgrepos\thg-qt\tortoisehg\hgqt\hgqv.ui'  # -# Created: Fri Apr 30 22:49:41 2010 +# Created: Sun May 02 11:28:46 2010  # by: PyQt4 UI code generator 4.7.3  #  # WARNING! All changes made in this file will be lost! @@ -142,5 +142,5 @@
  self.actionHelp.setText(QtGui.QApplication.translate("MainWindow", "Help", None, QtGui.QApplication.UnicodeUTF8))    from hgfileview import HgFileView, HgFileListView -from hgrepoview import HgRepoView, RevDisplay +from repoview import HgRepoView, RevDisplay  import hgqv_rc
Show Entire File tortoisehg/​hgqt/​repoview.py Stacked
renamed from tortoisehg/hgqt/hgrepoview.py
(No changes)