19 </style> |
19 </style> |
20 </head> |
20 </head> |
21 <body> |
21 <body> |
22 <h1>eric5.VCS</h1> |
22 <h1>eric5.VCS</h1> |
23 <p> |
23 <p> |
24 Module implementing the general part of the interface to version control systems. |
24 Module implementing the general part of the interface to version control |
|
25 systems. |
25 </p><p> |
26 </p><p> |
26 The general part of the VCS interface defines classes to implement common |
27 The general part of the VCS interface defines classes to implement common |
27 dialogs. These are a dialog to enter command options, a dialog to display |
28 dialogs. These are a dialog to enter command options, a dialog to display |
28 some repository information and an abstract base class. The individual |
29 some repository information and an abstract base class. The individual |
29 interfaces (i.e. CVS) have to be subclasses of this base class. |
30 interfaces (i.e. CVS) have to be subclasses of this base class. |