log

age author description
Thu, 11 Oct 2007 00:46:56 -0500 Matt Mackall bdiff: tweaks for large files
Thu, 11 Oct 2007 00:46:54 -0500 Matt Mackall revlog: break up compression of large deltas
Thu, 11 Oct 2007 00:46:53 -0500 Matt Mackall revlog: fix caching of buffer objects
Thu, 11 Oct 2007 00:46:52 -0500 Matt Mackall chunkiter: handle large reads more efficiently
Thu, 11 Oct 2007 00:46:51 -0500 Matt Mackall revlog: avoid large yields in group()
Thu, 11 Oct 2007 00:46:49 -0500 Matt Mackall chunkiter: simplify iter logic
Thu, 11 Oct 2007 00:46:48 -0500 Matt Mackall chunkbuffer: removed unused method and arg
Thu, 11 Oct 2007 00:46:47 -0500 Matt Mackall revlog: reduce memory usage in addgroup
Thu, 11 Oct 2007 00:46:45 -0500 Matt Mackall mpatch: allow buffer objects for input
Thu, 11 Oct 2007 00:46:40 -0500 Matt Mackall Merge with crew
Tue, 09 Oct 2007 17:44:44 -0500 Matt Mackall Merge with crew
Tue, 09 Oct 2007 17:25:24 -0500 Matt Mackall Merge with -stable
Mon, 08 Oct 2007 18:47:22 -0500 Matt Mackall findcopies: fix rename bug
Tue, 09 Oct 2007 17:22:38 -0500 Matt Mackall mq: clarify queue top message
Wed, 10 Oct 2007 15:48:08 -0700 Bryan O'Sullivan test-convert-darcs: don't let $HOME/.darcs pollute the test environment
Wed, 10 Oct 2007 15:42:00 -0700 Bryan O'Sullivan convert: refactor sink initialisation, to remove hardcoding of hg
Wed, 10 Oct 2007 15:30:00 -0700 Bryan O'Sullivan convert: add default constructor for converter_sink
Wed, 10 Oct 2007 15:30:00 -0700 Bryan O'Sullivan convert: make contents of "extra" dict available from sources, for sinks.
Wed, 10 Oct 2007 15:30:00 -0700 Bryan O'Sullivan convert: rename convert_svn to svn_source
Wed, 10 Oct 2007 00:15:33 -0700 Bryan O'Sullivan convert: report errors more meaningfully if run with --traceback
Tue, 09 Oct 2007 08:39:37 -0700 Bryan O'Sullivan osutil: Solaris build fix
Mon, 08 Oct 2007 22:45:48 -0700 Bryan O'Sullivan Fix build error with Sun C compiler.
Mon, 08 Oct 2007 21:37:25 -0300 Alexis S. L. Carvalho osutil.c: use strncpy instead of strncat
Mon, 08 Oct 2007 18:47:22 -0500 Matt Mackall findcopies: fix rename bug
Mon, 08 Oct 2007 18:47:21 -0500 Matt Mackall osutil: more tidying
Mon, 08 Oct 2007 18:47:18 -0500 Matt Mackall osutil: move file list loop to its own function
Mon, 08 Oct 2007 18:47:17 -0500 Matt Mackall osutil: simplify DT_REG support
Mon, 08 Oct 2007 18:47:16 -0500 Matt Mackall osutils: pull file stat loop into its own function
Mon, 08 Oct 2007 18:47:15 -0500 Matt Mackall osutil: fold stat paths together
Mon, 08 Oct 2007 18:47:14 -0500 Matt Mackall osutil: more cleanups