Fri, 21 Dec 2007 12:07:02 +0100 Fix test-convert-darcs output on Debian etch (issue779)
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 21 Dec 2007 12:07:02 +0100] rev 5667
Fix test-convert-darcs output on Debian etch (issue779) The CR characters of darcs get confused the output. Additionally this darcs version printed: darcs: <stdin>: hGetLine: end of file
Tue, 18 Dec 2007 15:40:46 -0600 fix spelling error
Matt Mackall <mpm@selenic.com> [Tue, 18 Dec 2007 15:40:46 -0600] rev 5666
fix spelling error
Tue, 18 Dec 2007 15:17:11 -0600 Merge with stable
Matt Mackall <mpm@selenic.com> [Tue, 18 Dec 2007 15:17:11 -0600] rev 5665
Merge with stable
Tue, 18 Dec 2007 14:11:13 -0600 Fix income/pull with bundle and -R (issue 820).
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Tue, 18 Dec 2007 14:11:13 -0600] rev 5664
Fix income/pull with bundle and -R (issue 820). Uses ui.setconfig() to tell bundlerepo where the main repo is. This is needed for when the --repository option is used. Adds tests to test-bundle and a new test script test-mq-pull-from-bundle, which plays out the situation that initially made me detect this bug (hg -R .hg/patches pull ../bundle.hg).
Sat, 03 Nov 2007 11:11:13 +0100 Add output markers to test-bundle so it's easier to spot the source of
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Sat, 03 Nov 2007 11:11:13 +0100] rev 5663
Add output markers to test-bundle so it's easier to spot the source of output diffs.
Mon, 10 Dec 2007 12:16:59 -0600 hgk: add black and blue as preferred colors
Steve Borho <steve@borho.org> [Mon, 10 Dec 2007 12:16:59 -0600] rev 5662
hgk: add black and blue as preferred colors
Mon, 10 Dec 2007 00:35:04 +0000 Remove spurious escape attempt in hg.1.txt
Christian Ebert <blacktrash@gmx.net> [Mon, 10 Dec 2007 00:35:04 +0000] rev 5661
Remove spurious escape attempt in hg.1.txt
Wed, 05 Dec 2007 20:40:01 +0900 Use VISUAL in addition to EDITOR when choosing the editor to use.
Osku Salerma <osku@iki.fi> [Wed, 05 Dec 2007 20:40:01 +0900] rev 5660
Use VISUAL in addition to EDITOR when choosing the editor to use.
Tue, 18 Dec 2007 14:01:42 -0600 util: get rid of is_win_9x wart
Matt Mackall <mpm@selenic.com> [Tue, 18 Dec 2007 14:01:42 -0600] rev 5659
util: get rid of is_win_9x wart
Sun, 09 Dec 2007 17:14:38 +0900 Add --verbose support to tags command.
Osku Salerma <osku@iki.fi> [Sun, 09 Dec 2007 17:14:38 +0900] rev 5658
Add --verbose support to tags command.
Sun, 09 Dec 2007 16:32:05 +0900 Properly check tag's existence as a local/global tag when removing it.
Osku Salerma <osku@iki.fi> [Sun, 09 Dec 2007 16:32:05 +0900] rev 5657
Properly check tag's existence as a local/global tag when removing it.
Tue, 18 Dec 2007 14:01:34 -0600 [RFC] convert: fix --datesort
Kirill Smelkov <kirr@mns.spb.ru> [Tue, 18 Dec 2007 14:01:34 -0600] rev 5656
[RFC] convert: fix --datesort The problem is that previously commit.date was used for sorting, but it's a string like "1 Jan xxx 2007", so it it wrong to use it for sorting. Another problem is that why we are using depth for sorting -- I have no clear answer -- it seems to be plain wrong. This patch is just an RFC.
Wed, 12 Dec 2007 14:44:59 +0100 highlight: pass encoding to lexers and formatter
Christian Ebert <blacktrash@gmx.net> [Wed, 12 Dec 2007 14:44:59 +0100] rev 5655
highlight: pass encoding to lexers and formatter Try to avoid UnicodeDecodeError by: - encoding to local - passing util._encoding as lexer input encoding - passing hgweb.encoding as formatter output encoding
Wed, 12 Dec 2007 14:36:34 +0100 highlight: mandatory arguments where possible
Christian Ebert <blacktrash@gmx.net> [Wed, 12 Dec 2007 14:36:34 +0100] rev 5654
highlight: mandatory arguments where possible
Mon, 17 Dec 2007 23:42:48 +0100 patch: simplify directory creation
Patrick Mezard <pmezard@gmail.com> [Mon, 17 Dec 2007 23:42:48 +0100] rev 5653
patch: simplify directory creation
Mon, 17 Dec 2007 23:42:46 +0100 patch: write rej files for missing targets (issue 853)
Patrick Mezard <pmezard@gmail.com> [Mon, 17 Dec 2007 23:42:46 +0100] rev 5652
patch: write rej files for missing targets (issue 853)
Mon, 17 Dec 2007 23:06:04 +0100 patch: avoid file existence tests when possible in selectfile()
Patrick Mezard <pmezard@gmail.com> [Mon, 17 Dec 2007 23:06:04 +0100] rev 5651
patch: avoid file existence tests when possible in selectfile()
Mon, 17 Dec 2007 23:06:01 +0100 patch: move diff parsing in iterhunks generator
Patrick Mezard <pmezard@gmail.com> [Mon, 17 Dec 2007 23:06:01 +0100] rev 5650
patch: move diff parsing in iterhunks generator
Mon, 17 Dec 2007 22:19:21 +0100 patch: move NoHunk detection up with parsing code
Patrick Mezard <pmezard@gmail.com> [Mon, 17 Dec 2007 22:19:21 +0100] rev 5649
patch: move NoHunk detection up with parsing code
Mon, 17 Dec 2007 13:45:30 +0100 merge with main
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 17 Dec 2007 13:45:30 +0100] rev 5648
merge with main
Fri, 14 Dec 2007 16:47:41 +0100 Workaround for "Not enough space" error due to the bug of Windows.
Shun-ichi GOTO <shunichi.goto@gmail.com> [Fri, 14 Dec 2007 16:47:41 +0100] rev 5647
Workaround for "Not enough space" error due to the bug of Windows. Large write requests fail when stdout is switched to binary mode. As a workaround, limit the data size to write once.
Thu, 13 Dec 2007 14:25:51 -0600 fix typo in sshargs
Steve Borho <steve@borho.org> [Thu, 13 Dec 2007 14:25:51 -0600] rev 5646
fix typo in sshargs the original typo dated back to early 2005
Thu, 13 Dec 2007 20:35:42 +0100 mq: drop obsolete reference to 'qversion'
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Thu, 13 Dec 2007 20:35:42 +0100] rev 5645
mq: drop obsolete reference to 'qversion'
Wed, 12 Dec 2007 16:44:26 -0600 win32: fix ssh://host:port when using Plink
Steve Borho <steve@borho.org> [Wed, 12 Dec 2007 16:44:26 -0600] rev 5644
win32: fix ssh://host:port when using Plink Moves ssh argument building to platform specific utils code. The win32 version looks for plink in ssh command string and uses '-P' in lieu of '-p' for specifying a port
Sun, 16 Dec 2007 22:55:23 +0100 patchbomb: make "hg email -b" w/o destination work as advertised
Christian Ebert <blacktrash@gmx.net> [Sun, 16 Dec 2007 22:55:23 +0100] rev 5643
patchbomb: make "hg email -b" w/o destination work as advertised
Mon, 10 Dec 2007 14:54:41 -0800 Default to 10.5 version using the default python 2.5
Lee Cantey <lcantey@gmail.com> [Mon, 10 Dec 2007 14:54:41 -0800] rev 5642
Default to 10.5 version using the default python 2.5
Mon, 10 Dec 2007 22:41:18 +0100 patchbomb: prompt with ui.prompt()
Patrick Mezard <pmezard@gmail.com> [Mon, 10 Dec 2007 22:41:18 +0100] rev 5641
patchbomb: prompt with ui.prompt() Avoid Windows raw_input() issue introduced by a3fe91b4f6eb. Found by Steve Borho <steve@borho.org>.
Mon, 10 Dec 2007 10:26:42 -0600 ignore: fix up comment parsing
Matt Mackall <mpm@selenic.com> [Mon, 10 Dec 2007 10:26:42 -0600] rev 5640
ignore: fix up comment parsing - remove redundant newline bits - change loop to use regex - eliminate escaping of # in internal representation
Mon, 10 Dec 2007 10:24:47 -0600 demandload: give better diagnostic for call of an unloaded module
Matt Mackall <mpm@selenic.com> [Mon, 10 Dec 2007 10:24:47 -0600] rev 5639
demandload: give better diagnostic for call of an unloaded module
Mon, 10 Dec 2007 10:24:36 -0600 fancyopts: lots of cleanups
Matt Mackall <mpm@selenic.com> [Mon, 10 Dec 2007 10:24:36 -0600] rev 5638
fancyopts: lots of cleanups
Mon, 10 Dec 2007 10:24:29 -0600 commit: avoid losing edits during commit
Matt Mackall <mpm@selenic.com> [Mon, 10 Dec 2007 10:24:29 -0600] rev 5637
commit: avoid losing edits during commit If a file is edited between the time we record file states in the repo and update the dirstate, that change can be lost to hg status. Because we invoke the editor between these two points, that window can be arbitrarily large. This greatly shrinks the window by recording the commit change immediately. If our checkin fails, we simply invalidate the dirstate.
Mon, 10 Dec 2007 10:24:21 -0600 rm: complain more about removing added files
Matt Mackall <mpm@selenic.com> [Mon, 10 Dec 2007 10:24:21 -0600] rev 5636
rm: complain more about removing added files
Mon, 10 Dec 2007 10:24:14 -0600 merge: make return codes more sensible
Matt Mackall <mpm@selenic.com> [Mon, 10 Dec 2007 10:24:14 -0600] rev 5635
merge: make return codes more sensible Commands that call merge were exiting with a return code equal to the number of unresolved files. We now return 1 if there are unresolved files.
Mon, 10 Dec 2007 10:23:56 -0600 doc: correct preoutgoing description
Matt Mackall <mpm@selenic.com> [Mon, 10 Dec 2007 10:23:56 -0600] rev 5634
doc: correct preoutgoing description
Mon, 10 Dec 2007 10:23:45 -0600 dispatch: report OOM rather than traceback
Matt Mackall <mpm@selenic.com> [Mon, 10 Dec 2007 10:23:45 -0600] rev 5633
dispatch: report OOM rather than traceback
Sun, 09 Dec 2007 20:46:32 +0100 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Sun, 09 Dec 2007 20:46:32 +0100] rev 5632
Merge with crew-stable
Sun, 09 Dec 2007 15:25:36 +0100 convert: move commands definition to ease demandload job (issue 860)
Patrick Mezard <pmezard@gmail.com> [Sun, 09 Dec 2007 15:25:36 +0100] rev 5631
convert: move commands definition to ease demandload job (issue 860)
Sat, 08 Dec 2007 13:18:03 -0600 win32: remove text man pages from Windows package
Steve Borho <steve@borho.org> [Sat, 08 Dec 2007 13:18:03 -0600] rev 5630
win32: remove text man pages from Windows package The HTML versions are still packaged, and do not suffer from eoln problems. This solves issue531 (addition through subtraction)
Fri, 07 Dec 2007 21:46:08 -0800 Merge with mpm
Bryan O'Sullivan <bos@serpentine.com> [Fri, 07 Dec 2007 21:46:08 -0800] rev 5629
Merge with mpm
Fri, 07 Dec 2007 18:19:16 -0600 win32: include zsh_completion in Windows package
Steve Borho <steve@borho.org> [Fri, 07 Dec 2007 18:19:16 -0600] rev 5628
win32: include zsh_completion in Windows package
Fri, 07 Dec 2007 18:19:16 -0600 win32: include contrib/vim in Windows package
Steve Borho <steve@borho.org> [Fri, 07 Dec 2007 18:19:16 -0600] rev 5627
win32: include contrib/vim in Windows package
Fri, 07 Dec 2007 18:19:16 -0600 win32: use relative path to install source
Steve Borho <steve@borho.org> [Fri, 07 Dec 2007 18:19:16 -0600] rev 5626
win32: use relative path to install source Remove hard-coded path to the source repo to be packaged.
Fri, 07 Dec 2007 18:19:01 -0600 win32: move default install path inside program files
Steve Borho <steve@borho.org> [Fri, 07 Dec 2007 18:19:01 -0600] rev 5625
win32: move default install path inside program files All of the 'space in path' problems have been resolved, so we can install Mercurial the Windows standard location. The {pf} InnoSetup variable is locale aware.
Fri, 07 Dec 2007 18:18:11 -0600 win32: it is no longer necessary to bundle patch.exe
Steve Borho <steve@borho.org> [Fri, 07 Dec 2007 18:18:11 -0600] rev 5624
win32: it is no longer necessary to bundle patch.exe Mercurial can use it's built-in mpatch library
Fri, 07 Dec 2007 18:15:24 -0600 win32: do not install bash hgmerge on Windows
Steve Borho <steve@borho.org> [Fri, 07 Dec 2007 18:15:24 -0600] rev 5623
win32: do not install bash hgmerge on Windows
Fri, 07 Dec 2007 18:14:16 -0600 win32: ignore all installers generated in Output/
Steve Borho <steve@borho.org> [Fri, 07 Dec 2007 18:14:16 -0600] rev 5622
win32: ignore all installers generated in Output/
Sun, 09 Dec 2007 15:25:36 +0100 convert: move commands definition to ease demandload job (issue 860)
Patrick Mezard <pmezard@gmail.com> [Sun, 09 Dec 2007 15:25:36 +0100] rev 5621
convert: move commands definition to ease demandload job (issue 860)
Fri, 07 Dec 2007 14:59:33 -0600 Merge with crew
Matt Mackall <mpm@selenic.com> [Fri, 07 Dec 2007 14:59:33 -0600] rev 5620
Merge with crew
Wed, 05 Dec 2007 22:57:35 -0600 win32: favor local mercurial.ini over registry key
Steve Borho <steve@borho.org> [Wed, 05 Dec 2007 22:57:35 -0600] rev 5619
win32: favor local mercurial.ini over registry key Hopefully this is the best of both worlds. Multiple py2exe based installers can coexist on one machine, while source and lib based Mercurial users can still use a registry key in lieu of resorting to HGRCPATH.
Thu, 06 Dec 2007 13:11:36 -0800 Merge with stable
Bryan O'Sullivan <bos@serpentine.com> [Thu, 06 Dec 2007 13:11:36 -0800] rev 5618
Merge with stable
Thu, 06 Dec 2007 13:10:25 -0800 convert: fix SVN date parser dropping the final whole second digit
David J. Mellor <dmellor@whistlingcat.com> [Thu, 06 Dec 2007 13:10:25 -0800] rev 5617
convert: fix SVN date parser dropping the final whole second digit
Wed, 05 Dec 2007 12:48:33 +0100 highlight: adapt to hgweb_mode refactoring
Christian Ebert <blacktrash@gmx.net> [Wed, 05 Dec 2007 12:48:33 +0100] rev 5616
highlight: adapt to hgweb_mode refactoring
Thu, 06 Dec 2007 09:55:56 -0800 Merge with -stable
Bryan O'Sullivan <bos@serpentine.com> [Thu, 06 Dec 2007 09:55:56 -0800] rev 5615
Merge with -stable
Tue, 23 Oct 2007 10:39:24 +0000 Fix bdiff test failures on AIX.
Jim Hague <jim.hague@acm.org> [Tue, 23 Oct 2007 10:39:24 +0000] rev 5614
Fix bdiff test failures on AIX. The test fails when, in the call to calloc(), the number of elements (bn) is 0. In that case, calloc() on AIX will return NULL, while the code expects a valid heap pointer. Both results are permissible under C99, Unix98 etc. Work around by ensuring that at least 1 element is requested.
Mon, 03 Dec 2007 17:28:26 -0600 workaround for raw_input() on Windows
Steve Borho <steve@borho.org> [Mon, 03 Dec 2007 17:28:26 -0600] rev 5613
workaround for raw_input() on Windows Since change a3fe91b4f6eb, Mercurial has set_binary() on stdin, stdout, and stderr. On Windows, this had the side effect of causing raw_input() to emit trailing carriage returns on it's returned strings. This was causing web authentication problems.
Tue, 04 Dec 2007 23:28:10 +0100 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Tue, 04 Dec 2007 23:28:10 +0100] rev 5612
Merge with crew-stable
Tue, 04 Dec 2007 23:10:13 +0100 utils_win32: calling SHGetPathFromIDList under NT is useless and broken
Patrick Mezard <pmezard@gmail.com> [Tue, 04 Dec 2007 23:10:13 +0100] rev 5611
utils_win32: calling SHGetPathFromIDList under NT is useless and broken The call was done under NT when running as a service (CGI script for instance) and always crash, even in interactive processes.
Fri, 07 Dec 2007 02:29:55 -0600 copy: handle rename internally
Matt Mackall <mpm@selenic.com> [Fri, 07 Dec 2007 02:29:55 -0600] rev 5610
copy: handle rename internally - add rename parameter - don't collect copied list - report "moving" rather than "copying" - remove renamed files - don't return copied list - simplify callers
Fri, 07 Dec 2007 02:03:42 -0600 copy: move rename logic
Matt Mackall <mpm@selenic.com> [Fri, 07 Dec 2007 02:03:42 -0600] rev 5609
copy: move rename logic
Fri, 07 Dec 2007 02:01:13 -0600 copy: simplify inner copy
Matt Mackall <mpm@selenic.com> [Fri, 07 Dec 2007 02:01:13 -0600] rev 5608
copy: simplify inner copy - save dirstate lookup and exists check - do all fs work inside a single dryrun clause - move unlinking into inner copy section - move target dir creation - eliminate undelete mess - fix a bug on mv a -> b -> a after merge
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip