Sat, 02 Dec 2006 22:41:05 +0100 |
Thomas Arendsen Hein |
merge with crew
|
Sat, 02 Dec 2006 22:35:17 +0100 |
Thomas Arendsen Hein |
Move ellipsis code to util.ellipsis() and improve maxlength handling.
|
Sat, 02 Dec 2006 22:16:00 +0100 |
Thomas Arendsen Hein |
Use UnexpectedOutput exception instead of RepoError in sshrepo, too.
|
Sat, 02 Dec 2006 22:15:18 +0100 |
Thomas Arendsen Hein |
Change sshrepo.repoerror() into a more flexible sshrepo.raise_().
|
Sat, 02 Dec 2006 21:57:20 +0100 |
Thomas Arendsen Hein |
Don't show traceback on 'hg clone -r unknown ssh://hg.example.com/'.
|
Sat, 02 Dec 2006 18:41:07 -0200 |
Alexis S. L. Carvalho |
fix qseries -v and guards interaction
|
Sat, 02 Dec 2006 16:08:00 -0200 |
Alexis S. L. Carvalho |
changegroup.py: delay the loading of the bz2 and zlib modules
|
Sat, 02 Dec 2006 03:38:55 -0200 |
Alexis S. L. Carvalho |
Ignore all errors while parsing the branch cache.
|
Sat, 02 Dec 2006 03:16:17 -0200 |
Alexis S. L. Carvalho |
small fixes for test-newbranch
|
Fri, 01 Dec 2006 15:43:48 -0800 |
Brendan Cully |
transplant: split filter args into changelog entry and patch
|
Fri, 01 Dec 2006 15:00:33 -0800 |
Brendan Cully |
transplant: log source node when recovering too.
|
Fri, 01 Dec 2006 14:30:17 -0800 |
Brendan Cully |
transplant: clobber old series when transplant fails
|
Fri, 01 Dec 2006 23:28:14 +0100 |
Thomas Arendsen Hein |
merge with crew
|
Fri, 01 Dec 2006 23:27:53 +0100 |
Thomas Arendsen Hein |
Use unsigned version format.
|
Fri, 01 Dec 2006 23:16:12 +0100 |
Thomas Arendsen Hein |
Improve error message for unknown revlog flags.
|
Fri, 01 Dec 2006 13:54:47 -0800 |
Brendan Cully |
Merge with crew
|
Fri, 01 Dec 2006 13:50:09 -0800 |
Brendan Cully |
transplant: "filtering %s\n"
|
Fri, 01 Dec 2006 22:29:47 +0100 |
Thomas Arendsen Hein |
Don't require a diff which accepts the -N option.
|
Fri, 01 Dec 2006 22:09:05 +0100 |
Thomas Arendsen Hein |
Compatibility fix for 'ln -sf'.
|
Fri, 01 Dec 2006 16:18:16 -0200 |
Alexis S. L. Carvalho |
additional fixes for issue436
|
Fri, 01 Dec 2006 15:40:23 +0100 |
Thomas Arendsen Hein |
Fix test-rename-dir-merge for different implementations of ls.
|
Fri, 01 Dec 2006 14:46:05 +0100 |
Thomas Arendsen Hein |
Fix test-notify for systems without or with a different version of diffstat.
|
Fri, 01 Dec 2006 13:11:09 +0100 |
Thomas Arendsen Hein |
merge with upstream
|
Fri, 01 Dec 2006 09:42:07 +0100 |
Benoit Boissinot |
add test for issue436
|
Fri, 01 Dec 2006 02:35:46 -0600 |
Matt Mackall |
verify: add rename link checking
|
Fri, 01 Dec 2006 02:24:56 -0600 |
Matt Mackall |
Make revlog error slightly less scary
|
Fri, 01 Dec 2006 01:42:52 -0600 |
Matt Mackall |
Fix argument handling for hg -v pull -v x (issue 436)
|
Fri, 01 Dec 2006 01:29:14 -0600 |
Matt Mackall |
update bugzilla extension to use ui buffers
|
Fri, 01 Dec 2006 01:29:13 -0600 |
Matt Mackall |
add test for the notify extension
|
Fri, 01 Dec 2006 01:28:20 -0600 |
Matt Mackall |
fix notify with new ui buffering
|
Fri, 01 Dec 2006 01:28:19 -0600 |
Matt Mackall |
use ui buffering in changeset printer
|
Fri, 01 Dec 2006 01:28:18 -0600 |
Matt Mackall |
add a simple nested buffering scheme to ui
|
Thu, 30 Nov 2006 22:38:48 -0600 |
Matt Mackall |
make manifest friendlier
|
Thu, 30 Nov 2006 19:50:28 -0600 |
Matt Mackall |
Add missing test output
|
Thu, 30 Nov 2006 18:22:44 -0600 |
Matt Mackall |
Fix test permission
|
Thu, 30 Nov 2006 17:36:33 -0600 |
Matt Mackall |
merge: handle directory renames
|
Thu, 30 Nov 2006 17:36:33 -0600 |
Matt Mackall |
merge: pull findcopies helpers inside, refactor checkpair to checkcopies
|
Thu, 30 Nov 2006 17:36:33 -0600 |
Matt Mackall |
merge: move check for empty ancestor into findcopies
|
Thu, 30 Nov 2006 17:36:33 -0600 |
Matt Mackall |
merge: only store one direction of copies in the copy map
|
Thu, 30 Nov 2006 17:36:33 -0600 |
Matt Mackall |
merge: add copied hash to simplify copy logic
|
Thu, 30 Nov 2006 17:36:33 -0600 |
Matt Mackall |
merge: remove unused match logic from findcopies
|
Thu, 30 Nov 2006 17:36:33 -0600 |
Matt Mackall |
merge: report destinations of moves in merge action messages
|
Thu, 30 Nov 2006 13:51:58 -0800 |
Brendan Cully |
transplant: recover added/removed files after failed application
|
Thu, 30 Nov 2006 11:32:40 -0800 |
Brendan Cully |
transplant: preserve filter changes in --continue log
|
Thu, 30 Nov 2006 11:09:25 -0800 |
Brendan Cully |
transplant: fix --continue; add --continue test
|
Wed, 29 Nov 2006 22:34:22 -0800 |
Brendan Cully |
transplant: show_changeset moved to cmdutil
|
Wed, 29 Nov 2006 08:49:45 +0100 |
Thomas Arendsen Hein |
Make sed expression in test-committer compatible with GNU sed 3.x.
|
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
|
Tue, 28 Nov 2006 11:28:45 +0100 |
Benoit Boissinot |
add test for issue433
|
Mon, 27 Nov 2006 22:56:26 -0200 |
Alexis S. L. Carvalho |
fix hg log -r ''
|
Mon, 27 Nov 2006 22:03:36 -0200 |
Alexis S. L. Carvalho |
handle files with more than one git binary patch
|
Mon, 27 Nov 2006 22:03:31 -0200 |
Alexis S. L. Carvalho |
handle files with both git binary patches and copy/rename ops
|
Mon, 27 Nov 2006 15:27:09 -0800 |
Brendan Cully |
Make context __eq__ handle arbitrary RHS values
|
Mon, 27 Nov 2006 15:13:01 -0800 |
Brendan Cully |
Add transplant extension
|
Mon, 27 Nov 2006 22:22:44 +0100 |
Benoit Boissinot |
don't create the .hg/data at init time
|
Mon, 27 Nov 2006 20:55:50 +0100 |
Benoit Boissinot |
context: None is not a valid filenode (revert from 23ede9e7ad4d)
|
Sun, 26 Nov 2006 13:28:30 +0100 |
Benoit Boissinot |
update rewrite-log for tip ; chmod it
|
Thu, 23 Nov 2006 22:45:00 -0800 |
Brendan Cully |
merge: Don't search for copies across unrelated manifests
|
Wed, 22 Nov 2006 00:53:56 +0200 |
Giorgos Keramidas |
Expand test-commit to cover one of the recent bugs.
|