105 reference to the Mercurial vcs object |
105 reference to the Mercurial vcs object |
106 </dd> |
106 </dd> |
107 </dl> |
107 </dl> |
108 <a NAME="Rebase.hgRebase" ID="Rebase.hgRebase"></a> |
108 <a NAME="Rebase.hgRebase" ID="Rebase.hgRebase"></a> |
109 <h4>Rebase.hgRebase</h4> |
109 <h4>Rebase.hgRebase</h4> |
110 <b>hgRebase</b>(<i>path</i>) |
110 <b>hgRebase</b>(<i></i>) |
111 |
111 |
112 <p> |
112 <p> |
113 Public method to rebase changesets to a different branch. |
113 Public method to rebase changesets to a different branch. |
114 </p> |
114 </p> |
115 <dl> |
115 <dl> |
116 |
116 <dt>Return:</dt> |
117 <dt><i>path</i></dt> |
|
118 <dd> |
|
119 directory name of the project (string) |
|
120 </dd> |
|
121 </dl> |
|
122 <dl> |
|
123 <dt>Returns:</dt> |
|
124 <dd> |
117 <dd> |
125 flag indicating that the project should be reread (boolean) |
118 flag indicating that the project should be reread (boolean) |
126 </dd> |
119 </dd> |
127 </dl> |
120 </dl> |
128 <a NAME="Rebase.hgRebaseAbort" ID="Rebase.hgRebaseAbort"></a> |
121 <a NAME="Rebase.hgRebaseAbort" ID="Rebase.hgRebaseAbort"></a> |
129 <h4>Rebase.hgRebaseAbort</h4> |
122 <h4>Rebase.hgRebaseAbort</h4> |
130 <b>hgRebaseAbort</b>(<i>path</i>) |
123 <b>hgRebaseAbort</b>(<i></i>) |
131 |
124 |
132 <p> |
125 <p> |
133 Public method to abort rebasing changesets from another branch. |
126 Public method to abort rebasing changesets from another branch. |
134 </p> |
127 </p> |
135 <dl> |
128 <dl> |
136 |
129 <dt>Return:</dt> |
137 <dt><i>path</i></dt> |
|
138 <dd> |
|
139 directory name of the project (string) |
|
140 </dd> |
|
141 </dl> |
|
142 <dl> |
|
143 <dt>Returns:</dt> |
|
144 <dd> |
130 <dd> |
145 flag indicating that the project should be reread (boolean) |
131 flag indicating that the project should be reread (boolean) |
146 </dd> |
132 </dd> |
147 </dl> |
133 </dl> |
148 <a NAME="Rebase.hgRebaseContinue" ID="Rebase.hgRebaseContinue"></a> |
134 <a NAME="Rebase.hgRebaseContinue" ID="Rebase.hgRebaseContinue"></a> |
149 <h4>Rebase.hgRebaseContinue</h4> |
135 <h4>Rebase.hgRebaseContinue</h4> |
150 <b>hgRebaseContinue</b>(<i>path</i>) |
136 <b>hgRebaseContinue</b>(<i></i>) |
151 |
137 |
152 <p> |
138 <p> |
153 Public method to continue rebasing changesets from another branch. |
139 Public method to continue rebasing changesets from another branch. |
154 </p> |
140 </p> |
155 <dl> |
141 <dl> |
156 |
142 <dt>Return:</dt> |
157 <dt><i>path</i></dt> |
|
158 <dd> |
|
159 directory name of the project (string) |
|
160 </dd> |
|
161 </dl> |
|
162 <dl> |
|
163 <dt>Returns:</dt> |
|
164 <dd> |
143 <dd> |
165 flag indicating that the project should be reread (boolean) |
144 flag indicating that the project should be reread (boolean) |
166 </dd> |
145 </dd> |
167 </dl> |
146 </dl> |
168 <div align="right"><a href="#top">Up</a></div> |
147 <div align="right"><a href="#top">Up</a></div> |