Merge lp:~jelmer/bzr-builddeb/dep3-patch-help into lp:bzr-builddeb

Proposed by Jelmer Vernooij
Status: Merged
Approved by: Jelmer Vernooij
Approved revision: 725
Merged at revision: 726
Proposed branch: lp:~jelmer/bzr-builddeb/dep3-patch-help
Merge into: lp:bzr-builddeb
Diff against target: 21 lines (+11/-0)
1 file modified
cmds.py (+11/-0)
To merge this branch: bzr merge lp:~jelmer/bzr-builddeb/dep3-patch-help
Reviewer Review Type Date Requested Status
James Westby Approve
Review via email: mp+96268@code.launchpad.net

Description of the change

Extend the description of 'bzr dep3-patch'.

To post a comment you must log in.
Revision history for this message
James Westby (james-w) wrote :

Hi,

Thanks for doing this.

I think an example of usage could be helpful, as understanding what will
be included is perhaps a little tricky.

Thanks,

James

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'cmds.py'
2--- cmds.py 2012-03-03 06:05:49 +0000
3+++ cmds.py 2012-03-07 00:06:21 +0000
4@@ -1429,6 +1429,17 @@
5 class cmd_dep3_patch(Command):
6 """Format the changes in a branch as a DEP-3 patch.
7
8+ This will generate a patch file containing as much information
9+ specified by DEP-3 (http://dep.debian.net/deps/dep3/) as possible.
10+
11+ The patch will contain all changes that are not merged into
12+ the current branch (either that in the current working directory
13+ or specified by --directory) but are present and committed
14+ in the branch at the specified location.
15+
16+ To generate the "Status" header, this command will check the
17+ upstream branch to verify if the change has made it upstream,
18+ unless --no-upstream-check was specified.
19 """
20
21 takes_args = ["location?"]

Subscribers

People subscribed via source and target branches