Merge lp:~spiv/bzr-builder/merge-subdirs-479705 into lp:bzr-builder

Proposed by Andrew Bennetts
Status: Merged
Merged at revision: 100
Proposed branch: lp:~spiv/bzr-builder/merge-subdirs-479705
Merge into: lp:bzr-builder
Diff against target: 19 lines (+3/-3)
1 file modified
__init__.py (+3/-3)
To merge this branch: bzr merge lp:~spiv/bzr-builder/merge-subdirs-479705
Reviewer Review Type Date Requested Status
James Westby Pending
Review via email: mp+32542@code.launchpad.net

Description of the change

This is just some minor tweaks to the plugin help relating to nest-part that I couldn't push last night because of the planned Launchpad downtime.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file '__init__.py'
--- __init__.py 2010-08-12 14:04:50 +0000
+++ __init__.py 2010-08-13 01:22:40 +0000
@@ -77,12 +77,12 @@
7777
78which specifies that the only the debian/ subdirectory should be merged. This78which specifies that the only the debian/ subdirectory should be merged. This
79works even if the branches share no revision history. You can optionally79works even if the branches share no revision history. You can optionally
80specify the revision and subdirectory in the target with a line like80specify the subdirectory and revision in the target with a line like
8181
82 nest-part libfoo lp:libfoo src lib/foo tag:release-1.282 nest-part libfoo lp:libfoo src lib/foo tag:release-1.2
8383
84will put the "src" directory of libfoo in "lib/foo", using the revision of84which will put the "src" directory of libfoo in "lib/foo", using the revision
85libfoo tagged "release-1.2"85of libfoo tagged "release-1.2".
8686
87It is also possible to run an arbitrary command at a particular point in the87It is also possible to run an arbitrary command at a particular point in the
88construction process. For example::88construction process. For example::

Subscribers

People subscribed via source and target branches