Merge lp:~jbowtie/bzr/doc-bzr-st-historical-532600 into lp:bzr

Proposed by John C Barstow
Status: Merged
Approved by: Vincent Ladeuil
Approved revision: no longer in the source branch.
Merged at revision: 5480
Proposed branch: lp:~jbowtie/bzr/doc-bzr-st-historical-532600
Merge into: lp:bzr
Diff against target: 18 lines (+6/-2)
1 file modified
bzrlib/builtins.py (+6/-2)
To merge this branch: bzr merge lp:~jbowtie/bzr/doc-bzr-st-historical-532600
Reviewer Review Type Date Requested Status
Vincent Ladeuil Approve
John A Meinel Needs Fixing
Review via email: mp+35950@code.launchpad.net

Commit message

Make it clearer that 'bzr st' can be used to determine which files changed in a particular revision

Description of the change

Make it clearer that 'bzr st' can be used to determine which files have
changed in a particular revision.

To post a comment you must log in.
Revision history for this message
John A Meinel (jameinel) wrote :

The way you rewrote it sounds like if you do "bzr status -r 10" that you will see the changes done in rev 10, but really it is the changes between the WT and revision 10. To see what happened *in* 10, you compare it to the previous with "bzr status -r 9..10" or possibly "bzr status -c 10".

review: Needs Fixing
Revision history for this message
John C Barstow (jbowtie) wrote :

I've updated the wording to make the distinction clearer.

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

Works for me, thanks !

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

sent to pqm by email

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 2010-09-15 10:40:51 +0000
3+++ bzrlib/builtins.py 2010-09-20 01:01:06 +0000
4@@ -250,8 +250,12 @@
5 To skip the display of pending merge information altogether, use
6 the no-pending option or specify a file/directory.
7
8- If a revision argument is given, the status is calculated against
9- that revision, or between two revisions if two are provided.
10+ To compare the working directory to a specific revision, pass a
11+ single revision to the revision argument.
12+
13+ To see which files have changed in a specific revision, or between
14+ two revisions, pass a revision range to the revision argument.
15+ This will produce the same results as calling 'bzr diff --summarize'.
16 """
17
18 # TODO: --no-recurse, --recurse options