Changeset 24 for trunk/Units/Backend.pas


Ignore:
Timestamp:
Apr 5, 2025, 9:45:07 PM (12 days ago)
Author:
chronos
Message:
  • Fixed: Test cases executed with FormTests form from Common package.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Units/Backend.pas

    r23 r24  
    44
    55uses
    6   Classes, SysUtils, VCS;
     6  Classes, SysUtils, VCS, Generics.Collections;
    77
    88type
     
    1919    function IsRepository(Directory: string): Boolean; virtual;
    2020    function IsWorkingCopy(Directory: string): Boolean; virtual;
     21  end;
     22
     23  TBackends = class(TList<TBackend>)
    2124  end;
    2225
Note: See TracChangeset for help on using the changeset viewer.