3

I have a set of mercurial repositories being served online with hgwebdir.cgi. I would like to be able to show a graphical representation of the branches and merges in the same way that this site does. I can't seem to find any reference to how to do that though. Does the functionality only exist in hgweb and not hgwebdir?

dbr
  • 165,801
  • 69
  • 278
  • 343
wxs
  • 5,617
  • 5
  • 36
  • 51

2 Answers2

3

This future will be enabled in next release, try use develop version from repo.

In console u can use glog extension

slav0nic
  • 3,646
  • 1
  • 21
  • 15
2

Until version 1.1 comes out (in a few days) you'd need to clone and install from the Mercurial crew respository

Ry4an Brase
  • 78,112
  • 7
  • 148
  • 169