On Wed, 2007-09-05 at 21:09 +0200, Mark Wielaard wrote: > Hi Christian, > > On Fri, 2007-08-31 at 18:43 +0200, Christian Thalinger wrote: > > OK, I have set up hgwebdir on the institute's webserver: > > > > http://mips.complang.tuwien.ac.at/hg/ > > > > To get a Mercurial clone use: > > > > hg clone http://mips.complang.tuwien.ac.at/hg/cacao/ > > > > Please let me know if there are any problems. > > Works lovely for me. Thanks. And your hgwebdir looks much nicer than > other I have seen, like the one on http://icedtea.classpath.org/hg/ > Could you share your hgwebdir setup config files? :-) The trick is ?style=gitweb. You can set this by default: $ cat .hg/hgrc [web] style = gitweb - twisti