log mercurial/localrepo.py @ 1460:40d08cf1c544

age author description
Fri, 07 Oct 2005 19:49:25 -0700 Eric Hopper Bug fixing in localrepository.changegroupsubset. Bugs found in testing.
Fri, 07 Oct 2005 10:57:11 -0700 Eric Hopper This changes the revlog.group and re-implements the localrepo.changeroup
Fri, 07 Oct 2005 10:48:27 -0700 Eric Hopper This implements the nodesbetween method, and it removes the newer method
Tue, 25 Oct 2005 15:52:27 -0700 Matt Mackall Allow reverting a deleted file with two parents
Tue, 25 Oct 2005 15:51:28 -0700 Benoit Boissinot revert added and removed files to their normal state before reverting
Mon, 24 Oct 2005 14:54:17 -0700 michael w dales Fixed problem with invoking hgmerge on paths with spaces.
Wed, 19 Oct 2005 00:10:52 -0700 Benoit Boissinot refactor some unlink/remove code and make sure we prune empty dir
Tue, 18 Oct 2005 18:38:39 -0700 Benoit Boissinot i18n part2: use '_' for all strings who are part of the user interface
Tue, 18 Oct 2005 18:37:48 -0700 Benoit Boissinot i18n first part: make '_' available for files who need it
Tue, 18 Oct 2005 17:56:50 -0700 Vadim Gelfer make update quieter when nothing is wrong
Wed, 05 Oct 2005 10:59:42 -0700 Matt Mackall hg verify: add some bin to hex conversions
Wed, 05 Oct 2005 10:51:02 -0700 Matt Mackall hg verify: add an error reporting helper function
Wed, 05 Oct 2005 10:37:51 -0700 Matt Mackall hg verify: more consistency checking between changesets and manifests
Mon, 03 Oct 2005 14:45:14 -0700 Benoit Boissinot Fix traceback when nothing was added during unbundle
Tue, 27 Sep 2005 14:58:28 -0700 Eric Hopper Fix misleading abort message when permissions are bad.