Mon, 07 Jan 2013 18:05:29 +0100
Added a context menu entry to reload the templates and changed the logic such, that the templates are only written, if they contain some changes.
1619
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1 | <?xml version="1.0" encoding="utf-8"?> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2 | <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3 | 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4 | <html><head> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5 | <title>eric5.Plugins.VcsPlugins.vcsMercurial.HgPhaseDialog</title> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6 | <style> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7 | body { |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8 | background: #EDECE6; |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9 | margin: 0em 1em 10em 1em; |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10 | color: black; |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11 | } |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12 | |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13 | h1 { color: white; background: #85774A; } |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
14 | h2 { color: white; background: #85774A; } |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
15 | h3 { color: white; background: #9D936E; } |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
16 | h4 { color: white; background: #9D936E; } |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
17 | |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
18 | a { color: #BA6D36; } |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
19 | |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
20 | </style> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
21 | </head> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
22 | <body><a NAME="top" ID="top"></a> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
23 | <h1>eric5.Plugins.VcsPlugins.vcsMercurial.HgPhaseDialog</h1> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
24 | <p> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
25 | Module implementing a dialog to enter data for the Mercurial Phase operation. |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
26 | </p> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
27 | <h3>Global Attributes</h3> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
28 | <table> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
29 | <tr><td>None</td></tr> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
30 | </table> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
31 | <h3>Classes</h3> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
32 | <table> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
33 | <tr> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
34 | <td><a href="#HgPhaseDialog">HgPhaseDialog</a></td> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
35 | <td>Class dimplementing a dialog to enter data for the Mercurial Phase operation.</td> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
36 | </tr> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
37 | </table> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
38 | <h3>Functions</h3> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
39 | <table> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
40 | <tr><td>None</td></tr> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
41 | </table> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
42 | <hr /><hr /> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
43 | <a NAME="HgPhaseDialog" ID="HgPhaseDialog"></a> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
44 | <h2>HgPhaseDialog</h2> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
45 | <p> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
46 | Class dimplementing a dialog to enter data for the Mercurial Phase operation. |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
47 | </p> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
48 | <h3>Derived from</h3> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
49 | QDialog, Ui_HgPhaseDialog |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
50 | <h3>Class Attributes</h3> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
51 | <table> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
52 | <tr><td>None</td></tr> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
53 | </table> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
54 | <h3>Class Methods</h3> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
55 | <table> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
56 | <tr><td>None</td></tr> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
57 | </table> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
58 | <h3>Methods</h3> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
59 | <table> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
60 | <tr> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
61 | <td><a href="#HgPhaseDialog.__init__">HgPhaseDialog</a></td> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
62 | <td>Constructor</td> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
63 | </tr><tr> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
64 | <td><a href="#HgPhaseDialog.__updateOk">__updateOk</a></td> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
65 | <td>Private slot to update the state of the OK button.</td> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
66 | </tr><tr> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
67 | <td><a href="#HgPhaseDialog.getData">getData</a></td> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
68 | <td>Public method to retrieve the entered data.</td> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
69 | </tr><tr> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
70 | <td><a href="#HgPhaseDialog.on_phaseCombo_activated">on_phaseCombo_activated</a></td> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
71 | <td>Private slot to react upon changes of the phase.</td> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
72 | </tr><tr> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
73 | <td><a href="#HgPhaseDialog.on_revisionsEdit_textChanged">on_revisionsEdit_textChanged</a></td> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
74 | <td>Private slot to react upon changes of revisions.</td> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
75 | </tr> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
76 | </table> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
77 | <h3>Static Methods</h3> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
78 | <table> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
79 | <tr><td>None</td></tr> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
80 | </table> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
81 | <a NAME="HgPhaseDialog.__init__" ID="HgPhaseDialog.__init__"></a> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
82 | <h4>HgPhaseDialog (Constructor)</h4> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
83 | <b>HgPhaseDialog</b>(<i>parent=None</i>) |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
84 | <p> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
85 | Constructor |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
86 | </p><dl> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
87 | <dt><i>parent</i></dt> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
88 | <dd> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
89 | reference to the parent widget (QWidget) |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
90 | </dd> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
91 | </dl><a NAME="HgPhaseDialog.__updateOk" ID="HgPhaseDialog.__updateOk"></a> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
92 | <h4>HgPhaseDialog.__updateOk</h4> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
93 | <b>__updateOk</b>(<i></i>) |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
94 | <p> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
95 | Private slot to update the state of the OK button. |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
96 | </p><a NAME="HgPhaseDialog.getData" ID="HgPhaseDialog.getData"></a> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
97 | <h4>HgPhaseDialog.getData</h4> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
98 | <b>getData</b>(<i></i>) |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
99 | <p> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
100 | Public method to retrieve the entered data. |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
101 | </p><dl> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
102 | <dt>Returns:</dt> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
103 | <dd> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
104 | tuple with list of revisions, phase and a flag indicating |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
105 | a forced operation (list of strings, string, boolean) |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
106 | </dd> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
107 | </dl><a NAME="HgPhaseDialog.on_phaseCombo_activated" ID="HgPhaseDialog.on_phaseCombo_activated"></a> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
108 | <h4>HgPhaseDialog.on_phaseCombo_activated</h4> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
109 | <b>on_phaseCombo_activated</b>(<i>txt</i>) |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
110 | <p> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
111 | Private slot to react upon changes of the phase. |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
112 | </p><a NAME="HgPhaseDialog.on_revisionsEdit_textChanged" ID="HgPhaseDialog.on_revisionsEdit_textChanged"></a> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
113 | <h4>HgPhaseDialog.on_revisionsEdit_textChanged</h4> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
114 | <b>on_revisionsEdit_textChanged</b>(<i></i>) |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
115 | <p> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
116 | Private slot to react upon changes of revisions. |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
117 | </p> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
118 | <div align="right"><a href="#top">Up</a></div> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
119 | <hr /> |
56348a48c5e0
Added source docu for the Mercurial phase dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
120 | </body></html> |