Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.rebase.html

changeset 3673
e26d7d0c1088
equal deleted inserted replaced
3670:f0cb7579c0b4 3673:e26d7d0c1088
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric6.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.rebase</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body><a NAME="top" ID="top"></a>
22 <h1>eric6.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.rebase</h1>
23 <p>
24 Module implementing the rebase extension interface.
25 </p>
26 <h3>Global Attributes</h3>
27 <table>
28 <tr><td>None</td></tr>
29 </table>
30 <h3>Classes</h3>
31 <table>
32 <tr>
33 <td><a href="#Rebase">Rebase</a></td>
34 <td>Class implementing the rebase extension interface.</td>
35 </tr>
36 </table>
37 <h3>Functions</h3>
38 <table>
39 <tr><td>None</td></tr>
40 </table>
41 <hr /><hr />
42 <a NAME="Rebase" ID="Rebase"></a>
43 <h2>Rebase</h2>
44 <p>
45 Class implementing the rebase extension interface.
46 </p>
47 <h3>Derived from</h3>
48 HgExtension
49 <h3>Class Attributes</h3>
50 <table>
51 <tr><td>None</td></tr>
52 </table>
53 <h3>Class Methods</h3>
54 <table>
55 <tr><td>None</td></tr>
56 </table>
57 <h3>Methods</h3>
58 <table>
59 <tr>
60 <td><a href="#Rebase.__init__">Rebase</a></td>
61 <td>Constructor</td>
62 </tr><tr>
63 <td><a href="#Rebase.hgRebase">hgRebase</a></td>
64 <td>Public method to rebase changesets to a different branch.</td>
65 </tr><tr>
66 <td><a href="#Rebase.hgRebaseAbort">hgRebaseAbort</a></td>
67 <td>Public method to abort rebasing changesets from another branch.</td>
68 </tr><tr>
69 <td><a href="#Rebase.hgRebaseContinue">hgRebaseContinue</a></td>
70 <td>Public method to continue rebasing changesets from another branch.</td>
71 </tr>
72 </table>
73 <h3>Static Methods</h3>
74 <table>
75 <tr><td>None</td></tr>
76 </table>
77 <a NAME="Rebase.__init__" ID="Rebase.__init__"></a>
78 <h4>Rebase (Constructor)</h4>
79 <b>Rebase</b>(<i>vcs</i>)
80 <p>
81 Constructor
82 </p><dl>
83 <dt><i>vcs</i></dt>
84 <dd>
85 reference to the Mercurial vcs object
86 </dd>
87 </dl><a NAME="Rebase.hgRebase" ID="Rebase.hgRebase"></a>
88 <h4>Rebase.hgRebase</h4>
89 <b>hgRebase</b>(<i>path</i>)
90 <p>
91 Public method to rebase changesets to a different branch.
92 </p><dl>
93 <dt><i>path</i></dt>
94 <dd>
95 directory name of the project (string)
96 </dd>
97 </dl><dl>
98 <dt>Returns:</dt>
99 <dd>
100 flag indicating that the project should be reread (boolean)
101 </dd>
102 </dl><a NAME="Rebase.hgRebaseAbort" ID="Rebase.hgRebaseAbort"></a>
103 <h4>Rebase.hgRebaseAbort</h4>
104 <b>hgRebaseAbort</b>(<i>path</i>)
105 <p>
106 Public method to abort rebasing changesets from another branch.
107 </p><dl>
108 <dt><i>path</i></dt>
109 <dd>
110 directory name of the project (string)
111 </dd>
112 </dl><dl>
113 <dt>Returns:</dt>
114 <dd>
115 flag indicating that the project should be reread (boolean)
116 </dd>
117 </dl><a NAME="Rebase.hgRebaseContinue" ID="Rebase.hgRebaseContinue"></a>
118 <h4>Rebase.hgRebaseContinue</h4>
119 <b>hgRebaseContinue</b>(<i>path</i>)
120 <p>
121 Public method to continue rebasing changesets from another branch.
122 </p><dl>
123 <dt><i>path</i></dt>
124 <dd>
125 directory name of the project (string)
126 </dd>
127 </dl><dl>
128 <dt>Returns:</dt>
129 <dd>
130 flag indicating that the project should be reread (boolean)
131 </dd>
132 </dl>
133 <div align="right"><a href="#top">Up</a></div>
134 <hr />
135 </body></html>

eric ide

mercurial