log

age author description
Sun, 21 Jan 2007 00:59:23 -1000 julian mercurial.spec: add BuildRequires
Sat, 02 Jun 2007 12:42:47 +0100 Adam Spiers mercurial.spec: fix when default python prefix != rpm %{_prefix}
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)