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
|
Wed, 14 Dec 2005 22:19:03 -0600 |
Benoit Boissinot |
abort when merging two heads and repository has local changes
|
Fri, 18 Nov 2005 22:48:47 -0800 |
Eric Hopper |
Convert all classes to new-style classes by deriving them from object.
|
Wed, 16 Nov 2005 12:56:19 +0100 |
Thomas Arendsen Hein |
Fixes to "hg heads -r FOO":
|
Wed, 16 Nov 2005 12:08:25 +0100 |
Benoit Boissinot |
add a -r/--rev option to heads to show only heads descendant from rev
|
Fri, 11 Nov 2005 15:34:17 -0800 |
Benoit Boissinot |
reset mtime when two files are equal
|
Fri, 11 Nov 2005 15:34:13 -0800 |
Benoit Boissinot |
add localrepo.wlock for protecting the dirstate
|
Tue, 08 Nov 2005 14:22:03 -0800 |
Matt Mackall |
Automatically run "verify" whenever we run "recover"
|
Tue, 08 Nov 2005 10:34:50 -0800 |
Benoit Boissinot |
use self.{w,}join when possible
|
Wed, 02 Nov 2005 20:22:29 -0800 |
Matt Mackall |
Deal with merge abort more gracefully
|
Wed, 02 Nov 2005 19:26:23 -0800 |
Matt Mackall |
verify: add check for mismatch of index and data length
|
Wed, 02 Nov 2005 18:59:40 -0800 |
Matt Mackall |
Allow interrupting all parts of verify
|
Sat, 29 Oct 2005 13:44:05 -0700 |
Benoit Boissinot |
allow multiples hook
|
Fri, 28 Oct 2005 11:01:25 -0700 |
Benoit Boissinot |
util.opener already create the base directory if it doesn't exist
|
Thu, 27 Oct 2005 13:40:56 -0700 |
Benoit Boissinot |
make readconfig take a filename instead of a file pointer as argument
|
Thu, 27 Oct 2005 12:26:16 -0700 |
Matt Mackall |
Merge bundle -r work from Eric Hopper
|
Tue, 11 Oct 2005 18:56:47 -0700 |
Eric Hopper |
Added a lot of comments to changegroupsubset.
|
Tue, 11 Oct 2005 08:06:52 -0700 |
Eric Hopper |
Fixed silly bug involving a non-existent variable.
|
Mon, 10 Oct 2005 08:36:29 -0700 |
Eric Hopper |
Optimizing manifest reads in changegroupsubset by using deltas.
|
Fri, 07 Oct 2005 19:51:09 -0700 |
Eric Hopper |
Implementing clone -r, which clones all changesets needed to reach a
|
Fri, 07 Oct 2005 19:49:25 -0700 |
Eric Hopper |
Bug fixing in localrepository.changegroupsubset. Bugs found in testing.
|
Fri, 07 Oct 2005 10:57:11 -0700 |
Eric Hopper |
This changes the revlog.group and re-implements the localrepo.changeroup
|
Fri, 07 Oct 2005 10:48:27 -0700 |
Eric Hopper |
This implements the nodesbetween method, and it removes the newer method
|
Tue, 25 Oct 2005 15:52:27 -0700 |
Matt Mackall |
Allow reverting a deleted file with two parents
|
Tue, 25 Oct 2005 15:51:28 -0700 |
Benoit Boissinot |
revert added and removed files to their normal state before reverting
|
Mon, 24 Oct 2005 14:54:17 -0700 |
michael w dales |
Fixed problem with invoking hgmerge on paths with spaces.
|
Wed, 19 Oct 2005 00:10:52 -0700 |
Benoit Boissinot |
refactor some unlink/remove code and make sure we prune empty dir
|
Tue, 18 Oct 2005 18:38:39 -0700 |
Benoit Boissinot |
i18n part2: use '_' for all strings who are part of the user interface
|
Tue, 18 Oct 2005 18:37:48 -0700 |
Benoit Boissinot |
i18n first part: make '_' available for files who need it
|
Tue, 18 Oct 2005 17:56:50 -0700 |
Vadim Gelfer |
make update quieter when nothing is wrong
|
Wed, 05 Oct 2005 10:59:42 -0700 |
Matt Mackall |
hg verify: add some bin to hex conversions
|
Wed, 05 Oct 2005 10:51:02 -0700 |
Matt Mackall |
hg verify: add an error reporting helper function
|
Wed, 05 Oct 2005 10:37:51 -0700 |
Matt Mackall |
hg verify: more consistency checking between changesets and manifests
|