Cref
Cref

Reputation: 363

Web client for Mercurial with update support?

Is there such a thing as a web-based equivalent of the repository explorer /manager for Mercurial? I know there's hgserve and I've seen SCM Manager but as far as I can see, these will only let you browse and push. What I'm looking for is a web client with support for update and commit (and maybe also pull) commands. BTW I'm not looking for the 'update on push' hook.

Upvotes: 2

Views: 1004

Answers (1)

Martin Geisler
Martin Geisler

Reputation: 73748

You should give Kallithea a try! It is a full-featured source code management system with support for both Mercurial and Git. It has a ton of features and allows you to edit files directly in the browser.

Upvotes: 2

Related Questions