log

age author description
Sat, 13 Oct 2007 15:22:03 +0400 Kirill Smelkov convert: svn -- fix 'exists'
Fri, 12 Oct 2007 11:23:03 +0200 Benoit Boissinot merge with goto
Fri, 12 Oct 2007 11:46:49 +0900 Shun-ichi GOTO mpatch: Define Py_ssize_t for old pythons and use it instead of ssize_t.
Thu, 11 Oct 2007 17:47:04 -0500 Matt Mackall mpatch: use int rather than ssize_t
Thu, 11 Oct 2007 17:46:06 -0500 Matt Mackall osutil: improve portability
Thu, 11 Oct 2007 16:28:30 +0200 Benoit Boissinot fix typo
Thu, 11 Oct 2007 16:26:14 +0200 Benoit Boissinot import gettext since '_' is used
Thu, 11 Oct 2007 16:19:12 +0200 Benoit Boissinot explicitely use integer division
Thu, 11 Oct 2007 12:16:55 +0200 Benoit Boissinot fix UnboundLocalError, refactor a bit
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