log mercurial/localrepo.py @ 1995:2da2d46862fb

age author description
Fri, 24 Mar 2006 14:53:23 +0100 mcmillen Spelling fix: "commited" -> "committed"
Wed, 22 Mar 2006 05:30:47 +0100 Benoit Boissinot add checking for invalid entries in tag files
Tue, 21 Mar 2006 12:45:27 +0100 Thomas Arendsen Hein Pass correct username as $HGUSER to hgeditor if "commit -u" is used.
Tue, 21 Mar 2006 11:47:21 +0100 Thomas Arendsen Hein make incoming work via ssh (issue139); move chunk code into separate module.
Fri, 17 Mar 2006 09:48:43 -0800 Vadim Gelfer still use old variable names when running hooks. dropped by accident.
Tue, 14 Mar 2006 22:58:14 -0800 Vadim Gelfer add -f/--force to pull, incoming, outgoing, to work on unrelated repo.
Mon, 13 Mar 2006 23:32:57 +0100 Benoit Boissinot fix the call to util.matcher (the args should be (reporoot, cwd, ...))
Mon, 13 Mar 2006 08:25:33 -0800 Vadim Gelfer merge with crew.
Mon, 13 Mar 2006 08:56:59 +0100 Benoit Boissinot ui: output the number of file updated/merged/removed/... on update
Mon, 13 Mar 2006 00:02:33 +0100 Benoit Boissinot findincoming should return an iterable
Sun, 12 Mar 2006 20:13:58 +0100 Thomas Arendsen Hein Read paths specified in .hg/hgrc relative to repo root, otherwise to home dir.
Sat, 11 Mar 2006 21:33:19 -0800 Vadim Gelfer run merge program in repo root.
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