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.
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.
精彩评论