src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.largefiles.html

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
88 <p> 88 <p>
89 Constructor 89 Constructor
90 </p> 90 </p>
91 <dl> 91 <dl>
92 92
93 <dt><i>vcs</i></dt> 93 <dt><i>vcs</i> (Hg)</dt>
94 <dd> 94 <dd>
95 reference to the Mercurial vcs object 95 reference to the Mercurial vcs object
96 </dd> 96 </dd>
97 </dl> 97 </dl>
98 <a NAME="Largefiles.hgAdd" ID="Largefiles.hgAdd"></a> 98 <a NAME="Largefiles.hgAdd" ID="Largefiles.hgAdd"></a>
102 <p> 102 <p>
103 Public method used to add a file to the Mercurial repository. 103 Public method used to add a file to the Mercurial repository.
104 </p> 104 </p>
105 <dl> 105 <dl>
106 106
107 <dt><i>names</i></dt> 107 <dt><i>names</i> (str or list of str)</dt>
108 <dd> 108 <dd>
109 file name(s) to be added (string or list of string) 109 file name(s) to be added
110 </dd> 110 </dd>
111 <dt><i>mode</i></dt> 111 <dt><i>mode</i> (str)</dt>
112 <dd> 112 <dd>
113 add mode (string one of 'normal' or 'large') 113 add mode (one of 'normal' or 'large')
114 </dd> 114 </dd>
115 </dl> 115 </dl>
116 <a NAME="Largefiles.hgLfPull" ID="Largefiles.hgLfPull"></a> 116 <a NAME="Largefiles.hgLfPull" ID="Largefiles.hgLfPull"></a>
117 <h4>Largefiles.hgLfPull</h4> 117 <h4>Largefiles.hgLfPull</h4>
118 <b>hgLfPull</b>(<i>revisions=None</i>) 118 <b>hgLfPull</b>(<i>revisions=None</i>)
120 <p> 120 <p>
121 Public method to pull missing large files into the local repository. 121 Public method to pull missing large files into the local repository.
122 </p> 122 </p>
123 <dl> 123 <dl>
124 124
125 <dt><i>revisions</i></dt> 125 <dt><i>revisions</i> (list of str)</dt>
126 <dd> 126 <dd>
127 list of revisions to pull (list of string) 127 list of revisions to pull
128 </dd> 128 </dd>
129 </dl> 129 </dl>
130 <a NAME="Largefiles.hgLfVerify" ID="Largefiles.hgLfVerify"></a> 130 <a NAME="Largefiles.hgLfVerify" ID="Largefiles.hgLfVerify"></a>
131 <h4>Largefiles.hgLfVerify</h4> 131 <h4>Largefiles.hgLfVerify</h4>
132 <b>hgLfVerify</b>(<i>mode</i>) 132 <b>hgLfVerify</b>(<i>mode</i>)
134 <p> 134 <p>
135 Public method to verify large files integrity. 135 Public method to verify large files integrity.
136 </p> 136 </p>
137 <dl> 137 <dl>
138 138
139 <dt><i>mode</i></dt> 139 <dt><i>mode</i> (str)</dt>
140 <dd> 140 <dd>
141 verify mode (string; one of 'large', 'lfa' or 'lfc') 141 verify mode (one of 'large', 'lfa' or 'lfc')
142 </dd> 142 </dd>
143 </dl> 143 </dl>
144 <a NAME="Largefiles.hgLfconvert" ID="Largefiles.hgLfconvert"></a> 144 <a NAME="Largefiles.hgLfconvert" ID="Largefiles.hgLfconvert"></a>
145 <h4>Largefiles.hgLfconvert</h4> 145 <h4>Largefiles.hgLfconvert</h4>
146 <b>hgLfconvert</b>(<i>direction, projectFile</i>) 146 <b>hgLfconvert</b>(<i>direction, projectFile</i>)
148 <p> 148 <p>
149 Public slot to convert the repository format of the current project. 149 Public slot to convert the repository format of the current project.
150 </p> 150 </p>
151 <dl> 151 <dl>
152 152
153 <dt><i>direction</i></dt> 153 <dt><i>direction</i> (str)</dt>
154 <dd> 154 <dd>
155 direction of the conversion (string, one of 155 direction of the conversion (one of 'largefiles' or 'normal')
156 'largefiles' or 'normal')
157 </dd> 156 </dd>
158 <dt><i>projectFile</i></dt> 157 <dt><i>projectFile</i> (str)</dt>
159 <dd> 158 <dd>
160 file name of the current project file (string) 159 file name of the current project file
161 </dd> 160 </dd>
162 </dl> 161 </dl>
163 <dl> 162 <dl>
164 163
165 <dt>Raises <b>ValueError</b>:</dt> 164 <dt>Raises <b>ValueError</b>:</dt>

eric ide

mercurial