Sat, 06 Oct 2007 15:30:15 -0300 |
Alexis S. L. Carvalho |
mercurial_sink: regrab locks in setbranch
|
Sat, 06 Oct 2007 15:30:15 -0300 |
Alexis S. L. Carvalho |
convert --filemap: reduce memory usage
|
Sat, 06 Oct 2007 15:30:15 -0300 |
Alexis S. L. Carvalho |
convert: change SKIPREV to 'SKIP'
|
Sat, 06 Oct 2007 17:54:33 +0200 |
Patrick Mezard |
Fix bad lambda prototype in workingctx.fileflags()
|
Sat, 06 Oct 2007 14:14:11 -0300 |
Alexis S. L. Carvalho |
osutil.c: use readdir instead of readdir64
|
Sat, 06 Oct 2007 14:14:11 -0300 |
Alexis S. L. Carvalho |
osutil.c: include Python.h before the other headers
|
Fri, 05 Oct 2007 15:01:06 -0700 |
Bryan O'Sullivan |
Add osutil module, containing a listdir function.
|
Fri, 05 Oct 2007 23:40:33 +0200 |
Patrick Mezard |
hgk: add basic usage and configuration documentation
|
Tue, 02 Oct 2007 23:28:04 +0200 |
Patrick Mezard |
hgk: add context menu visual diff action
|
Fri, 05 Oct 2007 22:39:36 +0200 |
Patrick Mezard |
hgk: add debug-config command to pass configuration options
|
Tue, 02 Oct 2007 23:28:02 +0200 |
Patrick Mezard |
hgk: fix right-mouse button handling under macosx
|
Fri, 05 Oct 2007 23:01:38 +0200 |
Patrick Mezard |
Test *_ISLINK merge environment vars
|
Wed, 03 Oct 2007 23:09:36 +0200 |
Patrick Mezard |
merge: provide *_ISLINK environment vars to merge helper
|
Fri, 05 Oct 2007 23:01:38 +0200 |
Patrick Mezard |
context: add fileflags() to avoid rebuilding manifests
|
Fri, 05 Oct 2007 12:42:52 -0700 |
Bryan O'Sullivan |
run-tests.py: allow a different temporary directory to be specified
|
Fri, 05 Oct 2007 12:30:19 -0700 |
Bryan O'Sullivan |
Update test for new output produced since 17ed9b9a0d03
|
Fri, 05 Oct 2007 12:28:18 -0700 |
Bryan O'Sullivan |
Fix accidentally broken test.
|
Fri, 05 Oct 2007 12:17:29 -0700 |
Bryan O'Sullivan |
Merge with crew.
|
Fri, 05 Oct 2007 12:17:01 -0700 |
Bryan O'Sullivan |
Allow tests to run in parallel.
|
Fri, 05 Oct 2007 09:30:02 -0700 |
Bryan O'Sullivan |
run-tests.py: reorder options alphabetically.
|
Thu, 04 Oct 2007 23:21:37 -0300 |
Alexis S. L. Carvalho |
convert_svn: add --filemap support
|
Thu, 04 Oct 2007 23:21:37 -0300 |
Alexis S. L. Carvalho |
convert_cvs: add --filemap support
|
Thu, 04 Oct 2007 23:21:37 -0300 |
Alexis S. L. Carvalho |
convert_git: add --filemap support
|
Thu, 04 Oct 2007 23:21:37 -0300 |
Alexis S. L. Carvalho |
mercurial_source: add --filemap support
|
Thu, 04 Oct 2007 23:21:37 -0300 |
Alexis S. L. Carvalho |
convert: add a mode where mercurial_sink skips empty revisions.
|
Thu, 04 Oct 2007 23:21:37 -0300 |
Alexis S. L. Carvalho |
convert: readd --filemap
|
Thu, 04 Oct 2007 23:21:37 -0300 |
Alexis S. L. Carvalho |
convert: move filemapper class to a separate file
|
Thu, 04 Oct 2007 23:21:37 -0300 |
Alexis S. L. Carvalho |
convert: disable current --filemap support
|
Thu, 04 Oct 2007 23:21:37 -0300 |
Alexis S. L. Carvalho |
convert: allow the converter_source to say "skip this revision"
|
Thu, 04 Oct 2007 23:21:37 -0300 |
Alexis S. L. Carvalho |
convert: pass the order of the revmapfile to the converter_source
|
Thu, 04 Oct 2007 19:47:22 -0500 |
Matt Mackall |
Merge with crew
|
Thu, 04 Oct 2007 19:44:37 -0500 |
Matt Mackall |
merge: add debug diagnostics for findcopies
|
Thu, 04 Oct 2007 14:26:34 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Thu, 04 Oct 2007 14:23:28 +0200 |
Thomas Arendsen Hein |
test-convert-git: support older git client (1.4.4.4)
|
Wed, 03 Oct 2007 17:17:28 -0500 |
Matt Mackall |
changegroup: avoid large copies
|
Wed, 03 Oct 2007 17:17:27 -0500 |
Matt Mackall |
revlog: generate trivial deltas against null revision
|
Wed, 03 Oct 2007 16:50:32 -0500 |
Matt Mackall |
Merge with crew
|
Wed, 03 Oct 2007 21:08:37 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Wed, 03 Oct 2007 21:01:47 +0200 |
Christian Ebert |
test-convert-cvs: handle older cvs client
|
Tue, 02 Oct 2007 21:01:00 -0700 |
Bryan O'Sullivan |
Merge with crew
|
Tue, 02 Oct 2007 21:00:38 -0700 |
Bryan O'Sullivan |
convert: fix a few residual bugs in darcs importer
|
Tue, 02 Oct 2007 18:04:18 -0500 |
Matt Mackall |
Merge with crew
|
Tue, 02 Oct 2007 13:49:36 -0700 |
Bryan O'Sullivan |
Merge with crew.
|
Tue, 02 Oct 2007 13:49:11 -0700 |
Bryan O'Sullivan |
convert: support darcs as a source repo
|
Tue, 02 Oct 2007 13:48:52 -0700 |
Bryan O'Sullivan |
convert: fail properly if we can't read a source hg repository
|
Tue, 02 Oct 2007 13:46:59 -0700 |
Bryan O'Sullivan |
util: add default argument to strdate
|
Tue, 02 Oct 2007 13:46:17 -0700 |
Bryan O'Sullivan |
convert: add before/after hooks for converter sources
|
Tue, 02 Oct 2007 20:25:35 +0200 |
Benoit Boissinot |
merge with -stable
|
Sun, 30 Sep 2007 16:38:42 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Sun, 30 Sep 2007 12:36:11 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Sat, 29 Sep 2007 21:10:54 -0700 |
Bryan O'Sullivan |
Merge with crew-stable.
|
Sat, 29 Sep 2007 20:55:36 -0700 |
Bryan O'Sullivan |
Merge with crew.
|
Tue, 11 Sep 2007 13:30:37 -0400 |
Terry Smith |
darcs2hg: Added support for darcs tags.
|
Tue, 11 Sep 2007 13:13:54 -0400 |
Terry Smith |
darcs2hg: Now detects and recovers from simple darcs conflicts.
|
Tue, 11 Sep 2007 12:42:52 -0400 |
Terry Smith |
darcs2hg: Now understands files that were explicitly renamed in darcs.
|
Tue, 02 Oct 2007 20:22:33 +0200 |
Steve Borho |
set_exec: do not chmod a symlink
|