log mercurial/localrepo.py @ 4166:c0271aba6abe

age author description
Thu, 08 Mar 2007 20:08:24 -0300 Alexis S. L. Carvalho small fixes for the parent patch
Thu, 08 Mar 2007 16:12:52 -0600 Matt Mackall Allow disabling store format to work with absurdly long filenames
Wed, 07 Mar 2007 15:26:00 -0300 Alexis S. L. Carvalho localrepo.status: use manifest.find on "lookup" files
Wed, 07 Mar 2007 15:25:59 -0300 Alexis S. L. Carvalho localrepo.status: fcmp gets a getnode function instead of the manifest
Fri, 23 Feb 2007 17:54:34 +0200 Giorgos Keramidas Create the parent directory when checking out symlinks.
Sun, 04 Mar 2007 09:03:21 -0300 Alexis S. L. Carvalho Merge with crew-stable
Mon, 19 Feb 2007 10:29:05 +0100 Patrick Mezard localrepo: stream_in may raise ZeroDivisionError with nul float elapsed argument.
Tue, 27 Feb 2007 12:58:40 -0800 Brendan Cully Break core of repo.tag into dirstate/hook-free repo._tag for convert-repo
Fri, 09 Feb 2007 03:48:28 -0200 Alexis S. L. Carvalho Handle functions as the value of a hooks.<name> config variable
Tue, 30 Jan 2007 21:11:10 -0200 Alexis S. L. Carvalho commit: catch IOError
Tue, 30 Jan 2007 19:36:56 -0200 Alexis S. L. Carvalho Merge with crew-stable
Tue, 30 Jan 2007 19:09:08 -0200 Alexis S. L. Carvalho filecommit: don't forget the local parent on a merge with a local rename
Thu, 11 Jan 2007 23:13:32 +0100 Thomas Arendsen Hein Merge branchname changes in localrepo.commit.
Thu, 11 Jan 2007 23:12:21 +0100 Thomas Arendsen Hein Use local encoding for "HG: branch" line in commit editor.
Thu, 11 Jan 2007 19:47:51 +0100 Simon 'corecode' Schubert Add branch name to editor text.
Thu, 11 Jan 2007 19:33:34 +0100 Simon 'corecode' Schubert When committing, record the changeset in the branchcache.
Fri, 05 Jan 2007 00:01:53 -0200 Alexis S. L. Carvalho Allow adding symlinks that don't point to files
Fri, 29 Dec 2006 20:04:31 -0600 Matt Mackall symlinks: minimal support for symlinks in merge/update
Fri, 29 Dec 2006 20:04:31 -0600 Matt Mackall symlinks: add flags param to wwrite
Fri, 29 Dec 2006 20:04:31 -0600 Matt Mackall replace filehandle version of wwrite with wwritedata
Fri, 29 Dec 2006 20:04:31 -0600 Matt Mackall unify encode/decode filter routines
Fri, 29 Dec 2006 20:04:31 -0600 Matt Mackall symlinks: add _link checking function
Fri, 29 Dec 2006 20:04:31 -0600 Matt Mackall symlinks: use is_link wherever is_exec is used
Fri, 29 Dec 2006 20:04:30 -0600 Matt Mackall exec: add execfunc to simplify exec flag support on non-exec filesystems
Fri, 22 Dec 2006 17:59:37 -0600 Matt Mackall Fix removed file cornercase for CVS convert-repo
Wed, 20 Dec 2006 23:41:27 +0100 Edouard Gomez pass the extra dict in rawcommit
Mon, 18 Dec 2006 12:22:43 -0800 Brendan Cully Add revlog.LookupError exception, and use it instead of RevlogError.
Sun, 17 Dec 2006 21:48:22 -0600 Matt Mackall Sync with -stable
Sun, 17 Dec 2006 05:00:22 +0100 Benoit Boissinot fix calculation of new heads added during push with -r 0.9.3
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.
Tue, 07 Nov 2006 21:43:19 +0100 Benoit Boissinot localrepo: factor commit and rawcommit
Tue, 07 Nov 2006 21:43:15 +0100 Benoit Boissinot localrepo.commit: little cleanups
Sun, 29 Oct 2006 10:53:51 +0100 Thomas Arendsen Hein Define and use nullrev (revision of nullid) instead of -1.
Sat, 28 Oct 2006 23:37:59 -0300 Alexis S. L. Carvalho Correct optimization from 3464f5e77f34; add a test.
Fri, 27 Oct 2006 23:09:46 +0200 Thomas Arendsen Hein Merge with upstream
Fri, 27 Oct 2006 11:24:10 -0500 Matt Mackall improve walk docstrings
Fri, 27 Oct 2006 18:17:12 +0200 Thomas Arendsen Hein New UnexpectedOutput exception to catch server errors in localrepo.stream_in
Wed, 25 Oct 2006 18:45:18 +0200 Thomas Arendsen Hein Show number (-v) and list (--debug) of changesets with bundle/pull/push etc.
Tue, 24 Oct 2006 13:42:21 -0700 Brendan Cully Merge with mpm
Tue, 24 Oct 2006 13:46:04 -0500 Matt Mackall Merge with crew
Mon, 23 Oct 2006 17:12:20 -0500 Matt Mackall localrepo: add separate methods for manipulating repository data
Wed, 18 Oct 2006 22:38:23 -0500 Matt Mackall Minor tags optimization
Wed, 18 Oct 2006 14:14:59 -0500 Matt Mackall Use file contexts in tags code
Wed, 18 Oct 2006 11:44:56 -0500 Matt Mackall Only look up tags and branches as a last resort
Mon, 23 Oct 2006 23:32:56 -0300 Alexis S. L. Carvalho Split branchtags into two additional functions.
Thu, 19 Oct 2006 14:16:51 +0200 Benoit Boissinot use xrange instead of range
Wed, 18 Oct 2006 10:46:51 -0500 Matt Mackall If we can't write the branch cache, fail quietly.
Wed, 18 Oct 2006 09:26:23 +0200 Benoit Boissinot invalidate the branch cache when sanity check fails
Sat, 09 Sep 2006 18:25:07 -0700 Eric Hopper Stop erroring out pull -r and clone -r if repository isn't local.
Wed, 18 Oct 2006 02:08:33 -0500 Matt Mackall Improve branch cache sanity check for mq
Tue, 17 Oct 2006 22:26:14 -0500 Matt Mackall commit: read branch with workingctx
Tue, 17 Oct 2006 22:09:56 -0500 Matt Mackall branchtags: use changectx
Tue, 17 Oct 2006 18:32:00 -0500 Matt Mackall Add branch support to commit
Tue, 17 Oct 2006 18:31:56 -0500 Matt Mackall Make lookup aware of branch labels
Tue, 17 Oct 2006 18:31:18 -0500 Matt Mackall Add branchtags function with cache
Thu, 12 Oct 2006 19:26:06 -0300 Alexis S. L. Carvalho rawcommit: add removed files to the changelog file list
Tue, 10 Oct 2006 18:43:20 -0300 Alexis S. L. Carvalho ui.py: remove revlogopts and (unused) diffcache variables
Tue, 10 Oct 2006 09:30:05 +0200 Thomas Arendsen Hein merge with upstream
Mon, 09 Oct 2006 14:02:01 -0500 Matt Mackall commit: unify file-level commit code
Tue, 10 Oct 2006 00:02:30 +0200 Benoit Boissinot fix localrepo.status when dealing with x-bit changes
Sun, 08 Oct 2006 20:18:59 -0500 Matt Mackall Use filelog.cmp in checkfilemerge
Sun, 08 Oct 2006 19:57:45 -0500 Matt Mackall merge: remember rename copies and parents properly on commit
Tue, 03 Oct 2006 12:14:33 -0700 Brendan Cully Merge with upstream
Tue, 03 Oct 2006 01:21:46 -0500 Matt Mackall merge: use new working context object in update
Sun, 01 Oct 2006 19:26:33 +0200 Thomas Arendsen Hein Whitespace/Tab cleanup
Fri, 29 Sep 2006 15:56:36 -0500 Matt Mackall localrepo.parents: return null context for no parents
Fri, 29 Sep 2006 15:48:16 -0500 Matt Mackall Add localrepo.parents to get parent changectxs.
Fri, 15 Sep 2006 15:23:52 -0700 Brendan Cully Move defaultrev into changectx
Mon, 11 Sep 2006 10:08:30 +0200 Thomas Arendsen Hein If local repository is missing, make error message clearer.
Fri, 08 Sep 2006 09:36:18 +0200 Thomas Arendsen Hein Never apply string formatting to generated errors with util.Abort.
Sat, 02 Sep 2006 23:06:47 +0200 Benoit Boissinot localrepo: move the repo creation code, fail if the repo exists
Mon, 28 Aug 2006 21:49:02 +0200 Benoit Boissinot fix incorrect warning when walking on a particular rev
Sun, 20 Aug 2006 23:52:52 -0500 Matt Mackall tag: shorten hash in default commit message
Sun, 20 Aug 2006 21:59:51 -0500 Matt Mackall Demote a pull note to a debug message
Sun, 20 Aug 2006 00:44:54 -0300 Alexis S. L. Carvalho localrepo.status: detect clean files even when the mtime has changed
Mon, 14 Aug 2006 15:07:00 -0500 Matt Mackall filelog: add hash-based comparisons
Sat, 12 Aug 2006 16:40:12 -0700 Vadim Gelfer remove localrepository.changes.
Sat, 12 Aug 2006 12:30:02 -0700 Vadim Gelfer update copyrights.
Sat, 12 Aug 2006 08:53:23 -0300 Alexis S. L. Carvalho Fix some bugs introduced during the manifest refactoring
Fri, 11 Aug 2006 11:00:38 -0500 Matt Mackall Remove manifest.readflags
Fri, 11 Aug 2006 10:57:42 -0500 Matt Mackall Change remaining users of manifest flags
Wed, 09 Aug 2006 15:03:46 -0500 Matt Mackall Merge manifest refactor work
Wed, 19 Jul 2006 19:11:50 -0500 Matt Mackall manifestflags: eliminate remaining users of direct dict access
Sun, 16 Jul 2006 03:14:17 -0500 Matt Mackall Start using manifestflags methods
Tue, 08 Aug 2006 17:08:59 -0700 Vadim Gelfer fetch: hold lock and wlock across all operations
Mon, 07 Aug 2006 16:47:06 -0500 Matt Mackall Merge with crew
Mon, 07 Aug 2006 16:27:09 -0500 Matt Mackall Move repo.verify
Thu, 03 Aug 2006 15:24:41 -0500 Matt Mackall Move merge code to its own module
Mon, 07 Aug 2006 17:22:17 -0700 Vadim Gelfer localrepo.update: allow to suppress commit reminder.
Fri, 04 Aug 2006 14:36:03 -0700 Brendan Cully Add '.' as a shortcut revision name for the working directory parent.
Mon, 31 Jul 2006 07:11:12 -0700 Vadim Gelfer clean up hg.py: move repo constructor code into each repo module