Changelog generator script for contrib

Thomas Arendsen Hein thomas at intevation.de
Thu Aug 11 00:01:45 CDT 2005


* Matt Mackall <mpm at selenic.com> [20050811 04:01]:
> On Thu, Aug 11, 2005 at 08:46:43AM +0800, TK Soh wrote:
> > Thomas Arendsen Hein wrote:
> > >Based on your code I hacked together a 'hg changelog' command.
> >
> > Just a thought, should it be integrate into the log command, since both 
> > are related?
> 
> I'd like log to be able to take an optional format string to print
> things in whatever format you'd like. This proves useful for scripting
> and so on.

The changelog format is slightly different from log as it combines
consecutive changesets done on a single day by a single author.

Of course this can be handled in 'hg log', too, but I have the fear
that show_changeset is getting to crowded.

Thomas

-- 
Email: thomas at intevation.de
http://intevation.de/~thomas/


More information about the Mercurial mailing list