Changeset 687

Show
Ignore:
Timestamp:
09/03/08 13:57:01 (4 months ago)
Author:
warner@lothar.com
Message:

docs fix: patches are applied with 'patch', not with 'diff'

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • docs/buildbot.texinfo

    r685 r687  
    17041704@item (revision=REV, changes=None, patch=(LEVEL, DIFF)) 
    17051705This checks out the tree at the given revision REV, then applies a 
    1706 patch (using @code{diff -pLEVEL <DIFF}). The @ref{try} feature uses 
     1706patch (using @code{patch -pLEVEL <DIFF}). The @ref{try} feature uses 
    17071707this kind of @code{SourceStamp}. If @code{patch} is None, the patching 
    17081708step is bypassed.