Reversed log output
Chris Lee
clee at kde.org
Sat Apr 16 05:14:44 BST 2005
On Sat, Apr 16, 2005 at 12:23:34AM +0100, Paul Jakma wrote:
> On Thu, 14 Apr 2005, Chris Lee wrote:
>
> >I implemented a patch based on Sebastien Cote's work to implement
> >reversed log output, matching what subversion and CVS do by default.
> >
> >It's available at http://c133.org/tmp/bzr-rlog.patch - it adds a new
> >command - 'rlog' - and does not change the existing behavior of
> >the 'log' command.
>
> Reversed, or rather not-reversed (bzr log is the reversed one ;) ) is
> better for piping to less. I want to see most recent entries first,
> not last.
Ugh, Martin specifically asked for us to refer to the different
output methods such that:
3
2
1
is 'reversed' and:
1
2
3
is 'forward.'
My patch implements 'reversed' logging without breaking 'forward'
logging. So, this patch implements the logging that you're used
to.
-clee
More information about the bazaar
mailing list