log

age author description
Tue, 27 Dec 2005 13:09:49 -0600 Benoit Boissinot cleanup of revlog.group when repository is local
Tue, 27 Dec 2005 12:52:25 -0600 Benoit Boissinot remove a duplicate check in commit / fix a bug when merging files
Tue, 27 Dec 2005 12:52:10 -0600 Benoit Boissinot fix 'hg tag <tagname> <revision>
Thu, 22 Dec 2005 13:18:44 -0600 Matt Mackall Re-enable the renamed check fastpath
Fri, 16 Dec 2005 11:13:08 -0600 Matt Mackall Merge with crew
Thu, 15 Dec 2005 17:50:10 +0100 Benoit Boissinot if a filename contains spaces, patch adds quote around it
Fri, 16 Dec 2005 11:12:08 -0600 Benoit Boissinot gpg signing extension for hg
Fri, 16 Dec 2005 01:32:44 -0600 Benoit Boissinot do not copy atime and mtime in util.copyfiles
Fri, 16 Dec 2005 01:32:28 -0600 Benoit Boissinot reloads manifest and changelog after recovering
Fri, 16 Dec 2005 00:12:00 -0600 Benoit Boissinot fix a bug in hg export --switch-parent
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