log mercurial/localrepo.py @ 1883:b98160cfb2f3

age author description
Fri, 10 Mar 2006 23:34:02 -0800 Vadim Gelfer give more info to hgmerge script.
Fri, 10 Mar 2006 22:42:59 -0800 Vadim Gelfer merge util.esystem and util.system.
Fri, 10 Mar 2006 22:24:19 -0800 Vadim Gelfer fix broken environment save/restore when a hook runs.
Wed, 08 Mar 2006 00:27:23 +0100 Thomas Arendsen Hein Fix some problems when working on broken repositories:
Mon, 06 Mar 2006 17:47:41 +0100 Thomas Arendsen Hein Create local ui object per repository, so .hg/hgrc don't get mixed.
Mon, 06 Mar 2006 17:34:49 +0100 Thomas Arendsen Hein Call hooks in alphabetical (=defined) order, of course still grouped by type.
Sat, 04 Mar 2006 19:01:45 +0100 Thomas Arendsen Hein Validate paths before reading or writing files in repository or working dir.
Tue, 28 Feb 2006 12:25:10 -0600 mason Allow repo lock to be passed in to localrepo.commit for performance
Tue, 28 Feb 2006 12:24:54 -0600 mason Automatic nesting into running transactions in the same repository.
Sat, 25 Feb 2006 13:44:40 +0100 Alexis S. L. Carvalho speed up hg log --debug
Wed, 22 Feb 2006 08:04:46 +0100 Thomas Arendsen Hein Merge with mercurial/tonfa
Tue, 21 Feb 2006 23:50:53 +0100 Benoit Boissinot change the default timeout to 600 seconds
Tue, 21 Feb 2006 23:21:15 +0100 Benoit Boissinot add a timeout when a lock is held (default 1024 sec)
Wed, 22 Feb 2006 07:26:29 +0100 Benoit Boissinot revalidate revlog data after locking the repo (issue132)
Tue, 21 Feb 2006 16:46:38 +0100 Benoit Boissinot merge with crew
Tue, 14 Feb 2006 21:11:57 +0100 Benoit Boissinot add an optional argument to push only the specified revisions (push -r)
Mon, 20 Feb 2006 01:12:03 +0100 Benoit Boissinot use repo.lock when cloning via copy, use lock.LockException when necessary
Sun, 19 Feb 2006 22:41:49 +0100 Benoit Boissinot merge with crew
Sun, 19 Feb 2006 22:39:09 +0100 Benoit Boissinot localrepo: refactor the locking functions
Sun, 19 Feb 2006 19:43:03 +0100 Benoit Boissinot fix warnings from pychecker (unused variables and shadowing)
Sat, 18 Feb 2006 07:37:59 -0800 Robin Farine transitive copy/rename
Fri, 17 Feb 2006 17:39:05 -0600 Matt Mackall Merge with crew
Fri, 17 Feb 2006 08:26:21 -0800 Vadim Gelfer add preoutgoing and outgoing hooks.
Thu, 16 Feb 2006 08:51:24 -0800 Vadim Gelfer merge with crew.
Wed, 15 Feb 2006 10:49:30 -0800 Vadim Gelfer add prechangegroup and pretxnchangegroup hooks.
Thu, 16 Feb 2006 08:48:31 -0800 Vadim Gelfer fix names of parent changeset ids in hooks.
Thu, 16 Feb 2006 08:40:47 -0800 Vadim Gelfer prefix hook env var names with HG_.
Tue, 14 Feb 2006 17:13:18 -0800 Vadim Gelfer add pretxncommit hook.
Tue, 14 Feb 2006 15:37:27 -0800 Vadim Gelfer hook parameters must be strings.
Tue, 14 Feb 2006 15:28:06 -0800 Vadim Gelfer make hook code nicer.
Tue, 14 Feb 2006 15:10:45 -0800 Vadim Gelfer hooks run after transactions finish must not affect method results.
Fri, 17 Feb 2006 17:23:53 -0600 Matt Mackall Refactor excessive merge detection, add test
Fri, 10 Feb 2006 16:45:56 -0500 Daniel Santa Cruz hooks: distinguish between locally committed and incoming changes.
Thu, 09 Feb 2006 17:18:43 -0600 mason Allow callers to pass in the dirstate lock in most localrepo.py funcs.
Thu, 09 Feb 2006 07:24:34 +0100 Thomas Arendsen Hein Create default commit message in a more pythonic way.
Thu, 09 Feb 2006 07:16:13 +0100 Thomas Arendsen Hein Removed "HG: manifest hash" line from commit message.
Thu, 09 Feb 2006 07:14:05 +0100 Thomas Arendsen Hein Put the empty line in commit text above the branch merge line.
Thu, 09 Feb 2006 07:01:23 +0100 Thomas Arendsen Hein Run commit message editor in the repo root (like hooks).
Wed, 01 Feb 2006 19:18:15 +0100 Benoit Boissinot Merge with crew
Thu, 15 Dec 2005 18:04:39 +0100 Benoit Boissinot Merge with upstream
Thu, 15 Dec 2005 18:04:05 +0100 Benoit Boissinot reverting 11d12bd6e1dcd9610fa26e97d25e7ad553e8ffa5
Thu, 08 Dec 2005 15:12:02 +0100 Benoit Boissinot cleanup of revlog.group when repository is local
Wed, 01 Feb 2006 08:46:24 +0100 Benoit Boissinot abort when using 'update -m' and this is not a merge
Mon, 30 Jan 2006 19:34:35 +1300 Matt Mackall verify: notice extra data in indices
Mon, 30 Jan 2006 12:02:06 +1300 Benoit Boissinot return a non-zero exit code when a merge failed
Sun, 29 Jan 2006 08:38:31 +1300 Benoit Boissinot add removed files to the changelog file list
Tue, 24 Jan 2006 13:50:40 +1300 Matt Mackall Merge with Eric
Fri, 20 Jan 2006 09:35:43 -0800 Eric Hopper This fixes a bug that Chris Mason found. As for a test case, I can't
Sun, 22 Jan 2006 18:54:25 +0100 Thomas Arendsen Hein Copy manifest map before modifying it (see issue86)
Thu, 12 Jan 2006 21:55:19 +0100 Thomas Arendsen Hein Restored old behaviour for 'hg co' and 'hg co -C' for removed files.
Thu, 12 Jan 2006 13:58:36 +0100 Thomas Arendsen Hein Distinguish removed and deleted files. Tests are not fixed yet.
Thu, 12 Jan 2006 13:35:09 +0100 Thomas Arendsen Hein Renamed c, a, d, u to modified, added, removed, unknown for users of changes()
Thu, 12 Jan 2006 12:22:28 +0100 Thomas Arendsen Hein Make localrepo.changes() internally distinguish between removed and deleted.
Thu, 12 Jan 2006 11:32:07 +0100 Thomas Arendsen Hein Cleaned up localrepo.changes()
Thu, 12 Jan 2006 07:57:58 +0100 Thomas Arendsen Hein Cleanup of indentation, spacing, newlines, strings and line length
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