Sun, 10 Dec 2006 00:05:47 -0600 Add debuginstall command to do basic install tests
Matt Mackall <mpm@selenic.com> [Sun, 10 Dec 2006 00:05:47 -0600] rev 3844
Add debuginstall command to do basic install tests
Sat, 09 Dec 2006 12:46:01 -0600 make transcoding more robust
Matt Mackall <mpm@selenic.com> [Sat, 09 Dec 2006 12:46:01 -0600] rev 3843
make transcoding more robust default to ASCII abort if unknown encoding wrap abort strings with _ add test
Sat, 09 Dec 2006 18:49:24 +0100 remove unnecessary call to umask
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 09 Dec 2006 18:49:24 +0100] rev 3842
remove unnecessary call to umask
Sat, 09 Dec 2006 14:19:52 +0100 Show the destionation for clone if not specified manually.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 09 Dec 2006 14:19:52 +0100] rev 3841
Show the destionation for clone if not specified manually.
Sat, 09 Dec 2006 14:00:36 +0100 Removed unneeded OSError exception handler.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 09 Dec 2006 14:00:36 +0100] rev 3840
Removed unneeded OSError exception handler. OSErrors will already be handled in the outside try/except.
Sat, 09 Dec 2006 11:16:27 +0100 Fixes test-encoding for python2.3 and minor cleanups:
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 09 Dec 2006 11:16:27 +0100] rev 3839
Fixes test-encoding for python2.3 and minor cleanups: - Use koi8-r instead of euc-jp, as the later isn't available in python2.3. - Add unicode representation for latin1 e', too. - Use date "1000000 0" like in other tests (though not strictly needed because we no longer use %c as default datestr format).
Sat, 09 Dec 2006 09:30:29 +0100 Use util.always instead of creating a new lambda function in show_changeset
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 09 Dec 2006 09:30:29 +0100] rev 3838
Use util.always instead of creating a new lambda function in show_changeset and simplify the expression.
Fri, 08 Dec 2006 20:44:58 -0600 Fix log regression where log -p file showed diffs for other files
Matt Mackall <mpm@selenic.com> [Fri, 08 Dec 2006 20:44:58 -0600] rev 3837
Fix log regression where log -p file showed diffs for other files
Fri, 08 Dec 2006 17:10:40 -0800 Fix hg serve -6 getsockname handling
Brendan Cully <brendan@kublai.com> [Fri, 08 Dec 2006 17:10:40 -0800] rev 3836
Fix hg serve -6 getsockname handling
Fri, 08 Dec 2006 22:01:05 -0200 Allow the user to specify the fallback encoding for the changelog
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Fri, 08 Dec 2006 22:01:05 -0200] rev 3835
Allow the user to specify the fallback encoding for the changelog Example: use EUC-JP instead of ISO-8859-1: [ui] fallbackencoding = EUC-JP
Fri, 08 Dec 2006 23:33:32 +0100 Removed unknown option -t in test-status
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 08 Dec 2006 23:33:32 +0100] rev 3834
Removed unknown option -t in test-status
Fri, 08 Dec 2006 14:06:26 -0800 Merge with mpm
Brendan Cully <brendan@kublai.com> [Fri, 08 Dec 2006 14:06:26 -0800] rev 3833
Merge with mpm
Fri, 08 Dec 2006 12:53:51 -0800 Merge with mpm
Brendan Cully <brendan@kublai.com> [Fri, 08 Dec 2006 12:53:51 -0800] rev 3832
Merge with mpm
Fri, 08 Dec 2006 12:52:17 -0800 transplant: don't add extra newlines to changelog entry in filter
Brendan Cully <brendan@kublai.com> [Fri, 08 Dec 2006 12:52:17 -0800] rev 3831
transplant: don't add extra newlines to changelog entry in filter
Fri, 08 Dec 2006 15:05:39 -0600 Merge with crew
Matt Mackall <mpm@selenic.com> [Fri, 08 Dec 2006 15:05:39 -0600] rev 3830
Merge with crew
Fri, 08 Dec 2006 14:55:45 -0600 Add doc notes about revert and hg status vs diff
Matt Mackall <mpm@selenic.com> [Fri, 08 Dec 2006 14:55:45 -0600] rev 3829
Add doc notes about revert and hg status vs diff
Fri, 08 Dec 2006 07:48:47 +0100 merge with main
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 08 Dec 2006 07:48:47 +0100] rev 3828
merge with main
Fri, 08 Dec 2006 01:36:50 -0200 log: convert branch names to the local encoding
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Fri, 08 Dec 2006 01:36:50 -0200] rev 3827
log: convert branch names to the local encoding
Thu, 07 Dec 2006 14:35:43 -0200 fix encoding conversion of branch names when mq is loaded
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Thu, 07 Dec 2006 14:35:43 -0200] rev 3826
fix encoding conversion of branch names when mq is loaded
Thu, 07 Dec 2006 14:15:11 -0200 fix hg diff -r ''
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Thu, 07 Dec 2006 14:15:11 -0200] rev 3825
fix hg diff -r ''
Thu, 07 Dec 2006 11:22:17 +0100 Fixed indentation, spacing and a typo (debugdata->debugdate) in commands.table.
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 07 Dec 2006 11:22:17 +0100] rev 3824
Fixed indentation, spacing and a typo (debugdata->debugdate) in commands.table.
Fri, 08 Dec 2006 13:14:57 -0600 context: don't spuriously raise abort when a file goes missing.
Matt Mackall <mpm@selenic.com> [Fri, 08 Dec 2006 13:14:57 -0600] rev 3823
context: don't spuriously raise abort when a file goes missing.
Fri, 08 Dec 2006 13:04:10 -0600 Add notes about diff/merge asymmetry to export, diff, and log
Matt Mackall <mpm@selenic.com> [Fri, 08 Dec 2006 13:04:10 -0600] rev 3822
Add notes about diff/merge asymmetry to export, diff, and log
Thu, 07 Dec 2006 18:03:28 -0600 Teach convert-repo to deal with mixed charsets in git
Matt Mackall <mpm@selenic.com> [Thu, 07 Dec 2006 18:03:28 -0600] rev 3821
Teach convert-repo to deal with mixed charsets in git
Wed, 06 Dec 2006 17:59:19 -0600 Merge with crew
Matt Mackall <mpm@selenic.com> [Wed, 06 Dec 2006 17:59:19 -0600] rev 3820
Merge with crew
Wed, 06 Dec 2006 13:51:54 -0800 Merge with mpm
Brendan Cully <brendan@kublai.com> [Wed, 06 Dec 2006 13:51:54 -0800] rev 3819
Merge with mpm
Wed, 06 Dec 2006 13:27:39 -0800 Merge with mpm
Brendan Cully <brendan@kublai.com> [Wed, 06 Dec 2006 13:27:39 -0800] rev 3818
Merge with mpm
Tue, 05 Dec 2006 21:35:44 -0600 zsh: fix completions with relative paths
Steve Borho <steve@borho.org> [Tue, 05 Dec 2006 21:35:44 -0600] rev 3817
zsh: fix completions with relative paths hg add ../foo/bar[TAB] now does what you expect
Tue, 05 Dec 2006 21:30:04 -0600 zsh: remove deprecated -f option for hg update
Steve Borho <steve@borho.org> [Tue, 05 Dec 2006 21:30:04 -0600] rev 3816
zsh: remove deprecated -f option for hg update
Wed, 06 Dec 2006 17:58:45 -0600 Remove date parameter from merge
Matt Mackall <mpm@selenic.com> [Wed, 06 Dec 2006 17:58:45 -0600] rev 3815
Remove date parameter from merge
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip