log mercurial/localrepo.py @ 3891:6b4127c7d52a

age author description
Thu, 14 Dec 2006 20:25:19 -0600 Matt Mackall Simplify i18n imports
Wed, 13 Dec 2006 13:27:09 -0600 Matt Mackall Replace demandload with new demandimport
Tue, 12 Dec 2006 18:16:23 -0600 Matt Mackall Remove deprecated old-style branch support
Sun, 10 Dec 2006 20:35:28 -0200 Alexis S. L. Carvalho Use UTF-8 in .hg/branch
Sun, 10 Dec 2006 23:03:53 +0100 Thomas Arendsen Hein Indicate the purpose of the dummy changelog file in itself.
Sun, 10 Dec 2006 02:11:02 -0600 Matt Mackall Merge Benoit's .hg/store support
Fri, 01 Dec 2006 13:34:09 +0100 Benoit Boissinot switch to the .hg/store layout, fix the tests
Sun, 10 Dec 2006 00:06:59 +0100 Benoit Boissinot add "requires" file to the repo, specifying the requirements
Sun, 10 Dec 2006 00:06:45 +0100 Benoit Boissinot move code around
Fri, 08 Dec 2006 22:01:05 -0200 Alexis S. L. Carvalho Allow the user to specify the fallback encoding for the changelog
Thu, 07 Dec 2006 14:35:43 -0200 Alexis S. L. Carvalho fix encoding conversion of branch names when mq is loaded
Tue, 05 Dec 2006 23:25:28 +0100 Thomas Arendsen Hein Don't report an error when closing heads during local push (issue387)
Tue, 05 Dec 2006 13:41:42 -0800 Brendan Cully Add "null" pseudo-tag pointing to nullid
Tue, 05 Dec 2006 11:28:23 +0100 Benoit Boissinot introduce localrepo.spath for the store path, sopener fixes
Tue, 05 Dec 2006 11:28:21 +0100 Benoit Boissinot localrepo: change aftertrans to be independant of the store path
Sun, 03 Dec 2006 16:16:33 -0600 Matt Mackall Handle transcoding of branch names
Sun, 03 Dec 2006 16:16:33 -0600 Matt Mackall Handle transcoding of tags
Sat, 02 Dec 2006 03:38:55 -0200 Alexis S. L. Carvalho Ignore all errors while parsing the branch cache.
Thu, 30 Nov 2006 17:36:33 -0600 Matt Mackall merge: handle directory renames
Tue, 28 Nov 2006 21:16:05 +0100 Benoit Boissinot only print a warning when no username is specified
Tue, 28 Nov 2006 19:11:46 +0100 Benoit Boissinot add a comment about '\n' and '\r' and streaming clone
Mon, 27 Nov 2006 22:22:44 +0100 Benoit Boissinot don't create the .hg/data at init time
Mon, 20 Nov 2006 19:55:59 +0100 Thomas Arendsen Hein Corrected "waiting for lock on repository FOO held by BAR" message.
Mon, 20 Nov 2006 19:41:49 +0100 Thomas Arendsen Hein Handle locking exceptions if streaming clone can't lock the repo. (Issue324)
Sun, 19 Nov 2006 16:32:36 -0600 Matt Mackall correct remote heads test in prepush
Sun, 19 Nov 2006 16:32:36 -0600 Matt Mackall reorder tests in prepush
Sat, 18 Nov 2006 19:44:42 -0200 Alexis S. L. Carvalho Revert almost all of 5be434785317; add a test
Wed, 15 Nov 2006 17:56:57 -0200 Alexis S. L. Carvalho don't use readline() to read branches.cache
Wed, 08 Nov 2006 11:28:33 -0800 Brendan Cully Export changelog dict in localrepo.commit
Tue, 07 Nov 2006 22:35:07 +0100 Thomas Arendsen Hein Fix accessing a repository via -R/--repository through a symlink.