109 reference to the Mercurial vcs object |
109 reference to the Mercurial vcs object |
110 </dd> |
110 </dd> |
111 </dl> |
111 </dl> |
112 <a NAME="Gpg.hgGpgSign" ID="Gpg.hgGpgSign"></a> |
112 <a NAME="Gpg.hgGpgSign" ID="Gpg.hgGpgSign"></a> |
113 <h4>Gpg.hgGpgSign</h4> |
113 <h4>Gpg.hgGpgSign</h4> |
114 <b>hgGpgSign</b>(<i>path, revisions=None</i>) |
114 <b>hgGpgSign</b>(<i>revisions=None</i>) |
115 |
115 |
116 <p> |
116 <p> |
117 Public method used to list the available bookmarks. |
117 Public method used to list the available bookmarks. |
118 </p> |
118 </p> |
119 <dl> |
119 <dl> |
120 |
120 |
121 <dt><i>path</i> (str)</dt> |
|
122 <dd> |
|
123 directory name of the project |
|
124 </dd> |
|
125 <dt><i>revisions</i> (list of str)</dt> |
121 <dt><i>revisions</i> (list of str)</dt> |
126 <dd> |
122 <dd> |
127 list containing the revisions to be signed |
123 list containing the revisions to be signed |
128 </dd> |
124 </dd> |
129 </dl> |
125 </dl> |
130 <a NAME="Gpg.hgGpgSignatures" ID="Gpg.hgGpgSignatures"></a> |
126 <a NAME="Gpg.hgGpgSignatures" ID="Gpg.hgGpgSignatures"></a> |
131 <h4>Gpg.hgGpgSignatures</h4> |
127 <h4>Gpg.hgGpgSignatures</h4> |
132 <b>hgGpgSignatures</b>(<i>path</i>) |
128 <b>hgGpgSignatures</b>(<i></i>) |
133 |
129 |
134 <p> |
130 <p> |
135 Public method used to list all signed changesets. |
131 Public method used to list all signed changesets. |
136 </p> |
132 </p> |
137 <dl> |
|
138 |
|
139 <dt><i>path</i></dt> |
|
140 <dd> |
|
141 directory name of the project (string) |
|
142 </dd> |
|
143 </dl> |
|
144 <a NAME="Gpg.hgGpgVerifySignatures" ID="Gpg.hgGpgVerifySignatures"></a> |
133 <a NAME="Gpg.hgGpgVerifySignatures" ID="Gpg.hgGpgVerifySignatures"></a> |
145 <h4>Gpg.hgGpgVerifySignatures</h4> |
134 <h4>Gpg.hgGpgVerifySignatures</h4> |
146 <b>hgGpgVerifySignatures</b>(<i>path, rev=None</i>) |
135 <b>hgGpgVerifySignatures</b>(<i>rev=None</i>) |
147 |
136 |
148 <p> |
137 <p> |
149 Public method used to verify the signatures of a revision. |
138 Public method used to verify the signatures of a revision. |
150 </p> |
139 </p> |
151 <dl> |
140 <dl> |
152 |
141 |
153 <dt><i>path</i></dt> |
|
154 <dd> |
|
155 directory name of the project (string) |
|
156 </dd> |
|
157 <dt><i>rev</i></dt> |
142 <dt><i>rev</i></dt> |
158 <dd> |
143 <dd> |
159 revision to check (string) |
144 revision to check (string) |
160 </dd> |
145 </dd> |
161 </dl> |
146 </dl> |