Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.hg.html

changeset 5516
a165ff497046
parent 5452
9f89364d9ffd
child 5559
072d97551334
equal deleted inserted replaced
5515:397b36511c67 5516:a165ff497046
818 <dd> 818 <dd>
819 file/directory name to be branched (string) 819 file/directory name to be branched (string)
820 </dd> 820 </dd>
821 </dl><a NAME="Hg.hgBundle" ID="Hg.hgBundle"></a> 821 </dl><a NAME="Hg.hgBundle" ID="Hg.hgBundle"></a>
822 <h4>Hg.hgBundle</h4> 822 <h4>Hg.hgBundle</h4>
823 <b>hgBundle</b>(<i>name</i>) 823 <b>hgBundle</b>(<i>name, bundleData=None</i>)
824 <p> 824 <p>
825 Public method to create a changegroup file. 825 Public method to create a changegroup file.
826 </p><dl> 826 </p><dl>
827 <dt><i>name</i></dt> 827 <dt><i>name</i> (str)</dt>
828 <dd> 828 <dd>
829 file/directory name (string) 829 file/directory name
830 </dd><dt><i>bundleData</i> (dict)</dt>
831 <dd>
832 dictionary containing the bundle creation information
830 </dd> 833 </dd>
831 </dl><a NAME="Hg.hgCancelMerge" ID="Hg.hgCancelMerge"></a> 834 </dl><a NAME="Hg.hgCancelMerge" ID="Hg.hgCancelMerge"></a>
832 <h4>Hg.hgCancelMerge</h4> 835 <h4>Hg.hgCancelMerge</h4>
833 <b>hgCancelMerge</b>(<i>name</i>) 836 <b>hgCancelMerge</b>(<i>name</i>)
834 <p> 837 <p>
1199 <dd> 1202 <dd>
1200 directory name on which to base the changegroup (string) 1203 directory name on which to base the changegroup (string)
1201 </dd> 1204 </dd>
1202 </dl><a NAME="Hg.hgPull" ID="Hg.hgPull"></a> 1205 </dl><a NAME="Hg.hgPull" ID="Hg.hgPull"></a>
1203 <h4>Hg.hgPull</h4> 1206 <h4>Hg.hgPull</h4>
1204 <b>hgPull</b>(<i>name</i>) 1207 <b>hgPull</b>(<i>name, revisions=None</i>)
1205 <p> 1208 <p>
1206 Public method used to pull changes from a remote Mercurial repository. 1209 Public method used to pull changes from a remote Mercurial repository.
1207 </p><dl> 1210 </p><dl>
1208 <dt><i>name</i></dt> 1211 <dt><i>name</i> (str)</dt>
1209 <dd> 1212 <dd>
1210 directory name of the project to be pulled to (string) 1213 directory name of the project to be pulled to
1214 </dd><dt><i>revisions</i> (list of str)</dt>
1215 <dd>
1216 list of revisions to be pulled
1211 </dd> 1217 </dd>
1212 </dl><dl> 1218 </dl><dl>
1213 <dt>Returns:</dt> 1219 <dt>Returns:</dt>
1214 <dd> 1220 <dd>
1215 flag indicating, that the update contained an add 1221 flag indicating, that the update contained an add
1216 or delete (boolean) 1222 or delete
1223 </dd>
1224 </dl><dl>
1225 <dt>Return Type:</dt>
1226 <dd>
1227 bool
1217 </dd> 1228 </dd>
1218 </dl><a NAME="Hg.hgPush" ID="Hg.hgPush"></a> 1229 </dl><a NAME="Hg.hgPush" ID="Hg.hgPush"></a>
1219 <h4>Hg.hgPush</h4> 1230 <h4>Hg.hgPush</h4>
1220 <b>hgPush</b>(<i>name, force=False, newBranch=False, rev=None</i>) 1231 <b>hgPush</b>(<i>name, force=False, newBranch=False, rev=None</i>)
1221 <p> 1232 <p>
1376 flag indicating to show the largefiles status as 1387 flag indicating to show the largefiles status as
1377 well (boolean) 1388 well (boolean)
1378 </dd> 1389 </dd>
1379 </dl><a NAME="Hg.hgUnbundle" ID="Hg.hgUnbundle"></a> 1390 </dl><a NAME="Hg.hgUnbundle" ID="Hg.hgUnbundle"></a>
1380 <h4>Hg.hgUnbundle</h4> 1391 <h4>Hg.hgUnbundle</h4>
1381 <b>hgUnbundle</b>(<i>name</i>) 1392 <b>hgUnbundle</b>(<i>name, files=None</i>)
1382 <p> 1393 <p>
1383 Public method to apply changegroup files. 1394 Public method to apply changegroup files.
1384 </p><dl> 1395 </p><dl>
1385 <dt><i>name</i></dt> 1396 <dt><i>name</i> (str)</dt>
1386 <dd> 1397 <dd>
1387 directory name (string) 1398 directory name
1399 </dd><dt><i>files</i> (list of str)</dt>
1400 <dd>
1401 list of bundle files to be applied
1388 </dd> 1402 </dd>
1389 </dl><dl> 1403 </dl><dl>
1390 <dt>Returns:</dt> 1404 <dt>Returns:</dt>
1391 <dd> 1405 <dd>
1392 flag indicating, that the update contained an add 1406 flag indicating, that the update contained an add
1393 or delete (boolean) 1407 or delete
1408 </dd>
1409 </dl><dl>
1410 <dt>Return Type:</dt>
1411 <dd>
1412 bool
1394 </dd> 1413 </dd>
1395 </dl><a NAME="Hg.hgVerify" ID="Hg.hgVerify"></a> 1414 </dl><a NAME="Hg.hgVerify" ID="Hg.hgVerify"></a>
1396 <h4>Hg.hgVerify</h4> 1415 <h4>Hg.hgVerify</h4>
1397 <b>hgVerify</b>(<i>name</i>) 1416 <b>hgVerify</b>(<i>name</i>)
1398 <p> 1417 <p>
1735 flag indicating log for a file is to be shown 1754 flag indicating log for a file is to be shown
1736 (boolean) 1755 (boolean)
1737 </dd> 1756 </dd>
1738 </dl><a NAME="Hg.vcsMerge" ID="Hg.vcsMerge"></a> 1757 </dl><a NAME="Hg.vcsMerge" ID="Hg.vcsMerge"></a>
1739 <h4>Hg.vcsMerge</h4> 1758 <h4>Hg.vcsMerge</h4>
1740 <b>vcsMerge</b>(<i>name</i>) 1759 <b>vcsMerge</b>(<i>name, rev=""</i>)
1741 <p> 1760 <p>
1742 Public method used to merge a URL/revision into the local project. 1761 Public method used to merge a URL/revision into the local project.
1743 </p><dl> 1762 </p><dl>
1744 <dt><i>name</i></dt> 1763 <dt><i>name</i> (str)</dt>
1745 <dd> 1764 <dd>
1746 file/directory name to be merged (string) 1765 file/directory name to be merged
1766 </dd><dt><i>rev=</i> (str)</dt>
1767 <dd>
1768 revision to merge with
1747 </dd> 1769 </dd>
1748 </dl><a NAME="Hg.vcsMove" ID="Hg.vcsMove"></a> 1770 </dl><a NAME="Hg.vcsMove" ID="Hg.vcsMove"></a>
1749 <h4>Hg.vcsMove</h4> 1771 <h4>Hg.vcsMove</h4>
1750 <b>vcsMove</b>(<i>name, project, target=None, noDialog=False</i>) 1772 <b>vcsMove</b>(<i>name, project, target=None, noDialog=False</i>)
1751 <p> 1773 <p>

eric ide

mercurial