log

age author description
Thu, 15 Dec 2005 16:19:23 +0100 Thomas Arendsen Hein Better error message (without /.hg appended) when repository is not found.
Thu, 15 Dec 2005 15:40:14 +0100 Daniel Kobras Less annoying directory completion (see http://bugs.debian.org/343458)
Thu, 15 Dec 2005 15:39:20 +0100 Thomas Arendsen Hein Merge with upstream.
Mon, 12 Dec 2005 07:50:43 -0800 Vadim Gelfer delete unintended print statement
Sun, 11 Dec 2005 15:38:42 -0800 Vadim Gelfer merge with crew
Fri, 04 Nov 2005 11:51:01 -0800 Vadim Gelfer make mercurial look in more places for config files.
Tue, 06 Dec 2005 14:10:38 +0100 Benoit Boissinot fix the cat command
Wed, 14 Dec 2005 22:19:03 -0600 Benoit Boissinot abort when merging two heads and repository has local changes
Wed, 14 Dec 2005 22:12:18 -0600 Matt Mackall Merge http://sh0n.net/jeffpc/repos/hg-gitweb/
Mon, 12 Dec 2005 02:05:08 -0500 Josef "Jeff" Sipek Remove tabs, and trailing whitespace from hgweb.py
Mon, 12 Dec 2005 01:25:24 -0500 Josef "Jeff" Sipek [hgweb] Remove reference to a non-existing file
Sat, 10 Dec 2005 00:26:32 -0500 Josef "Jeff" Sipek [hgweb] Fixed up bad link
Sat, 10 Dec 2005 00:09:13 -0500 Josef "Jeff" Sipek File log and some FIXMEs
Mon, 05 Dec 2005 07:07:40 -0500 Josef "Jeff" Sipek [hgweb] gitweb style: File annotate converted, file revision made more like the deafault style
Mon, 05 Dec 2005 05:01:28 -0500 Josef "Jeff" Sipek [hgweb] More gitweb style related fixes
Mon, 05 Dec 2005 04:49:37 -0500 Josef "Jeff" Sipek File revision style fixed
Mon, 05 Dec 2005 04:30:47 -0500 Josef "Jeff" Sipek [hgweb] Initial import of the "gitweb" style
Wed, 14 Dec 2005 21:01:57 -0600 Benoit Boissinot add a --switch-parent option to export against the other parent
Wed, 14 Dec 2005 20:53:45 -0600 Benoit Boissinot hg log -p should show file deletions
Wed, 14 Dec 2005 20:38:11 -0600 Benoit Boissinot quote the filename when calling HGEDITOR
Thu, 01 Dec 2005 10:51:45 -0600 Benoit Boissinot make all commands be repo-wide by default
Thu, 01 Dec 2005 10:51:33 -0600 TK Soh make command defaults works for aliases
Thu, 01 Dec 2005 10:48:42 -0600 Arun Sharma Handle hg under /
Thu, 01 Dec 2005 10:48:35 -0600 Robin Farine fix rename --after
Thu, 01 Dec 2005 10:48:29 -0600 Benoit Boissinot Re: [PATCH 2 of 3] remove walk warning about nonexistent files
Thu, 01 Dec 2005 10:48:22 -0600 Robin Farine export patkind() from util
Thu, 01 Dec 2005 10:48:18 -0600 Christian Boos Fix walkhelper on windows.
Tue, 29 Nov 2005 22:29:14 +0100 Benoit Boissinot disallow '\n' and '\r' in tag names
Tue, 29 Nov 2005 18:06:23 +0100 Thomas Arendsen Hein Merge with http://hg.omnifarious.org/~hopper/mercurial
Fri, 18 Nov 2005 22:48:47 -0800 Eric Hopper Convert all classes to new-style classes by deriving them from object.