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