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

changeset 3673
e26d7d0c1088
child 5516
a165ff497046
equal deleted inserted replaced
3670:f0cb7579c0b4 3673:e26d7d0c1088
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric6.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body><a NAME="top" ID="top"></a>
22 <h1>eric6.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg</h1>
23 <p>
24 Module implementing the gpg extension interface.
25 </p>
26 <h3>Global Attributes</h3>
27 <table>
28 <tr><td>None</td></tr>
29 </table>
30 <h3>Classes</h3>
31 <table>
32 <tr>
33 <td><a href="#Gpg">Gpg</a></td>
34 <td>Class implementing the fetch extension interface.</td>
35 </tr>
36 </table>
37 <h3>Functions</h3>
38 <table>
39 <tr><td>None</td></tr>
40 </table>
41 <hr /><hr />
42 <a NAME="Gpg" ID="Gpg"></a>
43 <h2>Gpg</h2>
44 <p>
45 Class implementing the fetch extension interface.
46 </p>
47 <h3>Derived from</h3>
48 HgExtension
49 <h3>Class Attributes</h3>
50 <table>
51 <tr><td>None</td></tr>
52 </table>
53 <h3>Class Methods</h3>
54 <table>
55 <tr><td>None</td></tr>
56 </table>
57 <h3>Methods</h3>
58 <table>
59 <tr>
60 <td><a href="#Gpg.__init__">Gpg</a></td>
61 <td>Constructor</td>
62 </tr><tr>
63 <td><a href="#Gpg.hgGpgSign">hgGpgSign</a></td>
64 <td>Public method used to list the available bookmarks.</td>
65 </tr><tr>
66 <td><a href="#Gpg.hgGpgSignatures">hgGpgSignatures</a></td>
67 <td>Public method used to list all signed changesets.</td>
68 </tr><tr>
69 <td><a href="#Gpg.hgGpgVerifySignatures">hgGpgVerifySignatures</a></td>
70 <td>Public method used to verify the signatures of a revision.</td>
71 </tr><tr>
72 <td><a href="#Gpg.shutdown">shutdown</a></td>
73 <td>Public method used to shutdown the fetch interface.</td>
74 </tr>
75 </table>
76 <h3>Static Methods</h3>
77 <table>
78 <tr><td>None</td></tr>
79 </table>
80 <a NAME="Gpg.__init__" ID="Gpg.__init__"></a>
81 <h4>Gpg (Constructor)</h4>
82 <b>Gpg</b>(<i>vcs</i>)
83 <p>
84 Constructor
85 </p><dl>
86 <dt><i>vcs</i></dt>
87 <dd>
88 reference to the Mercurial vcs object
89 </dd>
90 </dl><a NAME="Gpg.hgGpgSign" ID="Gpg.hgGpgSign"></a>
91 <h4>Gpg.hgGpgSign</h4>
92 <b>hgGpgSign</b>(<i>path</i>)
93 <p>
94 Public method used to list the available bookmarks.
95 </p><dl>
96 <dt><i>path</i></dt>
97 <dd>
98 directory name of the project (string)
99 </dd>
100 </dl><a NAME="Gpg.hgGpgSignatures" ID="Gpg.hgGpgSignatures"></a>
101 <h4>Gpg.hgGpgSignatures</h4>
102 <b>hgGpgSignatures</b>(<i>path</i>)
103 <p>
104 Public method used to list all signed changesets.
105 </p><dl>
106 <dt><i>path</i></dt>
107 <dd>
108 directory name of the project (string)
109 </dd>
110 </dl><a NAME="Gpg.hgGpgVerifySignatures" ID="Gpg.hgGpgVerifySignatures"></a>
111 <h4>Gpg.hgGpgVerifySignatures</h4>
112 <b>hgGpgVerifySignatures</b>(<i>path, rev=None</i>)
113 <p>
114 Public method used to verify the signatures of a revision.
115 </p><dl>
116 <dt><i>path</i></dt>
117 <dd>
118 directory name of the project (string)
119 </dd><dt><i>rev</i></dt>
120 <dd>
121 revision to check (string)
122 </dd>
123 </dl><a NAME="Gpg.shutdown" ID="Gpg.shutdown"></a>
124 <h4>Gpg.shutdown</h4>
125 <b>shutdown</b>(<i></i>)
126 <p>
127 Public method used to shutdown the fetch interface.
128 </p>
129 <div align="right"><a href="#top">Up</a></div>
130 <hr />
131 </body></html>

eric ide

mercurial