Changeset 1304 in tailor


Ignore:
Timestamp:
01/09/07 15:37:50 (6 years ago)
Author:
Georg Neis <gn@…>
Hash name:
20070109143750-64136-27410eb15a74c1fe83e7d1d0df5120e5247271ab
Message:

Fix a few typos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    r1291 r1304  
    124124 
    125125tailor needs now a configuration file that collects the various bits 
    126 of information it needs to do it's job. 
     126of information it needs to do its job. 
    127127 
    128128The simplest way of starting out a new configuration is by omitting 
     
    514514remove-first-log-line : bool 
    515515  Remove the first line of the upstream changelog. This is intended to 
    516   go in pair with ``patch-name-format``, when using it's 'firstlogline' 
    517   variable to build the name of the patch.  By default is ``False``. 
     516  go in pair with ``patch-name-format``, when using its 'firstlogline' 
     517  variable to build the name of the patch.  The default is ``False``. 
    518518   
    519519  A reasonable usage is:: 
     
    721721  ``HEAD`` symbols. 
    722722 
    723   .. note:: If you want to start from a particular patch, giving it's 
     723  .. note:: If you want to start from a particular patch, giving its 
    724724            hash value as ``start-revision``, you **must** use a 
    725725            ``subdir`` different from ``.``. [#]_ 
     
    991991------- 
    992992 
    993 Tailor uses the Python's logging module to emit noise. It's basic 
    994 configuration is hardwired and correspond to the following:: 
     993Tailor uses the Python's logging module to emit noise. Its basic 
     994configuration is hardwired and corresponds to the following:: 
    995995 
    996996    [formatters] 
Note: See TracChangeset for help on using the changeset viewer.