log mercurial/localrepo.py @ 1597:96b47ef8f740

age author description
Tue, 27 Dec 2005 12:52:25 -0600 Benoit Boissinot remove a duplicate check in commit / fix a bug when merging files
Fri, 16 Dec 2005 01:32:28 -0600 Benoit Boissinot reloads manifest and changelog after recovering
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:39:20 +0100 Thomas Arendsen Hein Merge with upstream.
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
Fri, 18 Nov 2005 22:48:47 -0800 Eric Hopper Convert all classes to new-style classes by deriving them from object.