Mercurial > hg
graph
-
Add tests for hgwebdir repository names with slashes in them.Sat, 01 Dec 2007 19:10:00 +0100, by Dirkjan Ochtman
-
CGI compatibility fix for d74fc8dec2b4.Sat, 01 Dec 2007 18:26:27 +0100, by Dirkjan Ochtman
-
doc: add repo/ to .hgignore and .hgtagsSun, 02 Dec 2007 15:52:36 -0600, by Matt Mackall
-
imported patch rollback-helpSun, 02 Dec 2007 15:26:01 -0600, by Matt Mackall
-
imported patch rev-helpSun, 02 Dec 2007 15:25:37 -0600, by Matt Mackall
-
clarify rm -AFri, 09 Nov 2007 10:45:58 -0600, by Matt Mackall
-
hgweb: make web.name default to repo basenameThu, 29 Nov 2007 20:47:41 -0600, by Steve Borho
-
fix calloc(0, ...) issueTue, 23 Oct 2007 10:39:24 +0000, by Jim Hague
-
update: default to tipmost branch if default branch doesn't existSun, 02 Dec 2007 15:15:49 -0600, by Matt Mackall
-
clone: fix race with same target directory (issue716)Sun, 02 Dec 2007 13:37:30 -0600, by Matt Mackall
-
backout: disallow across branches (issue655)Sat, 01 Dec 2007 13:09:27 -0600, by Matt Mackall
-
rename: add test for moving untracked files in directoriesSat, 01 Dec 2007 12:54:34 -0600, by Matt Mackall
-
Less indirection in the WSGI web interface. This simplifies some code, and makes it more compliant with WSGI.Fri, 30 Nov 2007 18:23:18 +0100, by Dirkjan Ochtman
-
Drop a bad import that snuck in.Wed, 28 Nov 2007 13:58:31 -0800, by Bryan O'Sullivan
-
hgweb: account for Python 2.4 in one testWed, 28 Nov 2007 11:54:39 -0600, by Bryan O'Sullivan
-
hgweb: fix breaking tests on Python < 2.5Wed, 28 Nov 2007 09:39:17 -0800, by Bryan O'Sullivan
-
Merge with crewWed, 28 Nov 2007 08:39:05 -0800, by Bryan O'Sullivan
-
hgweb: return meaningful HTTP status codes instead of nonsenseWed, 28 Nov 2007 08:38:42 -0800, by Bryan O'Sullivan
-
hgweb: make notfound templates more informativeWed, 28 Nov 2007 08:38:06 -0800, by Bryan O'Sullivan
-
hgweb: flesh out raw templatesWed, 28 Nov 2007 08:37:33 -0800, by Bryan O'Sullivan
-
make LookupError more detailedWed, 28 Nov 2007 08:36:55 -0800, by Bryan O'Sullivan
-
Merge with crew-stableWed, 28 Nov 2007 00:11:55 +0100, by Patrick Mezard
-
convert: some tidyups, doc improvements, and test fixesTue, 27 Nov 2007 09:44:09 -0800, by Bryan O'Sullivan
-
Merge with crewMon, 26 Nov 2007 17:24:21 -0800, by Bryan O'Sullivan
-
convert: tell the source repository when a rev has been convertedMon, 26 Nov 2007 17:23:20 -0800, by Bryan O'Sullivan
-
convert: save hg revision during a convertMon, 26 Nov 2007 14:01:31 -0800, by Bryan O'Sullivan
-
Merge with mpm.Mon, 26 Nov 2007 12:25:55 -0800, by Bryan O'Sullivan
-
Merge with crew-stableSun, 25 Nov 2007 12:42:06 +0100, by Patrick Mezard
-
cmdutil: make "files" list all files, add "file_mods" for modified filesSat, 24 Nov 2007 20:16:59 +0100, by Patrick Mezard
-
hgweb.server: flush log files after every accessTue, 27 Nov 2007 23:55:03 +0100, by Patrick Mezard
-
test-import: test fuzziness, ambiguous patch locationsSun, 25 Nov 2007 12:17:30 +0100, by Patrick Mezard
-
patch: fix sort() comparator argumentSun, 25 Nov 2007 11:49:34 +0100, by Jim Hague
-
Merge with crewSat, 24 Nov 2007 12:35:02 -0600, by Matt Mackall
-
cmdutil: always expose "files_add", "files_del" and "manifest" templater propertiesSat, 24 Nov 2007 17:56:15 +0100, by Patrick Mezard
-
revlog: make revlogv0 loading more robust against corruptionSat, 24 Nov 2007 12:13:32 -0600, by Matt Mackall
-
push/pull: abort if we try to visit a missing or empty revlogWed, 21 Nov 2007 13:26:18 -0600, by Matt Mackall
-
i18n: fix complaints from pygettextTue, 20 Nov 2007 15:54:25 -0600, by Matt Mackall
-
verify: improve handling of empty or missing filesTue, 20 Nov 2007 15:46:20 -0600, by Matt Mackall
-
Merge with crew-stableTue, 20 Nov 2007 14:41:47 +0100, by Patrick Mezard
-
convert: read CVS files in chunks (issue 800)Sun, 18 Nov 2007 17:25:28 +0100, by Patrick Mezard
-
test-convert-svn-sink: test directory additionsSat, 17 Nov 2007 18:41:31 +0100, by Patrick Mezard
-
convert: add directories to subversion from root to leavesSat, 17 Nov 2007 18:41:31 +0100, by Patrick Mezard
-
convert: force svn:executable when execute-bit is not supportedSun, 11 Nov 2007 19:34:00 +0100, by Patrick Mezard
-
convert: fix svn file:// URL generation under WindowsSun, 11 Nov 2007 14:17:30 +0100, by Patrick Mezard
-
mq: avoid qnew committing everything on invalid paths (issue 803)Tue, 20 Nov 2007 14:31:58 +0100, by Patrick Mezard
-
highlight: clean up coding style a littleMon, 12 Nov 2007 10:49:26 -0800, by Bryan O'Sullivan
-
extension for synax highlighting in the hgweb file revision viewSat, 10 Nov 2007 17:54:57 -0500, by Adam Hupp
-
Change standard streams mode to binary at hg startupSat, 10 Nov 2007 21:30:59 +0100, by Patrick Mezard
-
test-import: read email payload in binary modeSat, 10 Nov 2007 21:30:43 +0100, by Patrick Mezard
-
convert: fix util.popen regression in darcs converterSat, 10 Nov 2007 17:09:56 +0100, by Patrick Mezard
-
merge with crew-stableFri, 09 Nov 2007 21:24:25 -0200, by Alexis S. L. Carvalho
-
mq: really remove undo after a qpush (and after a strip)Fri, 09 Nov 2007 20:21:35 -0200, by Alexis S. L. Carvalho
-
httprepo: give self._url and the netloc to the password managerFri, 09 Nov 2007 20:21:35 -0200, by Alexis S. L. Carvalho
-
Do not display passwords with pull/push/incoming/outgoingMon, 05 Nov 2007 20:29:32 +0100, by Manuel Holtgrewe
-
run-tests.py: add a default --date "0 0" argument to commit et alFri, 09 Nov 2007 20:21:35 -0200, by Alexis S. L. Carvalho
-
tests/*: avoid losing the original settings from $HGRCPATHFri, 09 Nov 2007 20:21:35 -0200, by Alexis S. L. Carvalho
-
convert: make sure mercurial_source has a local hg repoFri, 09 Nov 2007 20:21:35 -0200, by Alexis S. L. Carvalho
-
convert: display all errors if we couldn't open the source repoFri, 09 Nov 2007 20:21:35 -0200, by Alexis S. L. Carvalho
-
test-convert-darcs: skip if we can't find the elementtree moduleFri, 09 Nov 2007 20:21:35 -0200, by Alexis S. L. Carvalho
-
test-permissions: add a chmod +w to allow the directory to be removedFri, 09 Nov 2007 20:21:35 -0200, by Alexis S. L. Carvalho
-
run-tests.py: don't print a dot for skipped testsFri, 09 Nov 2007 20:21:35 -0200, by Alexis S. L. Carvalho
-
purge: simplify safety net for case mangling filesystemsFri, 09 Nov 2007 20:21:35 -0200, by Alexis S. L. Carvalho
-
Fix dir-changed-to-file updates on clean workdir.Wed, 07 Nov 2007 22:57:28 +0100, by Maxim Dounin
-
Merge with crewWed, 07 Nov 2007 21:13:56 -0600, by Matt Mackall
-
Add note to CONTRIBUTORS fileWed, 07 Nov 2007 21:10:30 -0600, by Matt Mackall
-
convert: add support for Subversion as a sinkWed, 07 Nov 2007 18:26:59 -0800, by Bryan O'Sullivan
-
convert: abstract darcs's commandline handlingWed, 07 Nov 2007 17:40:39 -0800, by Bryan O'Sullivan
-
convert: iterateWed, 07 Nov 2007 17:07:14 -0800, by Bryan O'Sullivan
-
convert: abstract map files into a classWed, 07 Nov 2007 17:06:02 -0800, by Bryan O'Sullivan
-
Mark failing test as a known bugWed, 07 Nov 2007 14:38:04 -0600, by Matt Mackall
-
Merge with -stableMon, 05 Nov 2007 13:20:24 -0800, by Bryan O'Sullivan
-
Support qgoto in contrib/bash_completion.Mon, 05 Nov 2007 08:41:22 +0100, by Peter Arrenbrecht
-
hgk: change config file from .gitk to .hgkSat, 03 Nov 2007 21:50:11 +0100, by bdowning
-
Merge with crew-stableSat, 03 Nov 2007 17:06:44 +0100, by Patrick Mezard
-
Merge with stable.Fri, 02 Nov 2007 14:45:05 -0700, by Bryan O'Sullivan
-
Test a merge of a symlink against an executable file.Fri, 02 Nov 2007 14:02:28 -0700, by Bryan O'Sullivan
-
Merge with -stable.Fri, 02 Nov 2007 12:15:39 -0700, by Bryan O'Sullivan
-
Merge with crew.Thu, 01 Nov 2007 15:22:22 -0700, by Bryan O'Sullivan
-
Merge with crew-stable.Thu, 01 Nov 2007 15:22:10 -0700, by Bryan O'Sullivan
-
Merge with crew-stable.Tue, 30 Oct 2007 16:56:01 -0700, by Bryan O'Sullivan
-
Merge with crew-stableThu, 01 Nov 2007 12:37:17 +0100, by Patrick Mezard
-
convert: fail if an external required tool is not foundTue, 30 Oct 2007 22:14:15 +0100, by Patrick Mezard
-
Merge with crew-stableSun, 28 Oct 2007 09:47:54 +0100, by Patrick Mezard
-
test-execute-bit: skip if execute-bit is not supportedSat, 27 Oct 2007 20:23:46 +0200, by Patrick Mezard
-
See if execute bit is honoured when we go back in timeFri, 26 Oct 2007 16:43:13 -0700, by Bryan O'Sullivan
-
merge with -stableFri, 26 Oct 2007 12:37:59 +0200, by Benoit Boissinot
-
merge with crew-stableThu, 25 Oct 2007 21:37:20 +0200, by Thomas Arendsen Hein
-
Merge with crew-stableThu, 25 Oct 2007 00:09:13 +0200, by Patrick Mezard
-
See if execute bit is honoured when we go back in timeFri, 26 Oct 2007 16:43:13 -0700, by Bryan O'Sullivan
-
Honour the exec bit when we go back in time.Mon, 05 Nov 2007 18:49:35 -0200, by Alexis S. L. Carvalho
-
fix typo in convert help text, update testMon, 05 Nov 2007 20:15:33 +0100, by Benoit Boissinot
-
Fix file-changed-to-dir and dir-to-file commits (issue660).Mon, 05 Nov 2007 20:05:44 +0300, by Maxim Dounin
-
hgweb_mod: update unidiff() calls and finish e5eedd74e70f jobSat, 03 Nov 2007 17:04:42 +0100, by Rocco Rutte
-
Fix context iterator.Fri, 02 Nov 2007 14:44:33 -0700, by Bryan O'Sullivan
-
Update convert help textFri, 02 Nov 2007 20:09:21 +0100, by Rafael Villar Burke
-
Handle patches with misformatted empty linesThu, 01 Nov 2007 17:15:50 -0500, by Hollis Blanchard
-
Use both the from and to name in mdiff.unidiff.Thu, 01 Nov 2007 12:17:59 -0700, by Dustin Sallings
-
Fix Windows os.popen bug with interleaved stdout/stderr outputThu, 01 Nov 2007 12:05:14 +0100, by Patrick Mezard
-
https url handling: usernames and passwords were registered to the wrong urlTue, 30 Oct 2007 16:54:25 -0700, by Elliott Peele
-
patchbomb: no traceback if (diffstat) confirmation is refusedSun, 28 Oct 2007 09:25:35 +0100, by Christian Ebert
-
patchbomb: fix traceback when diffstat isn't availableFri, 26 Oct 2007 12:01:14 +0200, by Benoit Boissinot
-
Only set mode of new patch if the target file was removed before.Thu, 25 Oct 2007 19:40:56 +0200, by Thomas Arendsen Hein
-
httprepo: ignore environment proxies when proxies are disabledWed, 24 Oct 2007 22:15:45 +0200, by Sebastian Hauer
-
gpg: use the same log message format as hg tagSat, 20 Oct 2007 03:04:34 +0200, by Benoit Boissinot
-
Added signature for changeset 23889160905a1b09fffe1c07378e9fc1827606ebFri, 19 Oct 2007 18:25:28 -0500, by Matt Mackall
-
Added tag 0.9.5 for changeset 23889160905aFri, 19 Oct 2007 18:25:24 -0500, by Matt Mackall
-
tests: make test-mq-guards work with kshFri, 19 Oct 2007 19:20:33 +0000, by Jim Hague
-
tests: tidy up reporting of skipped testsFri, 19 Oct 2007 12:53:43 -0500, by Matt Mackall
-
Allow explicit disabling of extensionsTue, 18 Sep 2007 19:53:01 -0500, by Steve Borho
-
mq.el: define keymaps as convensionsThu, 11 Oct 2007 06:13:17 +0900, by NIIMI Satoshi
-
mercurial.el: mark-marker() returns non-nil with no active mark on GNU EmacsThu, 11 Oct 2007 06:10:45 +0900, by NIIMI Satoshi
-
mq.el: declare variable mq-topThu, 11 Oct 2007 06:01:30 +0900, by NIIMI Satoshi
-
mercurial.el, mq.el: remove runtime dependencies on CL packageThu, 11 Oct 2007 05:58:54 +0900, by NIIMI Satoshi
-
hgk: colorize commits by authorsThu, 12 Apr 2007 13:11:30 +0200, by Georg Koltermann
-
osutil: use fdopendir instead of dirfdMon, 15 Oct 2007 12:57:01 -0700, by Bryan O'Sullivan
-
convert: svn -- fix tags handlingSat, 13 Oct 2007 15:25:11 +0400, by Kirill Smelkov
-
convert: svn -- fix 'exists'Sat, 13 Oct 2007 15:22:03 +0400, by Kirill Smelkov
-
merge with gotoFri, 12 Oct 2007 11:23:03 +0200, by Benoit Boissinot
-
mpatch: Define Py_ssize_t for old pythons and use it instead of ssize_t.Fri, 12 Oct 2007 11:46:49 +0900, by Shun-ichi GOTO
-
mpatch: use int rather than ssize_tThu, 11 Oct 2007 17:47:04 -0500, by Matt Mackall
-
osutil: improve portabilityThu, 11 Oct 2007 17:46:06 -0500, by Matt Mackall
-
fix typoThu, 11 Oct 2007 16:28:30 +0200, by Benoit Boissinot
-
import gettext since '_' is usedThu, 11 Oct 2007 16:26:14 +0200, by Benoit Boissinot
-
explicitely use integer divisionThu, 11 Oct 2007 16:19:12 +0200, by Benoit Boissinot
-
fix UnboundLocalError, refactor a bitThu, 11 Oct 2007 12:16:55 +0200, by Benoit Boissinot
-
bdiff: tweaks for large filesThu, 11 Oct 2007 00:46:56 -0500, by Matt Mackall
-
revlog: break up compression of large deltasThu, 11 Oct 2007 00:46:54 -0500, by Matt Mackall
-
revlog: fix caching of buffer objectsThu, 11 Oct 2007 00:46:53 -0500, by Matt Mackall
-
chunkiter: handle large reads more efficientlyThu, 11 Oct 2007 00:46:52 -0500, by Matt Mackall
-
revlog: avoid large yields in group()Thu, 11 Oct 2007 00:46:51 -0500, by Matt Mackall
-
chunkiter: simplify iter logicThu, 11 Oct 2007 00:46:49 -0500, by Matt Mackall
-
chunkbuffer: removed unused method and argThu, 11 Oct 2007 00:46:48 -0500, by Matt Mackall
-
revlog: reduce memory usage in addgroupThu, 11 Oct 2007 00:46:47 -0500, by Matt Mackall
-
mpatch: allow buffer objects for inputThu, 11 Oct 2007 00:46:45 -0500, by Matt Mackall
-
Merge with crewThu, 11 Oct 2007 00:46:40 -0500, by Matt Mackall
-
test-convert-darcs: don't let $HOME/.darcs pollute the test environmentWed, 10 Oct 2007 15:48:08 -0700, by Bryan O'Sullivan
-
convert: refactor sink initialisation, to remove hardcoding of hgWed, 10 Oct 2007 15:42:00 -0700, by Bryan O'Sullivan
-
convert: add default constructor for converter_sinkWed, 10 Oct 2007 15:30:00 -0700, by Bryan O'Sullivan
-
convert: make contents of "extra" dict available from sources, for sinks.Wed, 10 Oct 2007 15:30:00 -0700, by Bryan O'Sullivan
-
convert: rename convert_svn to svn_sourceWed, 10 Oct 2007 15:30:00 -0700, by Bryan O'Sullivan
-
convert: report errors more meaningfully if run with --tracebackWed, 10 Oct 2007 00:15:33 -0700, by Bryan O'Sullivan
-
Merge with crewTue, 09 Oct 2007 17:44:44 -0500, by Matt Mackall
-
osutil: Solaris build fixTue, 09 Oct 2007 08:39:37 -0700, by Bryan O'Sullivan
-
Merge with -stableTue, 09 Oct 2007 17:25:24 -0500, by Matt Mackall
-
findcopies: fix rename bugMon, 08 Oct 2007 18:47:22 -0500, by Matt Mackall
-
mq: clarify queue top messageTue, 09 Oct 2007 17:22:38 -0500, by Matt Mackall
-
Fix build error with Sun C compiler.Mon, 08 Oct 2007 22:45:48 -0700, by Bryan O'Sullivan
-
osutil.c: use strncpy instead of strncatMon, 08 Oct 2007 21:37:25 -0300, by Alexis S. L. Carvalho
-
findcopies: fix rename bugMon, 08 Oct 2007 18:47:22 -0500, by Matt Mackall
-
osutil: more tidyingMon, 08 Oct 2007 18:47:21 -0500, by Matt Mackall
-
osutil: move file list loop to its own functionMon, 08 Oct 2007 18:47:18 -0500, by Matt Mackall
-
osutil: simplify DT_REG supportMon, 08 Oct 2007 18:47:17 -0500, by Matt Mackall
-
osutils: pull file stat loop into its own functionMon, 08 Oct 2007 18:47:16 -0500, by Matt Mackall
-
osutil: fold stat paths togetherMon, 08 Oct 2007 18:47:15 -0500, by Matt Mackall
-
osutil: more cleanupsMon, 08 Oct 2007 18:47:14 -0500, by Matt Mackall
-
osutil: eliminate alloca callMon, 08 Oct 2007 18:47:12 -0500, by Matt Mackall
-
osutil: cleanupsMon, 08 Oct 2007 18:47:06 -0500, by Matt Mackall
-
Execution bit detection fixes for VFAT on LinuxFri, 05 Oct 2007 01:52:53 +0200, by Rafael Villar Burke
-
churn: simplify code to get terminal widthWed, 12 Sep 2007 12:54:36 +0200, by Christian Ebert
-
patch: fix git sendmail handling without proper mail headersMon, 08 Oct 2007 22:20:23 +0200, by Patrick Mezard
-
hgk: allow any extdiff command for visual diffMon, 08 Oct 2007 11:18:34 +0800, by TK Soh
-
osutil.c: style fix - delete trailing end-of-line spacesSun, 07 Oct 2007 21:56:36 +0300, by Giorgos Keramidas
-
convert: do not output when trying to load svn bindingsSun, 07 Oct 2007 20:45:10 +0200, by Benoit Boissinot
-
convert: split converters into sink/sourceSun, 07 Oct 2007 20:44:54 +0200, by Benoit Boissinot
-
Test darcs converterSun, 07 Oct 2007 19:03:32 +0200, by Patrick Mezard
-
convert: fix darcs_source.pull() under windowsSun, 07 Oct 2007 18:59:03 +0200, by Patrick Mezard
-
convert: fix darcs_source._run() under windowsSun, 07 Oct 2007 18:58:54 +0200, by Patrick Mezard
-
hghave: detect darcs clientSun, 07 Oct 2007 18:58:44 +0200, by Patrick Mezard
-
hghave: reorder check functions and entriesSun, 07 Oct 2007 18:58:36 +0200, by Patrick Mezard
-
Test workingctx exec/link bit for copies.Sun, 07 Oct 2007 15:13:50 +0200, by Patrick Mezard
-
Fix workingctx exec/link bit of copies on non-supporting systemsSun, 07 Oct 2007 15:07:35 +0200, by Patrick Mezard
-
test-manifest: test symlink and exec bit displaySat, 06 Oct 2007 22:30:24 +0200, by Patrick Mezard
-
Display symlink or executable bit with manifest -vSat, 06 Oct 2007 22:30:22 +0200, by Patrick Mezard
-
convert: quote "^" to avoid windows using it as an escape char.Sat, 06 Oct 2007 21:19:06 +0200, by Patrick Mezard
-
Always copy the necessary files before applying a git patchSat, 06 Oct 2007 15:30:15 -0300, by Alexis S. L. Carvalho
-
mercurial_sink: regrab locks in setbranchSat, 06 Oct 2007 15:30:15 -0300, by Alexis S. L. Carvalho
-
convert --filemap: reduce memory usageSat, 06 Oct 2007 15:30:15 -0300, by Alexis S. L. Carvalho
-
convert: change SKIPREV to 'SKIP'Sat, 06 Oct 2007 15:30:15 -0300, by Alexis S. L. Carvalho
-
Fix bad lambda prototype in workingctx.fileflags()Sat, 06 Oct 2007 17:54:33 +0200, by Patrick Mezard
-
osutil.c: use readdir instead of readdir64Sat, 06 Oct 2007 14:14:11 -0300, by Alexis S. L. Carvalho
-
osutil.c: include Python.h before the other headersSat, 06 Oct 2007 14:14:11 -0300, by Alexis S. L. Carvalho
-
Add osutil module, containing a listdir function.Fri, 05 Oct 2007 15:01:06 -0700, by Bryan O'Sullivan
-
hgk: add basic usage and configuration documentationFri, 05 Oct 2007 23:40:33 +0200, by Patrick Mezard
-
hgk: add context menu visual diff actionTue, 02 Oct 2007 23:28:04 +0200, by Patrick Mezard
-
hgk: add debug-config command to pass configuration optionsFri, 05 Oct 2007 22:39:36 +0200, by Patrick Mezard
-
hgk: fix right-mouse button handling under macosxTue, 02 Oct 2007 23:28:02 +0200, by Patrick Mezard
-
Test *_ISLINK merge environment varsFri, 05 Oct 2007 23:01:38 +0200, by Patrick Mezard
-
merge: provide *_ISLINK environment vars to merge helperWed, 03 Oct 2007 23:09:36 +0200, by Patrick Mezard
-
context: add fileflags() to avoid rebuilding manifestsFri, 05 Oct 2007 23:01:38 +0200, by Patrick Mezard
-
run-tests.py: allow a different temporary directory to be specifiedFri, 05 Oct 2007 12:42:52 -0700, by Bryan O'Sullivan
-
Update test for new output produced since 17ed9b9a0d03Fri, 05 Oct 2007 12:30:19 -0700, by Bryan O'Sullivan
-
Fix accidentally broken test.Fri, 05 Oct 2007 12:28:18 -0700, by Bryan O'Sullivan
-
Merge with crew.Fri, 05 Oct 2007 12:17:29 -0700, by Bryan O'Sullivan
-
Allow tests to run in parallel.Fri, 05 Oct 2007 12:17:01 -0700, by Bryan O'Sullivan
-
run-tests.py: reorder options alphabetically.Fri, 05 Oct 2007 09:30:02 -0700, by Bryan O'Sullivan
-
convert_svn: add --filemap supportThu, 04 Oct 2007 23:21:37 -0300, by Alexis S. L. Carvalho
-
convert_cvs: add --filemap supportThu, 04 Oct 2007 23:21:37 -0300, by Alexis S. L. Carvalho
-
convert_git: add --filemap supportThu, 04 Oct 2007 23:21:37 -0300, by Alexis S. L. Carvalho
-
mercurial_source: add --filemap supportThu, 04 Oct 2007 23:21:37 -0300, by Alexis S. L. Carvalho
-
convert: add a mode where mercurial_sink skips empty revisions.Thu, 04 Oct 2007 23:21:37 -0300, by Alexis S. L. Carvalho
-
convert: readd --filemapThu, 04 Oct 2007 23:21:37 -0300, by Alexis S. L. Carvalho
-
convert: move filemapper class to a separate fileThu, 04 Oct 2007 23:21:37 -0300, by Alexis S. L. Carvalho
-
convert: disable current --filemap supportThu, 04 Oct 2007 23:21:37 -0300, by Alexis S. L. Carvalho
-
convert: allow the converter_source to say "skip this revision"Thu, 04 Oct 2007 23:21:37 -0300, by Alexis S. L. Carvalho
-
convert: pass the order of the revmapfile to the converter_sourceThu, 04 Oct 2007 23:21:37 -0300, by Alexis S. L. Carvalho
-
Merge with crewThu, 04 Oct 2007 19:47:22 -0500, by Matt Mackall
-
merge: add debug diagnostics for findcopiesThu, 04 Oct 2007 19:44:37 -0500, by Matt Mackall
-
Merge with crew-stableThu, 04 Oct 2007 14:26:34 +0200, by Patrick Mezard
-
test-convert-git: support older git client (1.4.4.4)Thu, 04 Oct 2007 14:23:28 +0200, by Thomas Arendsen Hein
-
changegroup: avoid large copiesWed, 03 Oct 2007 17:17:28 -0500, by Matt Mackall
-
revlog: generate trivial deltas against null revisionWed, 03 Oct 2007 17:17:27 -0500, by Matt Mackall
-
Merge with crewWed, 03 Oct 2007 16:50:32 -0500, by Matt Mackall
-
Merge with crew-stableWed, 03 Oct 2007 21:08:37 +0200, by Patrick Mezard
-
test-convert-cvs: handle older cvs clientWed, 03 Oct 2007 21:01:47 +0200, by Christian Ebert
-
Merge with crewTue, 02 Oct 2007 21:01:00 -0700, by Bryan O'Sullivan
-
convert: fix a few residual bugs in darcs importerTue, 02 Oct 2007 21:00:38 -0700, by Bryan O'Sullivan
-
Merge with crewTue, 02 Oct 2007 18:04:18 -0500, by Matt Mackall
-
Merge with crew.Tue, 02 Oct 2007 13:49:36 -0700, by Bryan O'Sullivan
-
convert: support darcs as a source repoTue, 02 Oct 2007 13:49:11 -0700, by Bryan O'Sullivan
-
convert: fail properly if we can't read a source hg repositoryTue, 02 Oct 2007 13:48:52 -0700, by Bryan O'Sullivan
-
util: add default argument to strdateTue, 02 Oct 2007 13:46:59 -0700, by Bryan O'Sullivan
-
convert: add before/after hooks for converter sourcesTue, 02 Oct 2007 13:46:17 -0700, by Bryan O'Sullivan
-
merge with -stableTue, 02 Oct 2007 20:25:35 +0200, by Benoit Boissinot
-
Merge with crew-stableSun, 30 Sep 2007 16:38:42 +0200, by Patrick Mezard
-
Merge with crew-stableSun, 30 Sep 2007 12:36:11 +0200, by Patrick Mezard
-
Merge with crew-stable.Sat, 29 Sep 2007 21:10:54 -0700, by Bryan O'Sullivan
-
Merge with crew.Sat, 29 Sep 2007 20:55:36 -0700, by Bryan O'Sullivan
-
darcs2hg: Added support for darcs tags.Tue, 11 Sep 2007 13:30:37 -0400, by Terry Smith
-
darcs2hg: Now detects and recovers from simple darcs conflicts.Tue, 11 Sep 2007 13:13:54 -0400, by Terry Smith
-
darcs2hg: Now understands files that were explicitly renamed in darcs.Tue, 11 Sep 2007 12:42:52 -0400, by Terry Smith
-
set_exec: do not chmod a symlinkTue, 02 Oct 2007 20:22:33 +0200, by Steve Borho
-
Test debugindexdotSun, 30 Sep 2007 16:36:22 +0200, by Patrick Mezard
-
Test mercurial convert sink removes empty directories.Sun, 30 Sep 2007 12:08:33 +0200, by Patrick Mezard
-
convert: fix missing importSun, 30 Sep 2007 12:08:33 +0200, by Patrick Mezard
-
convert: delete empty directories if deleting a file (bug 754)Sat, 29 Sep 2007 21:08:14 -0700, by Bryan O'Sullivan
-
bdiff: switch to lyhashThu, 27 Sep 2007 23:59:18 -0500, by Matt Mackall
-
bdiff: use INT_MAX to avoid some inner loop comparisonsThu, 27 Sep 2007 23:59:02 -0500, by Matt Mackall
-
bdiff: simple splitlines optimizationThu, 27 Sep 2007 23:58:54 -0500, by Christoph Spiel
-
I have spotted the biggest bottleneck in "bdiff.c". Actually it wasThu, 27 Sep 2007 23:57:57 -0500, by Christoph Spiel