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
=== modified file 'cmds.py'
--- cmds.py 2012-03-03 06:05:49 +0000
+++ cmds.py 2012-03-07 00:06:21 +0000
@@ -1429,6 +1429,17 @@
1429class cmd_dep3_patch(Command):1429class cmd_dep3_patch(Command):
1430 """Format the changes in a branch as a DEP-3 patch.1430 """Format the changes in a branch as a DEP-3 patch.
14311431
1432 This will generate a patch file containing as much information
1433 specified by DEP-3 (http://dep.debian.net/deps/dep3/) as possible.
1434
1435 The patch will contain all changes that are not merged into
1436 the current branch (either that in the current working directory
1437 or specified by --directory) but are present and committed
1438 in the branch at the specified location.
1439
1440 To generate the "Status" header, this command will check the
1441 upstream branch to verify if the change has made it upstream,
1442 unless --no-upstream-check was specified.
1432 """1443 """
14331444
1434 takes_args = ["location?"]1445 takes_args = ["location?"]

Subscribers

People subscribed via source and target branches