Changes between Version 1 and Version 2 of RevtreePlugin/LogEnhancer


Ignore:
Timestamp:
Feb 20, 2007, 11:16:08 PM (17 years ago)
Author:
Emmanuel Blot
Comment:

Grammar fixes

Legend:

Unmodified
Added
Removed
Modified
  • RevtreePlugin/LogEnhancer

    v1 v2  
    33== Description ==
    44
    5 !LogEnhancer is as plugin for the RevtreePlugin: it recognizes some keywords
     5!LogEnhancer is a plugin for the RevtreePlugin: it recognizes some keywords
    66in the repository log messages to represent operations between branches.
    77
     
    2222
    2323We are using a log message format convention to work with our repository:
    24 Any change made to the repository (''copy'', ''move'', ''commit'',
     24any change made to the repository (''copy'', ''move'', ''commit'',
    2525''delete'') should be documented within the log message.[[BR]]
    2626Using the log message to document any change allows the developer to use his
     
    6767   the source changeset to the destination changeset.[[BR]]
    6868   Moreover, the appearance of the destination changeset (''i.e.'' the first
    69    changeset of the newly created branch) is tweaked to signal it is the
     69   changeset of the newly created branch) is tweaked to signal that it is the
    7070   initial branch changeset: stroke and fill color are swapped
    7171 * '''delivers [x]:[y]''': the !LogEnhancer uses this keyword to create a
     
    8181 * '''terminates''': the !LogEnhancer uses this keyword to change the
    8282   appearance of the changeset: it is filled with a black background, and the
    83    text is stroked in white color.
     83   text is rendered in white color.
    8484   
    85 The !LogEnhancer makes use of additional information from the SVN repository:
     85The !LogEnhancer uses additional information from the SVN repository:
    8686it looks for revision properties that our team use to mark some changesets
    8787with meta information:
    88  * `st:export` indicates a (trunk) changeset that has been replicated on the
     88 * `st:export` indicates a (trunk) changeset that has been replicated onto the
    8989   external repository. The !LogEnhancer uses this property to modify the
    90    appearance of the changeset: its shape is changed from a circle to an
     90   appearance of the changeset: its shape is changed from a circle to a
    9191   hexagonal shape.
    9292
     
    122122along with the RevtreePlugin.
    123123
    124 Nevertheless, the !LogEnhancer plugin superseeds the default !SimpleEnhancer
     124Nevertheless, the !LogEnhancer plugin supersedes the default !SimpleEnhancer
    125125plugin that is self-contained in the RevtreePlugin. To avoid duplicating
    126126''creation'' operation rendering, you want to disable the default plugin: