Documentation/Source/eric5.VCS.__init__.html

changeset 58
37f0444c3479
parent 21
b88a0e6268bd
child 409
0ea528e80202
--- a/Documentation/Source/eric5.VCS.__init__.html	Thu Jan 14 17:27:31 2010 +0000
+++ b/Documentation/Source/eric5.VCS.__init__.html	Thu Jan 14 18:35:52 2010 +0000
@@ -22,12 +22,12 @@
 <body><a NAME="top" ID="top"></a>
 <h1>eric5.VCS.__init__</h1>
 <p>
-&#77;&#111;&#100;&#117;&#108;&#101; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#103;&#101;&#110;&#101;&#114;&#97;&#108; &#112;&#97;&#114;&#116; &#111;&#102; &#116;&#104;&#101; &#105;&#110;&#116;&#101;&#114;&#102;&#97;&#99;&#101; &#116;&#111; v&#101;&#114;&#115;&#105;&#111;&#110; &#99;&#111;&#110;&#116;&#114;&#111;&#108; &#115;y&#115;&#116;&#101;&#109;&#115;.
+Module implementing the general part of the interface to version control systems.
 </p><p>
-&#84;&#104;&#101; &#103;&#101;&#110;&#101;&#114;&#97;&#108; &#112;&#97;&#114;&#116; &#111;&#102; &#116;&#104;&#101; &#86;&#67;&#83; &#105;&#110;&#116;&#101;&#114;&#102;&#97;&#99;&#101; &#100;&#101;&#102;&#105;&#110;&#101;&#115; &#99;&#108;&#97;&#115;&#115;&#101;&#115; &#116;&#111; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116; &#99;&#111;&#109;&#109;&#111;&#110;
-&#100;&#105;&#97;&#108;&#111;&#103;&#115;. &#84;&#104;&#101;&#115;&#101; &#97;&#114;&#101; &#97; &#100;&#105;&#97;&#108;&#111;&#103; &#116;&#111; &#101;&#110;&#116;&#101;&#114; &#99;&#111;&#109;&#109;&#97;&#110;&#100; &#111;&#112;&#116;&#105;&#111;&#110;&#115;, &#97; &#100;&#105;&#97;&#108;&#111;&#103; &#116;&#111; &#100;&#105;&#115;&#112;&#108;&#97;y
-&#115;&#111;&#109;&#101; &#114;&#101;&#112;&#111;&#115;&#105;&#116;&#111;&#114;y &#105;&#110;&#102;&#111;&#114;&#109;&#97;&#116;&#105;&#111;&#110; &#97;&#110;&#100; &#97;&#110; &#97;&#98;&#115;&#116;&#114;&#97;&#99;&#116; &#98;&#97;&#115;&#101; &#99;&#108;&#97;&#115;&#115;. &#84;&#104;&#101; &#105;&#110;&#100;&#105;v&#105;&#100;&#117;&#97;&#108; 
-&#105;&#110;&#116;&#101;&#114;&#102;&#97;&#99;&#101;&#115; (&#105;.&#101;. &#67;&#86;&#83;) &#104;&#97;v&#101; &#116;&#111; &#98;&#101; &#115;&#117;&#98;&#99;&#108;&#97;&#115;&#115;&#101;&#115; &#111;&#102; &#116;&#104;&#105;&#115; &#98;&#97;&#115;&#101; &#99;&#108;&#97;&#115;&#115;.
+The general part of the VCS interface defines classes to implement common
+dialogs. These are a dialog to enter command options, a dialog to display
+some repository information and an abstract base class. The individual 
+interfaces (i.e. CVS) have to be subclasses of this base class.
 </p>
 <h3>Global Attributes</h3>
 <table>
@@ -41,7 +41,7 @@
 <table>
 <tr>
 <td><a href="#factory">factory</a></td>
-<td>&#77;&#111;&#100;&#117;&#108; &#102;&#97;&#99;&#116;&#111;&#114;y &#102;&#117;&#110;&#99;&#116;&#105;&#111;&#110; &#116;&#111; &#103;&#101;&#110;&#101;&#114;&#97;&#116;&#101; &#116;&#104;&#101; &#114;&#105;&#103;&#104;&#116; v&#99;&#115; &#111;&#98;&#106;&#101;&#99;&#116;.</td>
+<td>Modul factory function to generate the right vcs object.</td>
 </tr>
 </table>
 <hr /><hr />
@@ -49,16 +49,16 @@
 <h2>factory</h2>
 <b>factory</b>(<i>vcs</i>)
 <p>
-    &#77;&#111;&#100;&#117;&#108; &#102;&#97;&#99;&#116;&#111;&#114;y &#102;&#117;&#110;&#99;&#116;&#105;&#111;&#110; &#116;&#111; &#103;&#101;&#110;&#101;&#114;&#97;&#116;&#101; &#116;&#104;&#101; &#114;&#105;&#103;&#104;&#116; v&#99;&#115; &#111;&#98;&#106;&#101;&#99;&#116;.
+    Modul factory function to generate the right vcs object.
 </p><dl>
 <dt><i>vcs</i></dt>
 <dd>
-&#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#101; &#86;&#67;&#83; &#115;y&#115;&#116;&#101;&#109; &#116;&#111; &#98;&#101; &#117;&#115;&#101;&#100; (&#115;&#116;&#114;&#105;&#110;&#103;)
+name of the VCS system to be used (string)
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
 <dd>
-&#116;&#104;&#101; &#105;&#110;&#115;&#116;&#97;&#110;&#116;&#105;&#97;&#116;&#101;&#100; &#86;&#67;&#83; &#111;&#98;&#106;&#101;&#99;&#116;
+the instantiated VCS object
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial