hgweb: make annotate line revisions point to annotation for that rev
Benoit Boissinot
bboissin at gmail.com
Sat Sep 30 12:17:47 UTC 2006
On 9/29/06, TK Soh <teekaysoh at gmail.com> wrote:
> On 9/29/06, Benoit Boissinot <bboissin at gmail.com> wrote:
> >
> > I use it to see who is to blame for a particular change, so I have to
> > go annotate several time back in time.
>
> I am a little lost on how you move around annotates. Think you can
> give a better picture?
>
For example you want to see when localrepo.hook was introduced, you look at:
http://localhost:8000/?fa=d926066074f9;file=mercurial/localrepo.py
click on the link near "def hook(..." and go to:
http://localhost:8000/?fa=0cf22382425a;file=mercurial/localrepo.py
click on parent, search for "def hook(", goto:
http://localhost:8000/?fa=63af97ce893a;file=mercurial/hg.py
click on cset and here you go:
http://localhost:8000/?cs=2ad41189bee5 "Add initial hook support"
With the previous hgweb you had to do a lot more *clicks* :)
Cheers,
Benoit
More information about the Mercurial
mailing list