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

changeset 3316
aaa864fa5c1e
parent 3302
e92f0dd51979
child 3349
2a034a7f1f54
equal deleted inserted replaced
3315:bd1a25ead18d 3316:aaa864fa5c1e
664 <dd> 664 <dd>
665 flag indicating success 665 flag indicating success
666 </dd> 666 </dd>
667 </dl><a NAME="Hg.hgEditConfig" ID="Hg.hgEditConfig"></a> 667 </dl><a NAME="Hg.hgEditConfig" ID="Hg.hgEditConfig"></a>
668 <h4>Hg.hgEditConfig</h4> 668 <h4>Hg.hgEditConfig</h4>
669 <b>hgEditConfig</b>(<i>name</i>) 669 <b>hgEditConfig</b>(<i>name, withLargefiles=True, largefilesData=None</i>)
670 <p> 670 <p>
671 Public method used to edit the repository configuration file. 671 Public method used to edit the repository configuration file.
672 </p><dl> 672 </p><dl>
673 <dt><i>name</i></dt> 673 <dt><i>name</i></dt>
674 <dd> 674 <dd>
675 file/directory name (string) 675 file/directory name (string)
676 </dd><dt><i>withLargefiles</i></dt>
677 <dd>
678 flag indicating to configure the largefiles
679 section (boolean)
680 </dd><dt><i>largefilesData</i></dt>
681 <dd>
682 dictionary with data for the largefiles
683 section of the data dialog (dict)
676 </dd> 684 </dd>
677 </dl><a NAME="Hg.hgEditUserConfig" ID="Hg.hgEditUserConfig"></a> 685 </dl><a NAME="Hg.hgEditUserConfig" ID="Hg.hgEditUserConfig"></a>
678 <h4>Hg.hgEditUserConfig</h4> 686 <h4>Hg.hgEditUserConfig</h4>
679 <b>hgEditUserConfig</b>(<i></i>) 687 <b>hgEditUserConfig</b>(<i></i>)
680 <p> 688 <p>
1085 <dd> 1093 <dd>
1086 file/directory name (string) 1094 file/directory name (string)
1087 </dd> 1095 </dd>
1088 </dl><a NAME="Hg.hgSummary" ID="Hg.hgSummary"></a> 1096 </dl><a NAME="Hg.hgSummary" ID="Hg.hgSummary"></a>
1089 <h4>Hg.hgSummary</h4> 1097 <h4>Hg.hgSummary</h4>
1090 <b>hgSummary</b>(<i>mq=False</i>) 1098 <b>hgSummary</b>(<i>mq=False, largefiles=False</i>)
1091 <p> 1099 <p>
1092 Public method used to show some summary information of the 1100 Public method used to show some summary information of the
1093 working directory state. 1101 working directory state.
1094 </p><dl> 1102 </p><dl>
1095 <dt><i>mq</i></dt> 1103 <dt><i>mq</i></dt>
1096 <dd> 1104 <dd>
1097 flag indicating to show the queue status as well (boolean) 1105 flag indicating to show the queue status as well (boolean)
1106 </dd><dt><i>mq</i></dt>
1107 <dd>
1108 flag indicating to show the largefiles status as well
1109 (boolean)
1098 </dd> 1110 </dd>
1099 </dl><a NAME="Hg.hgUnbundle" ID="Hg.hgUnbundle"></a> 1111 </dl><a NAME="Hg.hgUnbundle" ID="Hg.hgUnbundle"></a>
1100 <h4>Hg.hgUnbundle</h4> 1112 <h4>Hg.hgUnbundle</h4>
1101 <b>hgUnbundle</b>(<i>name</i>) 1113 <b>hgUnbundle</b>(<i>name</i>)
1102 <p> 1114 <p>

eric ide

mercurial