Wed, 19 Dec 2007 22:36:18 +0100 mq: add --currentuser and --user options to qnew and qrefresh
peter.arrenbrecht@gmail.com [Wed, 19 Dec 2007 22:36:18 +0100] rev 5673
mq: add --currentuser and --user options to qnew and qrefresh These options make qnew and qrefresh add/update the "From:" header (or, if present, the "# User" header). This allows proper attribution of patches in patch queues with multiple contributors.
Thu, 27 Dec 2007 13:39:03 +0100 Tests for b5605d88dc27 and 840e2b315c1f (interactive prompts during merge)
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 27 Dec 2007 13:39:03 +0100] rev 5672
Tests for b5605d88dc27 and 840e2b315c1f (interactive prompts during merge)
Thu, 27 Dec 2007 10:32:33 +0100 Make ui.prompt repeat on "unrecognized response" again (issue897)
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 27 Dec 2007 10:32:33 +0100] rev 5671
Make ui.prompt repeat on "unrecognized response" again (issue897) (this was accidentally changed in ca0d02222d6a)
Wed, 26 Dec 2007 22:47:16 +0100 Fix misleading error and prompts during update/merge (issue556)
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 26 Dec 2007 22:47:16 +0100] rev 5670
Fix misleading error and prompts during update/merge (issue556)
Tue, 25 Dec 2007 22:21:51 +0100 patch: be more tolerant to diffstat failures (issue 865)
Patrick Mezard <pmezard@gmail.com> [Tue, 25 Dec 2007 22:21:51 +0100] rev 5669
patch: be more tolerant to diffstat failures (issue 865) Sometimes, revisions cannot be represented by a regular diff, only a git diff would capture binary files or permission changes. diffstat cannot handle git patches and will output "0 files changed" when fed with an empty diff. We cannot consider the latter to be an error, unless we rewrite diffstat to handle these correctly.
Tue, 25 Dec 2007 14:05:26 +0100 Fix chmod of writable but unowned files (issue530)
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 25 Dec 2007 14:05:26 +0100] rev 5668
Fix chmod of writable but unowned files (issue530) This could happen e.g. in group writable local repositories where a file should become executable on update. (Patch by Benoit Boissinot attached to issue530)
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
(0) -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 +10000 +30000 tip