log

age author description
Sun, 10 Oct 2010 10:07:17 -0500 Augie Fackler hgwebdir_mod: use fake termwidth to avoid mod_wsgi's wrath
Sun, 10 Oct 2010 10:06:36 -0500 Augie Fackler termwidth: move to ui.ui from util
Thu, 07 Oct 2010 23:34:21 -0500 Kevin Bullock help: improve description of update --check
Sat, 09 Oct 2010 21:54:50 +0200 Adrian Buehlmann store: encode first period or space in filenames (issue1713)
Tue, 14 Sep 2010 23:00:39 +0200 Dan Villiom Podlaski Christiansen demandimport: fix an obscure corner-case.
Sun, 10 Oct 2010 00:38:57 +0100 Christian Ebert keyword: enforce subn method via boolean switch
Sun, 10 Oct 2010 00:30:09 +0100 Christian Ebert keyword: fix weeding of expansion candidates when recording
Sun, 10 Oct 2010 09:48:37 -0500 Dan Villiom Podlaski Christiansen copies: don't detect copies as "divergent renames"
Sat, 09 Oct 2010 11:02:11 -0500 Augie Fackler strip: add --keep flag to avoid modifying wc during strip
Sat, 09 Oct 2010 17:02:28 -0500 Brodie Rao update: use higher level wording for "crosses branches" error
Sat, 09 Oct 2010 17:58:48 -0500 Augie Fackler hgweb: add help link to templates missed in ead4e21f49f1
Sat, 09 Oct 2010 17:58:54 -0500 Dan Villiom Podlaski Christiansen test-convert-svn-encoding.t: ignore that subversion %-encodes $TESTTMP
Sat, 09 Oct 2010 16:27:10 -0500 Benoit Boissinot run-tests.py: remove support for .bat files
Sat, 09 Oct 2010 16:25:28 -0500 Benoit Boissinot run-tests.py: do not install hg when the tests do no exist
Sat, 09 Oct 2010 15:40:29 -0500 Patrick Mezard setup.py: write libdir as a python string literal
Sat, 09 Oct 2010 15:13:08 -0500 Patrick Mezard patch: fails immediately upon malformed hunk
Sat, 09 Oct 2010 15:13:08 -0500 Patrick Mezard patch: always raise PatchError with a message, simplify handling
Sat, 09 Oct 2010 15:13:08 -0500 Patrick Mezard patch: simplify externalpatch() arguments
Sat, 09 Oct 2010 15:13:08 -0500 Patrick Mezard util: remove needbinary(), no longer used for external patching
Sat, 09 Oct 2010 15:13:08 -0500 Patrick Mezard patch: remove internal patcher fallback and NoHunk error
Sat, 09 Oct 2010 15:13:08 -0500 Patrick Mezard patch: remove unused patchmeta.lineno
Sat, 09 Oct 2010 15:13:08 -0500 Patrick Mezard patch: remove unused flags from readgitpatch()
Sat, 09 Oct 2010 15:06:22 -0500 Mads Kiilerich test-subrepo-svn.t: ignore that subversion %-encodes $TESTTMP
Sat, 09 Oct 2010 22:05:24 +0200 Martin Geisler revsets: fix stray * in help topic
Sat, 09 Oct 2010 12:27:14 -0500 Augie Fackler web: add a help view for getting hg help output
Sat, 09 Oct 2010 15:00:30 -0500 Benoit Boissinot fix indentation error
Sat, 09 Oct 2010 14:50:20 -0500 Matt Mackall merge: handle no file parent in backwards merge (issue2364)
Sat, 09 Oct 2010 14:52:58 -0500 Matt Mackall merge with crew
Sat, 09 Oct 2010 12:28:16 -0500 Benoit Boissinot ui.paths: expand paths directly in fixconfig (issue2373)
Tue, 17 Aug 2010 15:44:38 +0200 Dan Villiom Podlaski Christiansen setup/hg: always load Mercurial from where it was installed.