log

age author description
Sat, 14 May 2011 22:07:58 -0700 Brendan Cully Hardcoding ARCHFLAGS breaks the build against fink's python
Sat, 14 May 2011 00:30:32 +0200 Sune Foldager debugindex etc.: add --changelog and --manifest options
Fri, 13 May 2011 14:58:24 -0500 Matt Mackall scmutil: drop aliases in cmdutil for match functions
Fri, 13 May 2011 14:48:48 -0500 Matt Mackall scmutil: drop some aliases in cmdutil
Fri, 13 May 2011 14:07:16 -0500 Matt Mackall scmutil: fold in wdutil
Fri, 13 May 2011 14:06:28 -0500 Matt Mackall scmutil: move revsingle/pair/range from cmdutil
Fri, 13 May 2011 12:57:27 -0500 Matt Mackall help: consolidate topic hooks in help.py
Fri, 13 May 2011 11:04:51 -0500 Matt Mackall extensions: move moduledoc to break import loop with help
Fri, 13 May 2011 11:04:51 -0500 Matt Mackall extensions: drop maxlength from enabled and disabled
Fri, 13 May 2011 11:26:29 +0200 Martin Geisler Makefile: remove pure modules on clean
Wed, 11 May 2011 18:18:50 +0200 Cédric Krier hgcia: Handle URL like in notify (issue2406)
Thu, 12 May 2011 16:41:56 +0200 Peter Arrenbrecht util: make str(url) return file:/// for abs paths again
Thu, 12 May 2011 18:35:04 -0500 Matt Mackall subrepo: use a safer revision check for hg repos
Thu, 12 May 2011 20:27:35 +0200 Adrian Buehlmann graphlog: use cmdutil.command decorator
Thu, 12 May 2011 20:14:42 +0200 Adrian Buehlmann purge: use cmdutil.command decorator
Thu, 12 May 2011 18:27:05 +0200 Adrian Buehlmann patchbomb: use cmdutil.command decorator
Thu, 12 May 2011 17:50:07 +0200 Adrian Buehlmann transplant: use cmdutil.command decorator
Thu, 12 May 2011 18:06:15 +0800 Steven Brown monoblue: improve readability of the filenolink template
Thu, 12 May 2011 17:09:56 +0200 Adrian Buehlmann rebase: use cmdutil.command decorator
Thu, 12 May 2011 22:37:52 +0200 Sune Foldager debugrevlog: many improvements
Thu, 12 May 2011 18:22:49 +0200 Sune Foldager add debugrevlog command
Thu, 12 May 2011 18:19:28 +0200 Sune Foldager check-code: add /= to operator list
Thu, 12 May 2011 16:21:01 +0200 Sune Foldager order commands alphabetically
Thu, 12 May 2011 15:24:33 +0200 Sune Foldager revlog: improve delta generation heuristics for generaldelta
Thu, 12 May 2011 14:31:07 +0200 Martin Geisler keyword: use cmdutil.command decorator
Thu, 12 May 2011 14:31:01 +0200 Martin Geisler gpg: use cmdutil.command decorator
Thu, 12 May 2011 14:25:08 +0200 Martin Geisler mq: use cmdutil.command decorator
Thu, 12 May 2011 08:14:04 +0200 Adrian Buehlmann commands: use a decorator to build table incrementally
Thu, 12 May 2011 13:47:17 +0200 Sune Foldager revlog: fix bug in chainbase cache
Mon, 09 May 2011 15:16:56 -0400 Zachary Gramana setup.py: workaround for missing bz2 module in IronPython