From 983c854ebc60f7a34274df43a3f0b02d3f6eab84 Mon Sep 17 00:00:00 2001
From: Kai Blin <kai.blin@gmail.com>
Date: Sat, 23 Aug 2008 10:18:42 +0200
Subject: [PATCH] docs: Patches are applied with "patch", not "diff"
---
docs/buildbot.texinfo | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/docs/buildbot.texinfo b/docs/buildbot.texinfo
index 9e9612b..f3b32fb 100644
|
a
|
b
|
generally triggered by a user request or Periodic build. |
| 1703 | 1703 | |
| 1704 | 1704 | @item (revision=REV, changes=None, patch=(LEVEL, DIFF)) |
| 1705 | 1705 | This checks out the tree at the given revision REV, then applies a |
| 1706 | | patch (using @code{diff -pLEVEL <DIFF}). The @ref{try} feature uses |
| | 1706 | patch (using @code{patch -pLEVEL <DIFF}). The @ref{try} feature uses |
| 1707 | 1707 | this kind of @code{SourceStamp}. If @code{patch} is None, the patching |
| 1708 | 1708 | step is bypassed. |
| 1709 | 1709 | |