eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7679
5816200f021b
equal deleted inserted replaced
7272:1779dc278077 7273:391d6b7b1eff
16 16
17 a { color: #BA6D36; } 17 a { color: #BA6D36; }
18 18
19 </style> 19 </style>
20 </head> 20 </head>
21 <body><a NAME="top" ID="top"></a> 21 <body>
22 <a NAME="top" ID="top"></a>
22 <h1>eric6.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg</h1> 23 <h1>eric6.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg</h1>
24
23 <p> 25 <p>
24 Module implementing the gpg extension interface. 26 Module implementing the gpg extension interface.
25 </p> 27 </p>
26 <h3>Global Attributes</h3> 28 <h3>Global Attributes</h3>
29
27 <table> 30 <table>
28 <tr><td>None</td></tr> 31 <tr><td>None</td></tr>
29 </table> 32 </table>
30 <h3>Classes</h3> 33 <h3>Classes</h3>
34
31 <table> 35 <table>
36
32 <tr> 37 <tr>
33 <td><a href="#Gpg">Gpg</a></td> 38 <td><a href="#Gpg">Gpg</a></td>
34 <td>Class implementing the fetch extension interface.</td> 39 <td>Class implementing the fetch extension interface.</td>
35 </tr> 40 </tr>
36 </table> 41 </table>
37 <h3>Functions</h3> 42 <h3>Functions</h3>
43
38 <table> 44 <table>
39 <tr><td>None</td></tr> 45 <tr><td>None</td></tr>
40 </table> 46 </table>
41 <hr /><hr /> 47 <hr />
48 <hr />
42 <a NAME="Gpg" ID="Gpg"></a> 49 <a NAME="Gpg" ID="Gpg"></a>
43 <h2>Gpg</h2> 50 <h2>Gpg</h2>
51
44 <p> 52 <p>
45 Class implementing the fetch extension interface. 53 Class implementing the fetch extension interface.
46 </p> 54 </p>
47 <h3>Derived from</h3> 55 <h3>Derived from</h3>
48 HgExtension 56 HgExtension
49 <h3>Class Attributes</h3> 57 <h3>Class Attributes</h3>
58
50 <table> 59 <table>
51 <tr><td>None</td></tr> 60 <tr><td>None</td></tr>
52 </table> 61 </table>
53 <h3>Class Methods</h3> 62 <h3>Class Methods</h3>
63
54 <table> 64 <table>
55 <tr><td>None</td></tr> 65 <tr><td>None</td></tr>
56 </table> 66 </table>
57 <h3>Methods</h3> 67 <h3>Methods</h3>
68
58 <table> 69 <table>
70
59 <tr> 71 <tr>
60 <td><a href="#Gpg.__init__">Gpg</a></td> 72 <td><a href="#Gpg.__init__">Gpg</a></td>
61 <td>Constructor</td> 73 <td>Constructor</td>
62 </tr><tr> 74 </tr>
75 <tr>
63 <td><a href="#Gpg.hgGpgSign">hgGpgSign</a></td> 76 <td><a href="#Gpg.hgGpgSign">hgGpgSign</a></td>
64 <td>Public method used to list the available bookmarks.</td> 77 <td>Public method used to list the available bookmarks.</td>
65 </tr><tr> 78 </tr>
79 <tr>
66 <td><a href="#Gpg.hgGpgSignatures">hgGpgSignatures</a></td> 80 <td><a href="#Gpg.hgGpgSignatures">hgGpgSignatures</a></td>
67 <td>Public method used to list all signed changesets.</td> 81 <td>Public method used to list all signed changesets.</td>
68 </tr><tr> 82 </tr>
83 <tr>
69 <td><a href="#Gpg.hgGpgVerifySignatures">hgGpgVerifySignatures</a></td> 84 <td><a href="#Gpg.hgGpgVerifySignatures">hgGpgVerifySignatures</a></td>
70 <td>Public method used to verify the signatures of a revision.</td> 85 <td>Public method used to verify the signatures of a revision.</td>
71 </tr><tr> 86 </tr>
87 <tr>
72 <td><a href="#Gpg.shutdown">shutdown</a></td> 88 <td><a href="#Gpg.shutdown">shutdown</a></td>
73 <td>Public method used to shutdown the fetch interface.</td> 89 <td>Public method used to shutdown the fetch interface.</td>
74 </tr> 90 </tr>
75 </table> 91 </table>
76 <h3>Static Methods</h3> 92 <h3>Static Methods</h3>
93
77 <table> 94 <table>
78 <tr><td>None</td></tr> 95 <tr><td>None</td></tr>
79 </table> 96 </table>
97
80 <a NAME="Gpg.__init__" ID="Gpg.__init__"></a> 98 <a NAME="Gpg.__init__" ID="Gpg.__init__"></a>
81 <h4>Gpg (Constructor)</h4> 99 <h4>Gpg (Constructor)</h4>
82 <b>Gpg</b>(<i>vcs</i>) 100 <b>Gpg</b>(<i>vcs</i>)
101
83 <p> 102 <p>
84 Constructor 103 Constructor
85 </p><dl> 104 </p>
105 <dl>
106
86 <dt><i>vcs</i></dt> 107 <dt><i>vcs</i></dt>
87 <dd> 108 <dd>
88 reference to the Mercurial vcs object 109 reference to the Mercurial vcs object
89 </dd> 110 </dd>
90 </dl><a NAME="Gpg.hgGpgSign" ID="Gpg.hgGpgSign"></a> 111 </dl>
112 <a NAME="Gpg.hgGpgSign" ID="Gpg.hgGpgSign"></a>
91 <h4>Gpg.hgGpgSign</h4> 113 <h4>Gpg.hgGpgSign</h4>
92 <b>hgGpgSign</b>(<i>path, revisions=None</i>) 114 <b>hgGpgSign</b>(<i>path, revisions=None</i>)
115
93 <p> 116 <p>
94 Public method used to list the available bookmarks. 117 Public method used to list the available bookmarks.
95 </p><dl> 118 </p>
119 <dl>
120
96 <dt><i>path</i> (str)</dt> 121 <dt><i>path</i> (str)</dt>
97 <dd> 122 <dd>
98 directory name of the project 123 directory name of the project
99 </dd><dt><i>revisions</i> (list of str)</dt> 124 </dd>
125 <dt><i>revisions</i> (list of str)</dt>
100 <dd> 126 <dd>
101 list containing the revisions to be signed 127 list containing the revisions to be signed
102 </dd> 128 </dd>
103 </dl><a NAME="Gpg.hgGpgSignatures" ID="Gpg.hgGpgSignatures"></a> 129 </dl>
130 <a NAME="Gpg.hgGpgSignatures" ID="Gpg.hgGpgSignatures"></a>
104 <h4>Gpg.hgGpgSignatures</h4> 131 <h4>Gpg.hgGpgSignatures</h4>
105 <b>hgGpgSignatures</b>(<i>path</i>) 132 <b>hgGpgSignatures</b>(<i>path</i>)
133
106 <p> 134 <p>
107 Public method used to list all signed changesets. 135 Public method used to list all signed changesets.
108 </p><dl> 136 </p>
137 <dl>
138
109 <dt><i>path</i></dt> 139 <dt><i>path</i></dt>
110 <dd> 140 <dd>
111 directory name of the project (string) 141 directory name of the project (string)
112 </dd> 142 </dd>
113 </dl><a NAME="Gpg.hgGpgVerifySignatures" ID="Gpg.hgGpgVerifySignatures"></a> 143 </dl>
144 <a NAME="Gpg.hgGpgVerifySignatures" ID="Gpg.hgGpgVerifySignatures"></a>
114 <h4>Gpg.hgGpgVerifySignatures</h4> 145 <h4>Gpg.hgGpgVerifySignatures</h4>
115 <b>hgGpgVerifySignatures</b>(<i>path, rev=None</i>) 146 <b>hgGpgVerifySignatures</b>(<i>path, rev=None</i>)
147
116 <p> 148 <p>
117 Public method used to verify the signatures of a revision. 149 Public method used to verify the signatures of a revision.
118 </p><dl> 150 </p>
151 <dl>
152
119 <dt><i>path</i></dt> 153 <dt><i>path</i></dt>
120 <dd> 154 <dd>
121 directory name of the project (string) 155 directory name of the project (string)
122 </dd><dt><i>rev</i></dt> 156 </dd>
157 <dt><i>rev</i></dt>
123 <dd> 158 <dd>
124 revision to check (string) 159 revision to check (string)
125 </dd> 160 </dd>
126 </dl><a NAME="Gpg.shutdown" ID="Gpg.shutdown"></a> 161 </dl>
162 <a NAME="Gpg.shutdown" ID="Gpg.shutdown"></a>
127 <h4>Gpg.shutdown</h4> 163 <h4>Gpg.shutdown</h4>
128 <b>shutdown</b>(<i></i>) 164 <b>shutdown</b>(<i></i>)
165
129 <p> 166 <p>
130 Public method used to shutdown the fetch interface. 167 Public method used to shutdown the fetch interface.
131 </p> 168 </p>
132 <div align="right"><a href="#top">Up</a></div> 169 <div align="right"><a href="#top">Up</a></div>
133 <hr /> 170 <hr />

eric ide

mercurial