Changeset 22 for trunk/Units


Ignore:
Timestamp:
Apr 3, 2025, 10:58:56 PM (2 weeks ago)
Author:
chronos
Message:
  • Modified: Code cleanup.
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        22VCSCommander
        33VCSCommander.lps
         4VCSCommander.dbg
        45Config.xml
        56heaptrclog.trc
  • trunk/Units/UBackend.pas

    r13 r22  
    11unit UBackend;
    2 
    3 {$mode delphi}
    42
    53interface
     
    2321  end;
    2422
     23
    2524implementation
    2625
  • trunk/Units/UProject.pas

    r21 r22  
    11unit UProject;
    2 
    3 {$mode delphi}
    42
    53interface
  • trunk/Units/UVCS.pas

    r19 r22  
    11unit UVCS;
    2 
    3 {$mode delphi}
    42
    53interface
     
    9492  end;
    9593
    96 
    9794function URLFromDirectory(DirName: string; Relative: Boolean): string;
    9895
     
    10097  FileStatusStateText: array[TFileStatusState] of string = ('Not versioned',
    10198    'Added', 'Removed', 'Modified', 'Normal');
     99
    102100
    103101implementation
Note: See TracChangeset for help on using the changeset viewer.