Changeset 22 for trunk/Units/UVCS.pas


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

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      • TabularUnified  

        old new  
        22VCSCommander
        33VCSCommander.lps
         4VCSCommander.dbg
        45Config.xml
        56heaptrclog.trc
  • TabularUnified 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.