[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nmh-workers] git tree - 'inc -help' and 'inc -version' broken..
From: |
Ken Hornstein |
Subject: |
Re: [Nmh-workers] git tree - 'inc -help' and 'inc -version' broken.. |
Date: |
Thu, 16 Dec 2010 13:01:59 -0500 |
>Current -git tree:
>
>% inc -help
>inc: no mail to incorporate
>% inc -version
>inc: no mail to incorporate
>
>This used to work:
>
>% ~/src/nmh.hold/uip/inc -version
For the record ... you could use "git bisect" to track things like this down.
Then you'd discover that it was my change that broke things (Oliver was
nice enough not to out me in public :-) ). Sigh, I didn't realize those
constants were indexes into the switch array; live and learn.
--Ken