log

age author description
Sat, 27 Oct 2007 16:27:55 +0400 Maxim Dounin Fix file-changed-to-dir and dir-to-file commits (issue660). default tip
Fri, 26 Oct 2007 16:43:13 -0700 Bryan O'Sullivan See if execute bit is honoured when we go back in time
Fri, 26 Oct 2007 12:37:59 +0200 Benoit Boissinot merge with -stable
Fri, 26 Oct 2007 12:01:14 +0200 Benoit Boissinot patchbomb: fix traceback when diffstat isn't available
Thu, 25 Oct 2007 21:37:20 +0200 Thomas Arendsen Hein merge with crew-stable
Thu, 25 Oct 2007 19:40:56 +0200 Thomas Arendsen Hein Only set mode of new patch if the target file was removed before.
Thu, 25 Oct 2007 00:09:13 +0200 Patrick Mezard Merge with crew-stable
Wed, 24 Oct 2007 22:15:45 +0200 Sebastian Hauer httprepo: ignore environment proxies when proxies are disabled
Sat, 20 Oct 2007 03:04:34 +0200 Benoit Boissinot gpg: use the same log message format as hg tag
Fri, 19 Oct 2007 18:25:28 -0500 Matt Mackall Added signature for changeset 23889160905a1b09fffe1c07378e9fc1827606eb
Fri, 19 Oct 2007 18:25:24 -0500 Matt Mackall Added tag 0.9.5 for changeset 23889160905a
Fri, 07 Sep 2007 16:48:42 +0200 Christian Ebert Catch smtp exceptions 0.9.5
Fri, 19 Oct 2007 19:20:33 +0000 Jim Hague tests: make test-mq-guards work with ksh
Fri, 19 Oct 2007 12:53:43 -0500 Matt Mackall tests: tidy up reporting of skipped tests
Tue, 18 Sep 2007 19:53:01 -0500 Steve Borho Allow explicit disabling of extensions
Thu, 11 Oct 2007 06:13:17 +0900 NIIMI Satoshi mq.el: define keymaps as convensions
Thu, 11 Oct 2007 06:10:45 +0900 NIIMI Satoshi mercurial.el: mark-marker() returns non-nil with no active mark on GNU Emacs
Thu, 11 Oct 2007 06:01:30 +0900 NIIMI Satoshi mq.el: declare variable mq-top
Thu, 11 Oct 2007 05:58:54 +0900 NIIMI Satoshi mercurial.el, mq.el: remove runtime dependencies on CL package
Thu, 12 Apr 2007 13:11:30 +0200 Georg Koltermann hgk: colorize commits by authors
Mon, 15 Oct 2007 12:57:01 -0700 Bryan O'Sullivan osutil: use fdopendir instead of dirfd
Sat, 13 Oct 2007 15:25:11 +0400 Kirill Smelkov convert: svn -- fix tags handling
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
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
Mon, 08 Oct 2007 18:47:12 -0500 Matt Mackall osutil: eliminate alloca call
Mon, 08 Oct 2007 18:47:06 -0500 Matt Mackall osutil: cleanups
Fri, 05 Oct 2007 01:52:53 +0200 Rafael Villar Burke Execution bit detection fixes for VFAT on Linux
Wed, 12 Sep 2007 12:54:36 +0200 Christian Ebert churn: simplify code to get terminal width
Mon, 08 Oct 2007 22:20:23 +0200 Patrick Mezard patch: fix git sendmail handling without proper mail headers
Mon, 08 Oct 2007 11:18:34 +0800 TK Soh hgk: allow any extdiff command for visual diff
Sun, 07 Oct 2007 21:56:36 +0300 Giorgos Keramidas osutil.c: style fix - delete trailing end-of-line spaces
Sun, 07 Oct 2007 20:45:10 +0200 Benoit Boissinot convert: do not output when trying to load svn bindings
Sun, 07 Oct 2007 20:44:54 +0200 Benoit Boissinot convert: split converters into sink/source
Sun, 07 Oct 2007 19:03:32 +0200 Patrick Mezard Test darcs converter
Sun, 07 Oct 2007 18:59:03 +0200 Patrick Mezard convert: fix darcs_source.pull() under windows
Sun, 07 Oct 2007 18:58:54 +0200 Patrick Mezard convert: fix darcs_source._run() under windows
Sun, 07 Oct 2007 18:58:44 +0200 Patrick Mezard hghave: detect darcs client
Sun, 07 Oct 2007 18:58:36 +0200 Patrick Mezard hghave: reorder check functions and entries
Sun, 07 Oct 2007 15:13:50 +0200 Patrick Mezard Test workingctx exec/link bit for copies.
Sun, 07 Oct 2007 15:07:35 +0200 Patrick Mezard Fix workingctx exec/link bit of copies on non-supporting systems
Sat, 06 Oct 2007 22:30:24 +0200 Patrick Mezard test-manifest: test symlink and exec bit display
Sat, 06 Oct 2007 22:30:22 +0200 Patrick Mezard Display symlink or executable bit with manifest -v
Sat, 06 Oct 2007 21:19:06 +0200 Patrick Mezard convert: quote "^" to avoid windows using it as an escape char.
Sat, 06 Oct 2007 15:30:15 -0300 Alexis S. L. Carvalho Always copy the necessary files before applying a git patch
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
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
Tue, 02 Oct 2007 18:04:18 -0500 Matt Mackall Merge with crew
Thu, 27 Sep 2007 23:59:18 -0500 Matt Mackall bdiff: switch to lyhash
Thu, 27 Sep 2007 23:59:02 -0500 Matt Mackall bdiff: use INT_MAX to avoid some inner loop comparisons
Thu, 27 Sep 2007 23:58:54 -0500 Christoph Spiel bdiff: simple splitlines optimization