[Patch] bzr status doesn't handle revision

Robey Pointer robey at lag.net
Mon Sep 12 18:14:29 BST 2005


> John A Meinel <john at arbash-meinel.com> writes:
>
> | bzr diff -r 1..revid:john at arbash-meinel.com--blah.de.blah.deblah
> | bzr log -r date:+yesterday..date:-tomorrow
> |
> | (The syntax for the date code is a little bit odd, but the above  
> would
> | print out all the changes from yesterday through today, up until  
> just
> | before tomorrow).


Yes, that date syntax is difficult. :)

How about using [start,end) convention there and removing the "+" and  
"-"?  For non-math-geeks, [start,end) is the same as python slices:  
the start point is included but the end point is not.

Then "date:yesterday..date:tomorrow" would mean "everything from the  
beginning of yesterday, right up to -- but not including -- the  
beginning of tomorrow" or "11-Sep-2005 0:00:00 .. 12-Sep-2005  
23:59:59.999999".

robey






More information about the bazaar mailing list