[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Monotone-devel] [PATCH] parent selector 'p:xxx'
From: |
Derek Scherger |
Subject: |
Re: [Monotone-devel] [PATCH] parent selector 'p:xxx' |
Date: |
Sun, 07 Oct 2007 21:06:31 -0600 |
User-agent: |
Thunderbird 2.0.0.6 (X11/20071004) |
Zack Weinberg wrote:
> On 10/6/07, Derek Scherger <address@hidden> wrote:
>> On another note, I've been running a little shell script lately
>> (coincidentally called review) that does
>>
>> mtn log --next 1000 --no-graph --no-merges --diffs | diffc-0.3 | less -r
>>
>> which shows me what I'm going to get *before* I do an update and lets me
>> look over incoming revs.
>>
>> I'd be happy to call this something else though ("incoming" perhaps) if
>> we use review to mean "review these revs ..."
>
> Ooh, I've been wondering how to do that. (What's this diffc-0.3 thing?)
It's just some perl script that colorizes diffs in a way that seems to
look nice. It used to be available at http://download.gnu.org/diffc-0.3
but I can't seem to get there at the moment.
>
> Also, something I've been doing a lot lately is
>
> mtn automate select b:BRANCH | mtn automate toposort -@ - | tac |
> while read rev; do mtn log --last 1 --no-graph --from $rev; done |
> less
On a slightly related note I think I've seen quite a few things saying
"--no-graph" lately and I wonder if that should really be the default?
Cheers,
Derek
- Re: [Monotone-devel] [PATCH] parent selector 'p:xxx', (continued)
- Re: [Monotone-devel] [PATCH] parent selector 'p:xxx', Nathaniel Smith, 2007/10/06
- Re: [Monotone-devel] [PATCH] parent selector 'p:xxx', Derek Scherger, 2007/10/07
- Re: [Monotone-devel] [PATCH] parent selector 'p:xxx', Zack Weinberg, 2007/10/07
- Re: [Monotone-devel] [PATCH] parent selector 'p:xxx', Nathaniel Smith, 2007/10/07
- Re: [Monotone-devel] [PATCH] parent selector 'p:xxx',
Derek Scherger <=
- Re: [Monotone-devel] [PATCH] parent selector 'p:xxx', Ethan Blanton, 2007/10/07
- Re: [Monotone-devel] [PATCH] parent selector 'p:xxx', Derek Scherger, 2007/10/07
- Re: [Monotone-devel] [PATCH] parent selector 'p:xxx', Daniel Carosone, 2007/10/08
- Re: [Monotone-devel] [PATCH] parent selector 'p:xxx', Nathaniel Smith, 2007/10/08
- [Monotone-devel] Re: [PATCH] parent selector 'p:xxx', Lapo Luchini, 2007/10/08
- Re: [Monotone-devel] Re: [PATCH] parent selector 'p:xxx', Ethan Blanton, 2007/10/08
- [Monotone-devel] colored diffs [Was: [PATCH] parent selector 'p:xxx'], Lapo Luchini, 2007/10/08
- [Monotone-devel] Re: colored diffs [Was: [PATCH] parent selector 'p:xxx'], Lapo Luchini, 2007/10/08
- Re: [Monotone-devel] Re: colored diffs [Was: [PATCH] parent selector 'p:xxx'], Julio M. Merino Vidal, 2007/10/08
- Re: [Monotone-devel] Re: colored diffs [Was: [PATCH] parent selector 'p:xxx'], Ralf S. Engelschall, 2007/10/08