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

changeset 945
8cd4d08fa9f6
parent 767
27554f80d08f
child 963
b672d2191a04
equal deleted inserted replaced
944:1b59c4ba121e 945:8cd4d08fa9f6
262 <td>Public method used to update a file/directory with the Mercurial repository.</td> 262 <td>Public method used to update a file/directory with the Mercurial repository.</td>
263 </tr> 263 </tr>
264 </table> 264 </table>
265 <a NAME="Hg.__init__" ID="Hg.__init__"></a> 265 <a NAME="Hg.__init__" ID="Hg.__init__"></a>
266 <h4>Hg (Constructor)</h4> 266 <h4>Hg (Constructor)</h4>
267 <b>Hg</b>(<i>plugin, parent = None, name = None</i>) 267 <b>Hg</b>(<i>plugin, parent=None, name=None</i>)
268 <p> 268 <p>
269 Constructor 269 Constructor
270 </p><dl> 270 </p><dl>
271 <dt><i>plugin</i></dt> 271 <dt><i>plugin</i></dt>
272 <dd> 272 <dd>
403 <dd> 403 <dd>
404 flag indicating successfull operation (boolean) 404 flag indicating successfull operation (boolean)
405 </dd> 405 </dd>
406 </dl><a NAME="Hg.hgCreateIgnoreFile" ID="Hg.hgCreateIgnoreFile"></a> 406 </dl><a NAME="Hg.hgCreateIgnoreFile" ID="Hg.hgCreateIgnoreFile"></a>
407 <h4>Hg.hgCreateIgnoreFile</h4> 407 <h4>Hg.hgCreateIgnoreFile</h4>
408 <b>hgCreateIgnoreFile</b>(<i>name, autoAdd = False</i>) 408 <b>hgCreateIgnoreFile</b>(<i>name, autoAdd=False</i>)
409 <p> 409 <p>
410 Public method to create the ignore file. 410 Public method to create the ignore file.
411 </p><dl> 411 </p><dl>
412 <dt><i>name</i></dt> 412 <dt><i>name</i></dt>
413 <dd> 413 <dd>
433 </dd> 433 </dd>
434 </dl><a NAME="Hg.hgExtendedDiff" ID="Hg.hgExtendedDiff"></a> 434 </dl><a NAME="Hg.hgExtendedDiff" ID="Hg.hgExtendedDiff"></a>
435 <h4>Hg.hgExtendedDiff</h4> 435 <h4>Hg.hgExtendedDiff</h4>
436 <b>hgExtendedDiff</b>(<i>name</i>) 436 <b>hgExtendedDiff</b>(<i>name</i>)
437 <p> 437 <p>
438 Public method used to view the difference of a file/directory to the 438 Public method used to view the difference of a file/directory to the
439 Mercurial repository. 439 Mercurial repository.
440 </p><p> 440 </p><p>
441 If name is a directory and is the project directory, all project files 441 If name is a directory and is the project directory, all project files
442 are saved first. If name is a file (or list of files), which is/are being edited 442 are saved first. If name is a file (or list of files), which is/are being edited
443 and has unsaved modification, they can be saved or the operation may be aborted. 443 and has unsaved modification, they can be saved or the operation may be aborted.
444 </p><p> 444 </p><p>
445 This method gives the chance to enter the revisions to be compared. 445 This method gives the chance to enter the revisions to be compared.
446 </p><dl> 446 </p><dl>
447 <dt><i>name</i></dt> 447 <dt><i>name</i></dt>
482 </dd> 482 </dd>
483 </dl><a NAME="Hg.hgIncoming" ID="Hg.hgIncoming"></a> 483 </dl><a NAME="Hg.hgIncoming" ID="Hg.hgIncoming"></a>
484 <h4>Hg.hgIncoming</h4> 484 <h4>Hg.hgIncoming</h4>
485 <b>hgIncoming</b>(<i>name</i>) 485 <b>hgIncoming</b>(<i>name</i>)
486 <p> 486 <p>
487 Public method used to view the log of incoming changes from the 487 Public method used to view the log of incoming changes from the
488 Mercurial repository. 488 Mercurial repository.
489 </p><dl> 489 </p><dl>
490 <dt><i>name</i></dt> 490 <dt><i>name</i></dt>
491 <dd> 491 <dd>
492 file/directory name to show the log of (string) 492 file/directory name to show the log of (string)
493 </dd> 493 </dd>
494 </dl><a NAME="Hg.hgInfo" ID="Hg.hgInfo"></a> 494 </dl><a NAME="Hg.hgInfo" ID="Hg.hgInfo"></a>
495 <h4>Hg.hgInfo</h4> 495 <h4>Hg.hgInfo</h4>
496 <b>hgInfo</b>(<i>ppath, mode = "heads"</i>) 496 <b>hgInfo</b>(<i>ppath, mode="heads"</i>)
497 <p> 497 <p>
498 Public method to show information about the heads of the repository. 498 Public method to show information about the heads of the repository.
499 </p><dl> 499 </p><dl>
500 <dt><i>ppath</i></dt> 500 <dt><i>ppath</i></dt>
501 <dd> 501 <dd>
504 <dd> 504 <dd>
505 mode of the operation (string, one of heads, parents, tip) 505 mode of the operation (string, one of heads, parents, tip)
506 </dd> 506 </dd>
507 </dl><a NAME="Hg.hgListTagBranch" ID="Hg.hgListTagBranch"></a> 507 </dl><a NAME="Hg.hgListTagBranch" ID="Hg.hgListTagBranch"></a>
508 <h4>Hg.hgListTagBranch</h4> 508 <h4>Hg.hgListTagBranch</h4>
509 <b>hgListTagBranch</b>(<i>path, tags = True</i>) 509 <b>hgListTagBranch</b>(<i>path, tags=True</i>)
510 <p> 510 <p>
511 Public method used to list the available tags or branches. 511 Public method used to list the available tags or branches.
512 </p><dl> 512 </p><dl>
513 <dt><i>path</i></dt> 513 <dt><i>path</i></dt>
514 <dd> 514 <dd>
520 </dd> 520 </dd>
521 </dl><a NAME="Hg.hgLogBrowser" ID="Hg.hgLogBrowser"></a> 521 </dl><a NAME="Hg.hgLogBrowser" ID="Hg.hgLogBrowser"></a>
522 <h4>Hg.hgLogBrowser</h4> 522 <h4>Hg.hgLogBrowser</h4>
523 <b>hgLogBrowser</b>(<i>path</i>) 523 <b>hgLogBrowser</b>(<i>path</i>)
524 <p> 524 <p>
525 Public method used to browse the log of a file/directory from the 525 Public method used to browse the log of a file/directory from the
526 Mercurial repository. 526 Mercurial repository.
527 </p><dl> 527 </p><dl>
528 <dt><i>path</i></dt> 528 <dt><i>path</i></dt>
529 <dd> 529 <dd>
530 file/directory name to show the log of (string) 530 file/directory name to show the log of (string)
531 </dd> 531 </dd>
532 </dl><a NAME="Hg.hgLogLimited" ID="Hg.hgLogLimited"></a> 532 </dl><a NAME="Hg.hgLogLimited" ID="Hg.hgLogLimited"></a>
533 <h4>Hg.hgLogLimited</h4> 533 <h4>Hg.hgLogLimited</h4>
534 <b>hgLogLimited</b>(<i>name</i>) 534 <b>hgLogLimited</b>(<i>name</i>)
535 <p> 535 <p>
536 Public method used to view the (limited) log of a file/directory from the 536 Public method used to view the (limited) log of a file/directory from the
537 Mercurial repository. 537 Mercurial repository.
538 </p><dl> 538 </p><dl>
539 <dt><i>name</i></dt> 539 <dt><i>name</i></dt>
540 <dd> 540 <dd>
541 file/directory name to show the log of (string) 541 file/directory name to show the log of (string)
557 </dd> 557 </dd>
558 </dl><a NAME="Hg.hgOutgoing" ID="Hg.hgOutgoing"></a> 558 </dl><a NAME="Hg.hgOutgoing" ID="Hg.hgOutgoing"></a>
559 <h4>Hg.hgOutgoing</h4> 559 <h4>Hg.hgOutgoing</h4>
560 <b>hgOutgoing</b>(<i>name</i>) 560 <b>hgOutgoing</b>(<i>name</i>)
561 <p> 561 <p>
562 Public method used to view the log of outgoing changes from the 562 Public method used to view the log of outgoing changes from the
563 Mercurial repository. 563 Mercurial repository.
564 </p><dl> 564 </p><dl>
565 <dt><i>name</i></dt> 565 <dt><i>name</i></dt>
566 <dd> 566 <dd>
567 file/directory name to show the log of (string) 567 file/directory name to show the log of (string)
593 flag indicating, that the update contained an add 593 flag indicating, that the update contained an add
594 or delete (boolean) 594 or delete (boolean)
595 </dd> 595 </dd>
596 </dl><a NAME="Hg.hgPush" ID="Hg.hgPush"></a> 596 </dl><a NAME="Hg.hgPush" ID="Hg.hgPush"></a>
597 <h4>Hg.hgPush</h4> 597 <h4>Hg.hgPush</h4>
598 <b>hgPush</b>(<i>name, force = False</i>) 598 <b>hgPush</b>(<i>name, force=False</i>)
599 <p> 599 <p>
600 Public method used to push changes to a remote Mercurial repository. 600 Public method used to push changes to a remote Mercurial repository.
601 </p><dl> 601 </p><dl>
602 <dt><i>name</i></dt> 602 <dt><i>name</i></dt>
603 <dd> 603 <dd>
686 <dd> 686 <dd>
687 file/directory name (string) 687 file/directory name (string)
688 </dd> 688 </dd>
689 </dl><a NAME="Hg.vcsAdd" ID="Hg.vcsAdd"></a> 689 </dl><a NAME="Hg.vcsAdd" ID="Hg.vcsAdd"></a>
690 <h4>Hg.vcsAdd</h4> 690 <h4>Hg.vcsAdd</h4>
691 <b>vcsAdd</b>(<i>name, isDir = False, noDialog = False</i>) 691 <b>vcsAdd</b>(<i>name, isDir=False, noDialog=False</i>)
692 <p> 692 <p>
693 Public method used to add a file/directory to the Mercurial repository. 693 Public method used to add a file/directory to the Mercurial repository.
694 </p><dl> 694 </p><dl>
695 <dt><i>name</i></dt> 695 <dt><i>name</i></dt>
696 <dd> 696 <dd>
702 <dd> 702 <dd>
703 flag indicating quiet operations 703 flag indicating quiet operations
704 </dd> 704 </dd>
705 </dl><a NAME="Hg.vcsAddBinary" ID="Hg.vcsAddBinary"></a> 705 </dl><a NAME="Hg.vcsAddBinary" ID="Hg.vcsAddBinary"></a>
706 <h4>Hg.vcsAddBinary</h4> 706 <h4>Hg.vcsAddBinary</h4>
707 <b>vcsAddBinary</b>(<i>name, isDir = False</i>) 707 <b>vcsAddBinary</b>(<i>name, isDir=False</i>)
708 <p> 708 <p>
709 Public method used to add a file/directory in binary mode to the 709 Public method used to add a file/directory in binary mode to the
710 Mercurial repository. 710 Mercurial repository.
711 </p><dl> 711 </p><dl>
712 <dt><i>name</i></dt> 712 <dt><i>name</i></dt>
726 <dd> 726 <dd>
727 root directory of the tree to be added (string or list of strings)) 727 root directory of the tree to be added (string or list of strings))
728 </dd> 728 </dd>
729 </dl><a NAME="Hg.vcsAllRegisteredStates" ID="Hg.vcsAllRegisteredStates"></a> 729 </dl><a NAME="Hg.vcsAllRegisteredStates" ID="Hg.vcsAllRegisteredStates"></a>
730 <h4>Hg.vcsAllRegisteredStates</h4> 730 <h4>Hg.vcsAllRegisteredStates</h4>
731 <b>vcsAllRegisteredStates</b>(<i>names, dname, shortcut = True</i>) 731 <b>vcsAllRegisteredStates</b>(<i>names, dname, shortcut=True</i>)
732 <p> 732 <p>
733 Public method used to get the registered states of a number of files in the vcs. 733 Public method used to get the registered states of a number of files in the vcs.
734 </p><p> 734 </p><p>
735 <b>Note:</b> If a shortcut is to be taken, the code will only check, if the named 735 <b>Note:</b> If a shortcut is to be taken, the code will only check, if the named
736 directory has been scanned already. If so, it is assumed, that the states for 736 directory has been scanned already. If so, it is assumed, that the states for
752 the received dictionary completed with a combination of 752 the received dictionary completed with a combination of
753 canBeCommited and canBeAdded or None in order to signal an error 753 canBeCommited and canBeAdded or None in order to signal an error
754 </dd> 754 </dd>
755 </dl><a NAME="Hg.vcsCheckout" ID="Hg.vcsCheckout"></a> 755 </dl><a NAME="Hg.vcsCheckout" ID="Hg.vcsCheckout"></a>
756 <h4>Hg.vcsCheckout</h4> 756 <h4>Hg.vcsCheckout</h4>
757 <b>vcsCheckout</b>(<i>vcsDataDict, projectDir, noDialog = False</i>) 757 <b>vcsCheckout</b>(<i>vcsDataDict, projectDir, noDialog=False</i>)
758 <p> 758 <p>
759 Public method used to check the project out of a Mercurial repository (clone). 759 Public method used to check the project out of a Mercurial repository (clone).
760 </p><dl> 760 </p><dl>
761 <dt><i>vcsDataDict</i></dt> 761 <dt><i>vcsDataDict</i></dt>
762 <dd> 762 <dd>
793 <dd> 793 <dd>
794 directory name of the working directory (string) 794 directory name of the working directory (string)
795 </dd> 795 </dd>
796 </dl><a NAME="Hg.vcsCommit" ID="Hg.vcsCommit"></a> 796 </dl><a NAME="Hg.vcsCommit" ID="Hg.vcsCommit"></a>
797 <h4>Hg.vcsCommit</h4> 797 <h4>Hg.vcsCommit</h4>
798 <b>vcsCommit</b>(<i>name, message, noDialog = False, closeBranch = False</i>) 798 <b>vcsCommit</b>(<i>name, message, noDialog=False, closeBranch=False</i>)
799 <p> 799 <p>
800 Public method used to make the change of a file/directory permanent in the 800 Public method used to make the change of a file/directory permanent in the
801 Mercurial repository. 801 Mercurial repository.
802 </p><dl> 802 </p><dl>
803 <dt><i>name</i></dt> 803 <dt><i>name</i></dt>
828 </dd> 828 </dd>
829 </dl><a NAME="Hg.vcsDiff" ID="Hg.vcsDiff"></a> 829 </dl><a NAME="Hg.vcsDiff" ID="Hg.vcsDiff"></a>
830 <h4>Hg.vcsDiff</h4> 830 <h4>Hg.vcsDiff</h4>
831 <b>vcsDiff</b>(<i>name</i>) 831 <b>vcsDiff</b>(<i>name</i>)
832 <p> 832 <p>
833 Public method used to view the difference of a file/directory to the 833 Public method used to view the difference of a file/directory to the
834 Mercurial repository. 834 Mercurial repository.
835 </p><p> 835 </p><p>
836 If name is a directory and is the project directory, all project files 836 If name is a directory and is the project directory, all project files
837 are saved first. If name is a file (or list of files), which is/are being edited 837 are saved first. If name is a file (or list of files), which is/are being edited
838 and has unsaved modification, they can be saved or the operation may be aborted. 838 and has unsaved modification, they can be saved or the operation may be aborted.
839 </p><dl> 839 </p><dl>
840 <dt><i>name</i></dt> 840 <dt><i>name</i></dt>
841 <dd> 841 <dd>
842 file/directory name to be diffed (string) 842 file/directory name to be diffed (string)
869 <dd> 869 <dd>
870 flag indicating an execution without errors (boolean) 870 flag indicating an execution without errors (boolean)
871 </dd> 871 </dd>
872 </dl><a NAME="Hg.vcsGetProjectBrowserHelper" ID="Hg.vcsGetProjectBrowserHelper"></a> 872 </dl><a NAME="Hg.vcsGetProjectBrowserHelper" ID="Hg.vcsGetProjectBrowserHelper"></a>
873 <h4>Hg.vcsGetProjectBrowserHelper</h4> 873 <h4>Hg.vcsGetProjectBrowserHelper</h4>
874 <b>vcsGetProjectBrowserHelper</b>(<i>browser, project, isTranslationsBrowser = False</i>) 874 <b>vcsGetProjectBrowserHelper</b>(<i>browser, project, isTranslationsBrowser=False</i>)
875 <p> 875 <p>
876 Public method to instanciate a helper object for the different project browsers. 876 Public method to instanciate a helper object for the different project browsers.
877 </p><dl> 877 </p><dl>
878 <dt><i>browser</i></dt> 878 <dt><i>browser</i></dt>
879 <dd> 879 <dd>
906 <dd> 906 <dd>
907 the project helper object 907 the project helper object
908 </dd> 908 </dd>
909 </dl><a NAME="Hg.vcsImport" ID="Hg.vcsImport"></a> 909 </dl><a NAME="Hg.vcsImport" ID="Hg.vcsImport"></a>
910 <h4>Hg.vcsImport</h4> 910 <h4>Hg.vcsImport</h4>
911 <b>vcsImport</b>(<i>vcsDataDict, projectDir, noDialog = False</i>) 911 <b>vcsImport</b>(<i>vcsDataDict, projectDir, noDialog=False</i>)
912 <p> 912 <p>
913 Public method used to import the project into the Subversion repository. 913 Public method used to import the project into the Subversion repository.
914 </p><dl> 914 </p><dl>
915 <dt><i>vcsDataDict</i></dt> 915 <dt><i>vcsDataDict</i></dt>
916 <dd> 916 <dd>
928 flag indicating an execution without errors (boolean) 928 flag indicating an execution without errors (boolean)
929 and a flag indicating the version controll status (boolean) 929 and a flag indicating the version controll status (boolean)
930 </dd> 930 </dd>
931 </dl><a NAME="Hg.vcsInit" ID="Hg.vcsInit"></a> 931 </dl><a NAME="Hg.vcsInit" ID="Hg.vcsInit"></a>
932 <h4>Hg.vcsInit</h4> 932 <h4>Hg.vcsInit</h4>
933 <b>vcsInit</b>(<i>vcsDir, noDialog = False</i>) 933 <b>vcsInit</b>(<i>vcsDir, noDialog=False</i>)
934 <p> 934 <p>
935 Public method used to initialize the mercurial repository. 935 Public method used to initialize the mercurial repository.
936 </p><p> 936 </p><p>
937 The initialization is done, when a project is converted into a Mercurial 937 The initialization is done, when a project is converted into a Mercurial
938 controlled project. Therefore we always return TRUE without doing anything. 938 controlled project. Therefore we always return TRUE without doing anything.
939 </p><dl> 939 </p><dl>
940 <dt><i>vcsDir</i></dt> 940 <dt><i>vcsDir</i></dt>
941 <dd> 941 <dd>
942 name of the VCS directory (string) 942 name of the VCS directory (string)
951 </dd> 951 </dd>
952 </dl><a NAME="Hg.vcsLog" ID="Hg.vcsLog"></a> 952 </dl><a NAME="Hg.vcsLog" ID="Hg.vcsLog"></a>
953 <h4>Hg.vcsLog</h4> 953 <h4>Hg.vcsLog</h4>
954 <b>vcsLog</b>(<i>name</i>) 954 <b>vcsLog</b>(<i>name</i>)
955 <p> 955 <p>
956 Public method used to view the log of a file/directory from the 956 Public method used to view the log of a file/directory from the
957 Mercurial repository. 957 Mercurial repository.
958 </p><dl> 958 </p><dl>
959 <dt><i>name</i></dt> 959 <dt><i>name</i></dt>
960 <dd> 960 <dd>
961 file/directory name to show the log of (string) 961 file/directory name to show the log of (string)
970 <dd> 970 <dd>
971 file/directory name to be merged (string) 971 file/directory name to be merged (string)
972 </dd> 972 </dd>
973 </dl><a NAME="Hg.vcsMove" ID="Hg.vcsMove"></a> 973 </dl><a NAME="Hg.vcsMove" ID="Hg.vcsMove"></a>
974 <h4>Hg.vcsMove</h4> 974 <h4>Hg.vcsMove</h4>
975 <b>vcsMove</b>(<i>name, project, target = None, noDialog = False</i>) 975 <b>vcsMove</b>(<i>name, project, target=None, noDialog=False</i>)
976 <p> 976 <p>
977 Public method used to move a file/directory. 977 Public method used to move a file/directory.
978 </p><dl> 978 </p><dl>
979 <dt><i>name</i></dt> 979 <dt><i>name</i></dt>
980 <dd> 980 <dd>
1004 <dd> 1004 <dd>
1005 always 'Mercurial' (string) 1005 always 'Mercurial' (string)
1006 </dd> 1006 </dd>
1007 </dl><a NAME="Hg.vcsNewProjectOptionsDialog" ID="Hg.vcsNewProjectOptionsDialog"></a> 1007 </dl><a NAME="Hg.vcsNewProjectOptionsDialog" ID="Hg.vcsNewProjectOptionsDialog"></a>
1008 <h4>Hg.vcsNewProjectOptionsDialog</h4> 1008 <h4>Hg.vcsNewProjectOptionsDialog</h4>
1009 <b>vcsNewProjectOptionsDialog</b>(<i>parent = None</i>) 1009 <b>vcsNewProjectOptionsDialog</b>(<i>parent=None</i>)
1010 <p> 1010 <p>
1011 Public method to get a dialog to enter repository info for getting a new project. 1011 Public method to get a dialog to enter repository info for getting a new project.
1012 </p><dl> 1012 </p><dl>
1013 <dt><i>parent</i></dt> 1013 <dt><i>parent</i></dt>
1014 <dd> 1014 <dd>
1015 parent widget (QWidget) 1015 parent widget (QWidget)
1016 </dd> 1016 </dd>
1017 </dl><a NAME="Hg.vcsOptionsDialog" ID="Hg.vcsOptionsDialog"></a> 1017 </dl><a NAME="Hg.vcsOptionsDialog" ID="Hg.vcsOptionsDialog"></a>
1018 <h4>Hg.vcsOptionsDialog</h4> 1018 <h4>Hg.vcsOptionsDialog</h4>
1019 <b>vcsOptionsDialog</b>(<i>project, archive, editable = False, parent = None</i>) 1019 <b>vcsOptionsDialog</b>(<i>project, archive, editable=False, parent=None</i>)
1020 <p> 1020 <p>
1021 Public method to get a dialog to enter repository info. 1021 Public method to get a dialog to enter repository info.
1022 </p><dl> 1022 </p><dl>
1023 <dt><i>project</i></dt> 1023 <dt><i>project</i></dt>
1024 <dd> 1024 <dd>
1048 <dd> 1048 <dd>
1049 a combination of canBeCommited and canBeAdded 1049 a combination of canBeCommited and canBeAdded
1050 </dd> 1050 </dd>
1051 </dl><a NAME="Hg.vcsRemove" ID="Hg.vcsRemove"></a> 1051 </dl><a NAME="Hg.vcsRemove" ID="Hg.vcsRemove"></a>
1052 <h4>Hg.vcsRemove</h4> 1052 <h4>Hg.vcsRemove</h4>
1053 <b>vcsRemove</b>(<i>name, project = False, noDialog = False</i>) 1053 <b>vcsRemove</b>(<i>name, project=False, noDialog=False</i>)
1054 <p> 1054 <p>
1055 Public method used to remove a file/directory from the Mercurial repository. 1055 Public method used to remove a file/directory from the Mercurial repository.
1056 </p><p> 1056 </p><p>
1057 The default operation is to remove the local copy as well. 1057 The default operation is to remove the local copy as well.
1058 </p><dl> 1058 </p><dl>
1103 Public method used to shutdown the Mercurial interface. 1103 Public method used to shutdown the Mercurial interface.
1104 </p><a NAME="Hg.vcsStatus" ID="Hg.vcsStatus"></a> 1104 </p><a NAME="Hg.vcsStatus" ID="Hg.vcsStatus"></a>
1105 <h4>Hg.vcsStatus</h4> 1105 <h4>Hg.vcsStatus</h4>
1106 <b>vcsStatus</b>(<i>name</i>) 1106 <b>vcsStatus</b>(<i>name</i>)
1107 <p> 1107 <p>
1108 Public method used to view the status of files/directories in the 1108 Public method used to view the status of files/directories in the
1109 Mercurial repository. 1109 Mercurial repository.
1110 </p><dl> 1110 </p><dl>
1111 <dt><i>name</i></dt> 1111 <dt><i>name</i></dt>
1112 <dd> 1112 <dd>
1113 file/directory name(s) to show the status of 1113 file/directory name(s) to show the status of
1133 <dd> 1133 <dd>
1134 file/directory name to be tagged (string) 1134 file/directory name to be tagged (string)
1135 </dd> 1135 </dd>
1136 </dl><a NAME="Hg.vcsUpdate" ID="Hg.vcsUpdate"></a> 1136 </dl><a NAME="Hg.vcsUpdate" ID="Hg.vcsUpdate"></a>
1137 <h4>Hg.vcsUpdate</h4> 1137 <h4>Hg.vcsUpdate</h4>
1138 <b>vcsUpdate</b>(<i>name, noDialog = False, revision = None</i>) 1138 <b>vcsUpdate</b>(<i>name, noDialog=False, revision=None</i>)
1139 <p> 1139 <p>
1140 Public method used to update a file/directory with the Mercurial repository. 1140 Public method used to update a file/directory with the Mercurial repository.
1141 </p><dl> 1141 </p><dl>
1142 <dt><i>name</i></dt> 1142 <dt><i>name</i></dt>
1143 <dd> 1143 <dd>

eric ide

mercurial