Code review comment for lp:~amanica/bzr/log_returns_too_much

Revision history for this message
Robert Collins (lifeless) wrote :

On Thu, 2009-07-09 at 14:06 +0000, John A Meinel wrote:

> So here are my thoughts...
>
> If we are going to do this then:
>
> 1) "bzr log -r 10" should show just the revision 10
> 2) "bzr log -c 10" should show all the changes that were merged into 10
> 3) "bzr log -r 9..11" should *not* show the revision for 9, but show
> everything that was merged into 10 and 11.
>
> Basically, we would unify it with similar commands (like diff) which for
> "-r X..Y" mean "show what is in Y that is not in X".

+1

--

« Back to merge proposal