Wed, 11 Aug 2010 12:19:01 +0200 |
Martin Geisler |
graphlog: mark --branch as incompatible with --graph
stable
|
Thu, 15 Jul 2010 18:10:05 +0200 |
Martin Geisler |
subrepos: support remapping of .hgsub source paths
|
Tue, 10 Aug 2010 16:55:38 +0200 |
Martin Geisler |
bookmarks: replace var used as a Boolean with a Boolean
|
Mon, 09 Aug 2010 16:55:53 -0500 |
Matt Mackall |
merge with stable
|
Mon, 09 Aug 2010 21:43:39 +0200 |
Mads Kiilerich |
test-dispatch: Make test of removed working directory work on AIX (issue2315)
stable
|
Mon, 09 Aug 2010 12:25:01 -0500 |
Matt Mackall |
tests: only run check-code on tracked files
|
Mon, 09 Aug 2010 16:08:33 +0200 |
Martin Geisler |
Merge with stable
|
Mon, 09 Aug 2010 15:31:56 +0200 |
Martin Geisler |
dirstate: ignore symlinks when fs cannot handle them (issue1888)
stable
|
Sun, 08 Aug 2010 23:10:08 +0200 |
Yann E. MORIN |
mq/qqueue: enable bash completion
|
Sun, 08 Aug 2010 22:49:01 +0200 |
Yann E. MORIN |
mq/qqueue: --list does not print (active) with --quiet
|
Sun, 08 Aug 2010 22:29:39 +0200 |
Patrick Mezard |
Merge with stable
|
Sat, 07 Aug 2010 16:27:16 +0900 |
Yuya Nishihara |
templatefilters: make json filter handle multibyte characters correctly
stable
|
Sat, 07 Aug 2010 16:13:53 -0300 |
Renato Cunha |
check-code: added a check for calls to the builtin cmp function
|
Sat, 07 Aug 2010 16:12:51 -0300 |
Renato Cunha |
manifest: removed usage of the global cmp function
|
Sat, 07 Aug 2010 15:38:05 +0200 |
Patrick Mezard |
tests: run check-code.py on working directory files
|
Sat, 07 Aug 2010 12:55:30 +0800 |
Alecs King |
minor style fix: hgext/rebase.py:157 -- line too long
|
Sat, 07 Aug 2010 15:32:33 +0900 |
Yuya Nishihara |
zsh completions: add qpush --move option
|
Fri, 06 Aug 2010 12:59:13 -0500 |
Matt Mackall |
Merge with stable
|
Fri, 06 Aug 2010 12:18:33 -0500 |
Matt Mackall |
chunkbuffer: use += rather than cStringIO to reduce memory footprint
stable
|
Thu, 05 Aug 2010 16:17:39 -0500 |
Matt Mackall |
httprepo: decompress stream incrementally to reduce memory usage
stable
|
Thu, 05 Aug 2010 16:17:33 -0500 |
Matt Mackall |
verify: initialize rp variable in case we hit out of memory
stable
|
Thu, 05 Aug 2010 16:17:17 -0500 |
Matt Mackall |
merge: drop reference to file contents after write
stable
|
Thu, 05 Aug 2010 16:17:17 -0500 |
Matt Mackall |
revlog: drop cache after use to save memory footprint
stable
|
Thu, 05 Aug 2010 16:17:17 -0500 |
Matt Mackall |
verify: reduce memory footprint when unpacking files
stable
|
Thu, 05 Aug 2010 16:17:17 -0500 |
Matt Mackall |
verify: report exceptions that don't have a str() method
stable
|
Wed, 04 Aug 2010 13:21:11 -0500 |
Matt Mackall |
color: fix test-diff-color breakage
|
Tue, 03 Aug 2010 13:02:11 -0400 |
Brodie Rao |
hgcia/color: remove star imports
|
Tue, 03 Aug 2010 13:59:14 -0300 |
Renato Cunha |
hgfixes: added a fixer that makes bytes to be formatted correctly
|
Tue, 03 Aug 2010 13:52:48 -0300 |
Renato Cunha |
py3kcompat: added a "compatibility layer" for py3k
|
Tue, 03 Aug 2010 13:41:47 -0300 |
Renato Cunha |
hgfixes: add a fixer to convert plain strings to bytestrings
|