Changeset 24 for trunk/Units/Backend.pas
- Timestamp:
- Apr 5, 2025, 9:45:07 PM (12 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Units/Backend.pas
r23 r24 4 4 5 5 uses 6 Classes, SysUtils, VCS ;6 Classes, SysUtils, VCS, Generics.Collections; 7 7 8 8 type … … 19 19 function IsRepository(Directory: string): Boolean; virtual; 20 20 function IsWorkingCopy(Directory: string): Boolean; virtual; 21 end; 22 23 TBackends = class(TList<TBackend>) 21 24 end; 22 25
Note:
See TracChangeset
for help on using the changeset viewer.