1328 flag indicating that the project should be reread (boolean) |
1328 flag indicating that the project should be reread (boolean) |
1329 </dd> |
1329 </dd> |
1330 </dl> |
1330 </dl> |
1331 <a NAME="Hg.hgGraftAbort" ID="Hg.hgGraftAbort"></a> |
1331 <a NAME="Hg.hgGraftAbort" ID="Hg.hgGraftAbort"></a> |
1332 <h4>Hg.hgGraftAbort</h4> |
1332 <h4>Hg.hgGraftAbort</h4> |
1333 <b>hgGraftAbort</b>(<i>path</i>) |
1333 <b>hgGraftAbort</b>(<i></i>) |
1334 |
1334 |
1335 <p> |
1335 <p> |
1336 Public method to abort an interrupted copying session and perform |
1336 Public method to abort an interrupted copying session and perform |
1337 a rollback. |
1337 a rollback. |
1338 </p> |
1338 </p> |
1339 <dl> |
1339 <dl> |
1340 |
|
1341 <dt><i>path</i> (str)</dt> |
|
1342 <dd> |
|
1343 directory name of the project |
|
1344 </dd> |
|
1345 </dl> |
|
1346 <dl> |
|
1347 <dt>Return:</dt> |
1340 <dt>Return:</dt> |
1348 <dd> |
1341 <dd> |
1349 flag indicating that the project should be reread |
1342 flag indicating that the project should be reread |
1350 </dd> |
1343 </dd> |
1351 </dl> |
1344 </dl> |
1355 bool |
1348 bool |
1356 </dd> |
1349 </dd> |
1357 </dl> |
1350 </dl> |
1358 <a NAME="Hg.hgGraftContinue" ID="Hg.hgGraftContinue"></a> |
1351 <a NAME="Hg.hgGraftContinue" ID="Hg.hgGraftContinue"></a> |
1359 <h4>Hg.hgGraftContinue</h4> |
1352 <h4>Hg.hgGraftContinue</h4> |
1360 <b>hgGraftContinue</b>(<i>path</i>) |
1353 <b>hgGraftContinue</b>(<i></i>) |
1361 |
1354 |
1362 <p> |
1355 <p> |
1363 Public method to continue copying changesets from another branch. |
1356 Public method to continue copying changesets from another branch. |
1364 </p> |
1357 </p> |
1365 <dl> |
|
1366 |
|
1367 <dt><i>path</i> (str)</dt> |
|
1368 <dd> |
|
1369 directory name of the project |
|
1370 </dd> |
|
1371 </dl> |
|
1372 <dl> |
1358 <dl> |
1373 <dt>Return:</dt> |
1359 <dt>Return:</dt> |
1374 <dd> |
1360 <dd> |
1375 flag indicating that the project should be reread |
1361 flag indicating that the project should be reread |
1376 </dd> |
1362 </dd> |
1381 bool |
1367 bool |
1382 </dd> |
1368 </dd> |
1383 </dl> |
1369 </dl> |
1384 <a NAME="Hg.hgGraftStop" ID="Hg.hgGraftStop"></a> |
1370 <a NAME="Hg.hgGraftStop" ID="Hg.hgGraftStop"></a> |
1385 <h4>Hg.hgGraftStop</h4> |
1371 <h4>Hg.hgGraftStop</h4> |
1386 <b>hgGraftStop</b>(<i>path</i>) |
1372 <b>hgGraftStop</b>(<i></i>) |
1387 |
1373 |
1388 <p> |
1374 <p> |
1389 Public method to stop an interrupted copying session. |
1375 Public method to stop an interrupted copying session. |
1390 </p> |
1376 </p> |
1391 <dl> |
|
1392 |
|
1393 <dt><i>path</i> (str)</dt> |
|
1394 <dd> |
|
1395 directory name of the project |
|
1396 </dd> |
|
1397 </dl> |
|
1398 <dl> |
1377 <dl> |
1399 <dt>Return:</dt> |
1378 <dt>Return:</dt> |
1400 <dd> |
1379 <dd> |
1401 flag indicating that the project should be reread |
1380 flag indicating that the project should be reread |
1402 </dd> |
1381 </dd> |