log

age author description
Fri, 29 Jun 2007 13:06:49 -0700 Lee Cantey Convert default mercurial.ini file to Windows line endings
Fri, 29 Jun 2007 11:13:36 +0200 Thomas Arendsen Hein Added full URL to debug output if something doesn't look like an http hg repo.
Thu, 28 Jun 2007 21:16:25 -0700 Brendan Cully Handle extensions with defined but empty cmdtable
Thu, 28 Jun 2007 09:19:08 -0700 Brendan Cully mq: more qdelete help text tweaks
Thu, 28 Jun 2007 08:42:43 -0700 Brendan Cully mq: require patch argument or revision for qdelete
Thu, 28 Jun 2007 16:18:09 +0200 Thomas Arendsen Hein Make hg glog abort if unused arguments are given.
Thu, 28 Jun 2007 16:03:45 +0200 Thomas Arendsen Hein Abort if earlygetopt fails to detect an option.
Thu, 28 Jun 2007 15:56:25 +0200 Thomas Arendsen Hein Simplified earlygetopt and made it remove parsed options and values.
Wed, 27 Jun 2007 20:37:33 +0200 Thomas Arendsen Hein Disallow short earlygetop option combined with other short options
Wed, 27 Jun 2007 08:35:26 -0700 csaba henk Fix tgz archival on Windows.
Tue, 26 Jun 2007 22:38:57 +0200 Thomas Arendsen Hein Updated command tables in commands.py and hgext extensions.
Tue, 26 Jun 2007 20:37:15 +0200 Thomas Arendsen Hein Catch illegal boolean values in hgrc nicely.
Tue, 26 Jun 2007 18:39:28 +0200 Thomas Arendsen Hein Added test for earlygetopt fixes (36d23de02da1 and 79cc512a34ed)
Tue, 26 Jun 2007 18:35:31 +0200 Thomas Arendsen Hein Fix earlygetop for short options with unnecessary spaces removed
Tue, 26 Jun 2007 15:28:17 +0200 Thomas Arendsen Hein Fix and test 'hg backout' without or with too many revisions.