log

age author description
Mon, 26 Apr 2010 13:21:03 +0200 Mads Kiilerich patch: minor cleanup of _applydiff
Mon, 26 Apr 2010 13:21:02 +0200 Mads Kiilerich patch: git delete mode shouldn't be used at all
Mon, 26 Apr 2010 13:21:02 +0200 Mads Kiilerich patch: make "unable to strip away" message less confusing
Mon, 26 Apr 2010 13:21:02 +0200 Mads Kiilerich patch: descriptive patchmeta.__repr__ to help debugging
Fri, 23 Apr 2010 15:24:11 +0900 Nicolas Dumazet log: remove useless condition
Mon, 26 Apr 2010 16:36:08 +0200 Mads Kiilerich help config: update windows documentation to match implementation
Tue, 27 Apr 2010 09:47:33 +0200 Adrian Buehlmann wix: new GUID for contrib.guid
Mon, 19 Apr 2010 11:00:36 +0200 Mads Kiilerich contrib/mercurial.spec: drop git-viz
Sat, 24 Apr 2010 18:08:06 +0900 Yuya Nishihara tags: delete unnecessary close() of atomictempfile
Sun, 25 Apr 2010 18:27:12 +0200 Patrick Mezard win32: detect console width on Windows
Mon, 26 Apr 2010 22:42:46 +0200 Patrick Mezard Merge with crew-stable
Mon, 26 Apr 2010 22:30:40 +0200 Patrick Mezard util: fix default termwidth() under Windows stable
Mon, 26 Apr 2010 21:35:09 +0200 Martin Geisler commands: better markup in "hg help paths"
Mon, 26 Apr 2010 21:32:46 +0200 Martin Geisler Merge with stable
Tue, 27 Apr 2010 00:44:06 +0530 Faheem Mitha commands: revised documentation of 'default' and 'default-push' stable
Mon, 26 Apr 2010 11:33:37 -0500 Steve Borho wix: hgweb file renames
Mon, 26 Apr 2010 11:03:40 -0500 Matt Mackall zeroconf: handle string hgweb config args
Mon, 26 Apr 2010 11:03:40 -0500 Matt Mackall hgweb: unify hgweb calls in serve
Mon, 26 Apr 2010 11:03:40 -0500 Matt Mackall serve: webdir_conf -> webconf
Mon, 26 Apr 2010 11:03:40 -0500 Matt Mackall hgweb: synchronize fcgi and wsgi scripts
Mon, 26 Apr 2010 11:03:40 -0500 Matt Mackall hgweb: drop hgwebdir.cgi, now unified with hgweb.cgi
Mon, 26 Apr 2010 11:03:40 -0500 Matt Mackall hgweb: simplify hgweb.cgi, add help pointer
Mon, 26 Apr 2010 11:03:40 -0500 Matt Mackall help: add some help for hgweb.config files
Mon, 26 Apr 2010 11:03:40 -0500 Matt Mackall help: config.txt typo
Mon, 26 Apr 2010 11:03:40 -0500 Matt Mackall docs: document default for web.encoding
Mon, 26 Apr 2010 11:03:40 -0500 Matt Mackall hgweb: make hgweb.hgweb a unified interface to hgweb/hgwebdir
Mon, 26 Apr 2010 11:03:40 -0500 Matt Mackall hgweb: always clear report_untrusted and interactive
Mon, 26 Apr 2010 11:03:40 -0500 Matt Mackall hgweb: add baseui to hgweb entrypoint
Mon, 26 Apr 2010 11:03:40 -0500 Matt Mackall hgweb: make baseui parameter non-positional
Mon, 26 Apr 2010 11:03:40 -0500 Matt Mackall hgweb: make top-level prototypes mirror their callees