steps.source: when our SourceStamp has a patch, add the contents of the patch as...
[buildbot.git] / Branch.changelog
blob5cd1f17c1e529601db8eac0a0a2d607b92bdba30
1 2007-02-06  Brian Warner  <warner@allmydata.com>
3         * buildbot/steps/source.py (Source.start): if we're using a patch,
4         add it as a LogFile to the checkout/update step. This will turn
5         into a link on the waterfall page.
7         * buildbot/scripts/tryclient.py (Try.createJob): implement --diff
8         option, to take the patch from a pre-made file rather than
9         generating it from the local tree.
10         * buildbot/scripts/runner.py (TryOptions): add --diff,
11         --patchlevel, and --baserev options
12         * buildbot/scheduler.py (Try_Jobdir.parseJob): treat a baserev of ""
13         as None, meaning HEAD.
14         * buildbot/sourcestamp.py (SourceStamp): update docstring to
15         indicate that baserev=None means HEAD
18 # Local Variables:
19 # add-log-time-format: add-log-iso8601-time-string
20 # End: