src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.rebase.html

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
84 <p> 84 <p>
85 Constructor 85 Constructor
86 </p> 86 </p>
87 <dl> 87 <dl>
88 88
89 <dt><i>vcs</i></dt> 89 <dt><i>vcs</i> (Hg)</dt>
90 <dd> 90 <dd>
91 reference to the Mercurial vcs object 91 reference to the Mercurial vcs object
92 </dd> 92 </dd>
93 </dl> 93 </dl>
94 <a NAME="Rebase.hgRebase" ID="Rebase.hgRebase"></a> 94 <a NAME="Rebase.hgRebase" ID="Rebase.hgRebase"></a>
99 Public method to rebase changesets to a different branch. 99 Public method to rebase changesets to a different branch.
100 </p> 100 </p>
101 <dl> 101 <dl>
102 <dt>Return:</dt> 102 <dt>Return:</dt>
103 <dd> 103 <dd>
104 flag indicating that the project should be reread (boolean) 104 flag indicating that the project should be reread
105 </dd>
106 </dl>
107 <dl>
108 <dt>Return Type:</dt>
109 <dd>
110 bool
105 </dd> 111 </dd>
106 </dl> 112 </dl>
107 <a NAME="Rebase.hgRebaseAbort" ID="Rebase.hgRebaseAbort"></a> 113 <a NAME="Rebase.hgRebaseAbort" ID="Rebase.hgRebaseAbort"></a>
108 <h4>Rebase.hgRebaseAbort</h4> 114 <h4>Rebase.hgRebaseAbort</h4>
109 <b>hgRebaseAbort</b>(<i></i>) 115 <b>hgRebaseAbort</b>(<i></i>)
112 Public method to abort rebasing changesets from another branch. 118 Public method to abort rebasing changesets from another branch.
113 </p> 119 </p>
114 <dl> 120 <dl>
115 <dt>Return:</dt> 121 <dt>Return:</dt>
116 <dd> 122 <dd>
117 flag indicating that the project should be reread (boolean) 123 flag indicating that the project should be reread
124 </dd>
125 </dl>
126 <dl>
127 <dt>Return Type:</dt>
128 <dd>
129 bool
118 </dd> 130 </dd>
119 </dl> 131 </dl>
120 <a NAME="Rebase.hgRebaseContinue" ID="Rebase.hgRebaseContinue"></a> 132 <a NAME="Rebase.hgRebaseContinue" ID="Rebase.hgRebaseContinue"></a>
121 <h4>Rebase.hgRebaseContinue</h4> 133 <h4>Rebase.hgRebaseContinue</h4>
122 <b>hgRebaseContinue</b>(<i></i>) 134 <b>hgRebaseContinue</b>(<i></i>)
125 Public method to continue rebasing changesets from another branch. 137 Public method to continue rebasing changesets from another branch.
126 </p> 138 </p>
127 <dl> 139 <dl>
128 <dt>Return:</dt> 140 <dt>Return:</dt>
129 <dd> 141 <dd>
130 flag indicating that the project should be reread (boolean) 142 flag indicating that the project should be reread
143 </dd>
144 </dl>
145 <dl>
146 <dt>Return Type:</dt>
147 <dd>
148 bool
131 </dd> 149 </dd>
132 </dl> 150 </dl>
133 <div align="right"><a href="#top">Up</a></div> 151 <div align="right"><a href="#top">Up</a></div>
134 <hr /> 152 <hr />
135 </body></html> 153 </body></html>

eric ide

mercurial