Merge lp:~nmb/bzr/fix-308651 into lp:bzr

Proposed by Neil Martinsen-Burrell
Status: Merged
Approved by: John A Meinel
Approved revision: not available
Merged at revision: not available
Proposed branch: lp:~nmb/bzr/fix-308651
Merge into: lp:bzr
Diff against target: 13 lines (+4/-0)
1 file modified
bzrlib/builtins.py (+4/-0)
To merge this branch: bzr merge lp:~nmb/bzr/fix-308651
Reviewer Review Type Date Requested Status
John A Meinel Approve
Vincent Ladeuil Approve
Review via email: mp+15559@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Neil Martinsen-Burrell (nmb) wrote :

This fixes 308651 by including documentation on the return values of the command in the command's help.

Revision history for this message
Vincent Ladeuil (vila) wrote :

Yeah ! Thanks.

review: Approve
Revision history for this message
John A Meinel (jameinel) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bzrlib/builtins.py'
2--- bzrlib/builtins.py 2009-12-01 00:10:04 +0000
3+++ bzrlib/builtins.py 2009-12-02 16:10:25 +0000
4@@ -4181,6 +4181,10 @@
5 To filter on a range of revisions, you can use the command -r begin..end
6 -r revision requests a specific revision, -r ..end or -r begin.. are
7 also valid.
8+
9+ :Exit values:
10+ 1 - some missing revisions
11+ 0 - no missing revisions
12
13 :Examples:
14