On Mercurial API

TK Soh teekaysoh at gmail.com
Tue Aug 7 23:06:39 CDT 2007


On 8/8/07, Thomas Arendsen Hein <thomas at intevation.de> wrote:
> * TK Soh <teekaysoh at gmail.com> [20070807 01:52]:
> > Try this:
> >
> > >>> from mercurial import commands
> > >>> commands.dispatch(['log', '-r', '0'])
> > changeset:   0:9117c6561b0b
> > user:        mpm at selenic.com
> > date:        Tue May 03 13:16:10 2005 -0800
> > summary:     Add back links from file revisions to changeset revisions
> >
> > >>> commands.dispatch(['log', '-r', 'tip'])
> > changeset:   0:9117c6561b0b
> > user:        mpm at selenic.com
> > date:        Tue May 03 13:16:10 2005 -0800
> > summary:     Add back links from file revisions to changeset revisions
> >
> > changeset:   5050:2bd996d0aaf8
> > tag:         tip
> > user:        Brendan Cully <brendan at kublai.com>
> > date:        Wed Aug 01 15:16:42 2007 -0700
> > summary:     convert: (svn) simplify _find_children
>
> Good catch, I can reproduce this with stable and main.

Don't think I should call it a bug, but any plan on fixing this?


More information about the Mercurial mailing list