Changeset 11 for trunk/VCSCommander.lpr


Ignore:
Timestamp:
May 19, 2015, 11:33:02 PM (9 years ago)
Author:
chronos
Message:
  • Added: Log form to show history of object. Implemented for Subversion partialy.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VCSCommander.lpr

    r9 r11  
    1010  Forms, UFormMain, UCore, Common, TemplateGenerics, UFormBrowse, UVCS,
    1111  UFormFavorites, UFormSettings, UFormConsole, USubversion, UProject, SysUtils,
    12   UFormCommit, UFormCheckout, UBazaar, UBackend
     12  UFormCommit, UFormCheckout, UBazaar, UBackend, UFormLog
    1313  { you can add units after this };
    1414
     
    3838  Application.CreateForm(TFormCommit, FormCommit);
    3939  Application.CreateForm(TFormCheckout, FormCheckout);
     40  Application.CreateForm(TFormLog, FormLog);
    4041  Application.Run;
    4142end.
Note: See TracChangeset for help on using the changeset viewer.