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 15:05:39 -0600 Merge with crew
Matt Mackall <mpm@selenic.com> [Fri, 08 Dec 2006 15:05:39 -0600] rev 3832
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 3831
Add doc notes about revert and hg status vs diff
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 3830
Merge with mpm
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 3829
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 3828
Add notes about diff/merge asymmetry to export, diff, and log
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 3827
transplant: don't add extra newlines to changelog entry in filter
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 3826
merge with main
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 3825
Teach convert-repo to deal with mixed charsets in git
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 3824
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 3823
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 3822
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 3821
Fixed indentation, spacing and a typo (debugdata->debugdate) in commands.table.
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 17:58:45 -0600 Remove date parameter from merge
Matt Mackall <mpm@selenic.com> [Wed, 06 Dec 2006 17:58:45 -0600] rev 3819
Remove date parameter from merge
Wed, 06 Dec 2006 17:58:09 -0600 Add --date support to update and revert
Matt Mackall <mpm@selenic.com> [Wed, 06 Dec 2006 17:58:09 -0600] rev 3818
Add --date support to update and revert Add finddate to find the tipmost revision that matches a date spec Add --date option to update Add --date option to revert Don't pass backout's -d option to revert
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 3817
Merge with mpm
Wed, 06 Dec 2006 15:29:17 -0600 Add --date support to log
Matt Mackall <mpm@selenic.com> [Wed, 06 Dec 2006 15:29:17 -0600] rev 3816
Add --date support to log Add --date opt Filter log with matchdate Fix "-{days}" match format
Wed, 06 Dec 2006 15:11:44 -0600 Add date matching support
Matt Mackall <mpm@selenic.com> [Wed, 06 Dec 2006 15:11:44 -0600] rev 3815
Add date matching support Add extended date formats (eg "Dec", "2006") Add a couple missing basic date formats Improve default date element scheme to parsedate Add matchdate function to match a date spec Add -e switch and range matching to debugdate
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 3814
Merge with mpm
Wed, 06 Dec 2006 13:36:23 -0600 Update dates help topic
Matt Mackall <mpm@selenic.com> [Wed, 06 Dec 2006 13:36:23 -0600] rev 3813
Update dates help topic
Wed, 06 Dec 2006 13:13:44 -0600 Update tests
Matt Mackall <mpm@selenic.com> [Wed, 06 Dec 2006 13:13:44 -0600] rev 3812
Update tests
Wed, 06 Dec 2006 13:13:42 -0600 parsedate: add UTC and GMT timezones
Matt Mackall <mpm@selenic.com> [Wed, 06 Dec 2006 13:13:42 -0600] rev 3811
parsedate: add UTC and GMT timezones
Wed, 06 Dec 2006 13:13:31 -0600 improve date parsing for numerous new date formats
Matt Mackall <mpm@selenic.com> [Wed, 06 Dec 2006 13:13:31 -0600] rev 3810
improve date parsing for numerous new date formats Add lots of new date formats Formats without year, month, or day default to current Strip leading and trailing whitespace
Wed, 06 Dec 2006 13:13:27 -0600 parsedate: allow '' for epoch
Matt Mackall <mpm@selenic.com> [Wed, 06 Dec 2006 13:13:27 -0600] rev 3809
parsedate: allow '' for epoch
Wed, 06 Dec 2006 13:13:26 -0600 parsedate: use Abort rather than ValueError
Matt Mackall <mpm@selenic.com> [Wed, 06 Dec 2006 13:13:26 -0600] rev 3808
parsedate: use Abort rather than ValueError
Wed, 06 Dec 2006 13:13:25 -0600 add debugdate command
Matt Mackall <mpm@selenic.com> [Wed, 06 Dec 2006 13:13:25 -0600] rev 3807
add debugdate command
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 3806
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 3805
zsh: remove deprecated -f option for hg update
Wed, 06 Dec 2006 12:45:27 -0600 Merge with crew
Matt Mackall <mpm@selenic.com> [Wed, 06 Dec 2006 12:45:27 -0600] rev 3804
Merge with crew
Tue, 05 Dec 2006 16:39:54 -0600 hgk: show view in short command list
Matt Mackall <mpm@selenic.com> [Tue, 05 Dec 2006 16:39:54 -0600] rev 3803
hgk: show view in short command list
Tue, 05 Dec 2006 16:36:06 -0600 move patterns topics
Matt Mackall <mpm@selenic.com> [Tue, 05 Dec 2006 16:36:06 -0600] rev 3802
move patterns topics
Tue, 05 Dec 2006 16:31:08 -0600 move environment topic
Matt Mackall <mpm@selenic.com> [Tue, 05 Dec 2006 16:31:08 -0600] rev 3801
move environment topic
Tue, 05 Dec 2006 16:28:59 -0600 Generate docs for help topics
Matt Mackall <mpm@selenic.com> [Tue, 05 Dec 2006 16:28:59 -0600] rev 3800
Generate docs for help topics
Tue, 05 Dec 2006 16:28:56 -0600 Allow topics to be callables
Matt Mackall <mpm@selenic.com> [Tue, 05 Dec 2006 16:28:56 -0600] rev 3799
Allow topics to be callables
Tue, 05 Dec 2006 16:06:13 -0600 Add basic support for help topics and a dates topic
Matt Mackall <mpm@selenic.com> [Tue, 05 Dec 2006 16:06:13 -0600] rev 3798
Add basic support for help topics and a dates topic
Tue, 05 Dec 2006 23:25:28 +0100 Don't report an error when closing heads during local push (issue387)
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 05 Dec 2006 23:25:28 +0100] rev 3797
Don't report an error when closing heads during local push (issue387)
Tue, 05 Dec 2006 22:46:36 +0100 Removed unused parameters/options of update command.
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 05 Dec 2006 22:46:36 +0100] rev 3796
Removed unused parameters/options of update command.
Tue, 05 Dec 2006 13:41:42 -0800 Add "null" pseudo-tag pointing to nullid
Brendan Cully <brendan@kublai.com> [Tue, 05 Dec 2006 13:41:42 -0800] rev 3795
Add "null" pseudo-tag pointing to nullid
Tue, 05 Dec 2006 16:33:40 +0100 use forward "/" for internal path and static http, fix issue437
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 05 Dec 2006 16:33:40 +0100] rev 3794
use forward "/" for internal path and static http, fix issue437
Tue, 05 Dec 2006 15:21:41 +0100 merge with crew
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 05 Dec 2006 15:21:41 +0100] rev 3793
merge with crew
Tue, 05 Dec 2006 14:58:32 +0100 Fix revrange() call in the churn contrib
Edouard Gomez <ed.gomez@free.fr> [Tue, 05 Dec 2006 14:58:32 +0100] rev 3792
Fix revrange() call in the churn contrib
Tue, 05 Dec 2006 11:28:23 +0100 introduce localrepo.spath for the store path, sopener fixes
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 05 Dec 2006 11:28:23 +0100] rev 3791
introduce localrepo.spath for the store path, sopener fixes
Tue, 05 Dec 2006 11:28:21 +0100 localrepo: change aftertrans to be independant of the store path
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 05 Dec 2006 11:28:21 +0100] rev 3790
localrepo: change aftertrans to be independant of the store path
Tue, 05 Dec 2006 11:23:37 +0100 Use python instead of shell printf with \x sequences for test-encoding.
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 05 Dec 2006 11:23:37 +0100] rev 3789
Use python instead of shell printf with \x sequences for test-encoding. Needed e.g. to be compatible with Solaris.
Mon, 04 Dec 2006 17:43:37 -0600 Merge with crew
Matt Mackall <mpm@selenic.com> [Mon, 04 Dec 2006 17:43:37 -0600] rev 3788
Merge with crew
Tue, 21 Nov 2006 20:00:15 -0200 make hg commit <dirname> work again
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Tue, 21 Nov 2006 20:00:15 -0200] rev 3787
make hg commit <dirname> work again
Mon, 04 Dec 2006 17:10:31 -0600 imported patch collision
Matt Mackall <mpm@selenic.com> [Mon, 04 Dec 2006 17:10:31 -0600] rev 3786
imported patch collision
Mon, 04 Dec 2006 17:10:29 -0600 imported patch folding
Matt Mackall <mpm@selenic.com> [Mon, 04 Dec 2006 17:10:29 -0600] rev 3785
imported patch folding
Mon, 04 Dec 2006 14:32:02 -0600 Make quoting in test-encoding simpler
Matt Mackall <mpm@selenic.com> [Mon, 04 Dec 2006 14:32:02 -0600] rev 3784
Make quoting in test-encoding simpler
Mon, 04 Dec 2006 01:21:53 -0600 update test-debugcomplete
Matt Mackall <mpm@selenic.com> [Mon, 04 Dec 2006 01:21:53 -0600] rev 3783
update test-debugcomplete
Sun, 03 Dec 2006 18:47:05 -0600 hgweb: report detected character set
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 18:47:05 -0600] rev 3782
hgweb: report detected character set Add comments on overriding charset to CGI scripts
Sun, 03 Dec 2006 17:28:58 -0600 test-encoding: copy a bundle from TESTDIR rather than constructing one
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 17:28:58 -0600] rev 3781
test-encoding: copy a bundle from TESTDIR rather than constructing one
Sun, 03 Dec 2006 16:51:50 -0600 Hex-encode ! in test-encoding printf
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 16:51:50 -0600] rev 3780
Hex-encode ! in test-encoding printf Naked ! tends to confuse shells
Sun, 03 Dec 2006 16:31:25 -0600 Add output for encoding test
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 16:31:25 -0600] rev 3779
Add output for encoding test
Sun, 03 Dec 2006 16:16:33 -0600 Add a charset encoding test case
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 16:16:33 -0600] rev 3778
Add a charset encoding test case
Sun, 03 Dec 2006 16:16:33 -0600 tests: set a default encoding for running tests (ASCII)
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 16:16:33 -0600] rev 3777
tests: set a default encoding for running tests (ASCII)
Sun, 03 Dec 2006 16:16:33 -0600 Add documentation for charset encoding options
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 16:16:33 -0600] rev 3776
Add documentation for charset encoding options
Sun, 03 Dec 2006 16:16:33 -0600 Add global options for setting encoding and encodingmode
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 16:16:33 -0600] rev 3775
Add global options for setting encoding and encodingmode
Sun, 03 Dec 2006 16:16:33 -0600 Handle transcoding of branch names
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 16:16:33 -0600] rev 3774
Handle transcoding of branch names
Sun, 03 Dec 2006 16:16:33 -0600 Handle transcoding of tags
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 16:16:33 -0600] rev 3773
Handle transcoding of tags
Sun, 03 Dec 2006 16:16:33 -0600 Handle transcoding of username and description in changelog
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 16:16:33 -0600] rev 3772
Handle transcoding of username and description in changelog
Sun, 03 Dec 2006 16:16:33 -0600 Add functions for transcoding and manipulating multibyte strings
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 16:16:33 -0600] rev 3771
Add functions for transcoding and manipulating multibyte strings
Sun, 03 Dec 2006 16:16:33 -0600 Add encoding detection
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 16:16:33 -0600] rev 3770
Add encoding detection
Mon, 04 Dec 2006 09:38:49 +0100 bundlerepo: don't hardcode the revlog filename
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 04 Dec 2006 09:38:49 +0100] rev 3769
bundlerepo: don't hardcode the revlog filename
Sat, 02 Dec 2006 22:41:05 +0100 merge with crew
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 02 Dec 2006 22:41:05 +0100] rev 3768
merge with crew
Sat, 02 Dec 2006 22:35:17 +0100 Move ellipsis code to util.ellipsis() and improve maxlength handling.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 02 Dec 2006 22:35:17 +0100] rev 3767
Move ellipsis code to util.ellipsis() and improve maxlength handling.
Sat, 02 Dec 2006 22:16:00 +0100 Use UnexpectedOutput exception instead of RepoError in sshrepo, too.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 02 Dec 2006 22:16:00 +0100] rev 3766
Use UnexpectedOutput exception instead of RepoError in sshrepo, too.
Sat, 02 Dec 2006 22:15:18 +0100 Change sshrepo.repoerror() into a more flexible sshrepo.raise_().
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 02 Dec 2006 22:15:18 +0100] rev 3765
Change sshrepo.repoerror() into a more flexible sshrepo.raise_(). Now every exception can be raised with a cleanup, not only hg.RepoError.
Sat, 02 Dec 2006 21:57:20 +0100 Don't show traceback on 'hg clone -r unknown ssh://hg.example.com/'.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 02 Dec 2006 21:57:20 +0100] rev 3764
Don't show traceback on 'hg clone -r unknown ssh://hg.example.com/'.
Sat, 02 Dec 2006 18:41:07 -0200 fix qseries -v and guards interaction
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sat, 02 Dec 2006 18:41:07 -0200] rev 3763
fix qseries -v and guards interaction - rename "status" variable to avoid shadowing an argument - use a better test to determine whether a patch is applied
Sat, 02 Dec 2006 16:08:00 -0200 changegroup.py: delay the loading of the bz2 and zlib modules
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sat, 02 Dec 2006 16:08:00 -0200] rev 3762
changegroup.py: delay the loading of the bz2 and zlib modules
Sat, 02 Dec 2006 03:38:55 -0200 Ignore all errors while parsing the branch cache.
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sat, 02 Dec 2006 03:38:55 -0200] rev 3761
Ignore all errors while parsing the branch cache.
Sat, 02 Dec 2006 03:16:17 -0200 small fixes for test-newbranch
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sat, 02 Dec 2006 03:16:17 -0200] rev 3760
small fixes for test-newbranch - hg tip doesn't use the branch cache; use hg log -r in its place - commit doesn't use a HG_MERGE environment variable - change the dates from "0 0" to "1000000 0"
Fri, 01 Dec 2006 15:43:48 -0800 transplant: split filter args into changelog entry and patch
Brendan Cully <brendan@kublai.com> [Fri, 01 Dec 2006 15:43:48 -0800] rev 3759
transplant: split filter args into changelog entry and patch
Fri, 01 Dec 2006 15:00:33 -0800 transplant: log source node when recovering too.
Brendan Cully <brendan@kublai.com> [Fri, 01 Dec 2006 15:00:33 -0800] rev 3758
transplant: log source node when recovering too.
Fri, 01 Dec 2006 14:30:17 -0800 transplant: clobber old series when transplant fails
Brendan Cully <brendan@kublai.com> [Fri, 01 Dec 2006 14:30:17 -0800] rev 3757
transplant: clobber old series when transplant fails
Fri, 01 Dec 2006 23:28:14 +0100 merge with crew
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 01 Dec 2006 23:28:14 +0100] rev 3756
merge with crew
Fri, 01 Dec 2006 23:27:53 +0100 Use unsigned version format.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 01 Dec 2006 23:27:53 +0100] rev 3755
Use unsigned version format. This way can use one additional bit, and when encountering invalid revlogs with the first bit set don't produce python warnings or strange error messages.
Fri, 01 Dec 2006 23:16:12 +0100 Improve error message for unknown revlog flags.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 01 Dec 2006 23:16:12 +0100] rev 3754
Improve error message for unknown revlog flags. Old: unknown flags 120000 for ... New: unknown flags 0x0012 for ...
Fri, 01 Dec 2006 13:54:47 -0800 Merge with crew
Brendan Cully <brendan@kublai.com> [Fri, 01 Dec 2006 13:54:47 -0800] rev 3753
Merge with crew
Fri, 01 Dec 2006 13:50:09 -0800 transplant: "filtering %s\n"
Brendan Cully <brendan@kublai.com> [Fri, 01 Dec 2006 13:50:09 -0800] rev 3752
transplant: "filtering %s\n"
Fri, 01 Dec 2006 22:29:47 +0100 Don't require a diff which accepts the -N option.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 01 Dec 2006 22:29:47 +0100] rev 3751
Don't require a diff which accepts the -N option.
Fri, 01 Dec 2006 22:09:05 +0100 Compatibility fix for 'ln -sf'.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 01 Dec 2006 22:09:05 +0100] rev 3750
Compatibility fix for 'ln -sf'. ln of Solaris 8 only accepts "ln -f -s" (in that order), but as the -f isn't needed here, I simply dropped it.
Fri, 01 Dec 2006 16:18:16 -0200 additional fixes for issue436
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Fri, 01 Dec 2006 16:18:16 -0200] rev 3749
additional fixes for issue436
Fri, 01 Dec 2006 15:40:23 +0100 Fix test-rename-dir-merge for different implementations of ls.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 01 Dec 2006 15:40:23 +0100] rev 3748
Fix test-rename-dir-merge for different implementations of ls.
Fri, 01 Dec 2006 14:46:05 +0100 Fix test-notify for systems without or with a different version of diffstat.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 01 Dec 2006 14:46:05 +0100] rev 3747
Fix test-notify for systems without or with a different version of diffstat. Some diffstat versions say "1 file changed", others "1 files changed".
Fri, 01 Dec 2006 13:11:09 +0100 merge with upstream
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 01 Dec 2006 13:11:09 +0100] rev 3746
merge with upstream
Fri, 01 Dec 2006 02:35:46 -0600 verify: add rename link checking
Matt Mackall <mpm@selenic.com> [Fri, 01 Dec 2006 02:35:46 -0600] rev 3745
verify: add rename link checking
Fri, 01 Dec 2006 02:24:56 -0600 Make revlog error slightly less scary
Matt Mackall <mpm@selenic.com> [Fri, 01 Dec 2006 02:24:56 -0600] rev 3744
Make revlog error slightly less scary
Fri, 01 Dec 2006 09:42:07 +0100 add test for issue436
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 01 Dec 2006 09:42:07 +0100] rev 3743
add test for issue436
Fri, 01 Dec 2006 01:42:52 -0600 Fix argument handling for hg -v pull -v x (issue 436)
Matt Mackall <mpm@selenic.com> [Fri, 01 Dec 2006 01:42:52 -0600] rev 3742
Fix argument handling for hg -v pull -v x (issue 436)
Fri, 01 Dec 2006 01:29:14 -0600 update bugzilla extension to use ui buffers
Matt Mackall <mpm@selenic.com> [Fri, 01 Dec 2006 01:29:14 -0600] rev 3741
update bugzilla extension to use ui buffers
Fri, 01 Dec 2006 01:29:13 -0600 add test for the notify extension
Matt Mackall <mpm@selenic.com> [Fri, 01 Dec 2006 01:29:13 -0600] rev 3740
add test for the notify extension
Fri, 01 Dec 2006 01:28:20 -0600 fix notify with new ui buffering
Matt Mackall <mpm@selenic.com> [Fri, 01 Dec 2006 01:28:20 -0600] rev 3739
fix notify with new ui buffering
Fri, 01 Dec 2006 01:28:19 -0600 use ui buffering in changeset printer
Matt Mackall <mpm@selenic.com> [Fri, 01 Dec 2006 01:28:19 -0600] rev 3738
use ui buffering in changeset printer delete old uibuffer class delete old stringio class move show to _show add new show that uses ui.pushbuffer to buffer add new flush that writes buffered data add props arg to changeset_printer to match _templater
Fri, 01 Dec 2006 01:28:18 -0600 add a simple nested buffering scheme to ui
Matt Mackall <mpm@selenic.com> [Fri, 01 Dec 2006 01:28:18 -0600] rev 3737
add a simple nested buffering scheme to ui
Thu, 30 Nov 2006 22:38:48 -0600 make manifest friendlier
Matt Mackall <mpm@selenic.com> [Thu, 30 Nov 2006 22:38:48 -0600] rev 3736
make manifest friendlier switch to using context code ..which uses first parent by default show file hashes only with debug switch show permissions with verbose fix up tests
Thu, 30 Nov 2006 19:50:28 -0600 Add missing test output
Matt Mackall <mpm@selenic.com> [Thu, 30 Nov 2006 19:50:28 -0600] rev 3735
Add missing test output
Thu, 30 Nov 2006 18:22:44 -0600 Fix test permission
Matt Mackall <mpm@selenic.com> [Thu, 30 Nov 2006 18:22:44 -0600] rev 3734
Fix test permission
Thu, 30 Nov 2006 17:36:33 -0600 merge: handle directory renames
Matt Mackall <mpm@selenic.com> [Thu, 30 Nov 2006 17:36:33 -0600] rev 3733
merge: handle directory renames commit: handle new copy dirstate case correctly findcopies: keep a map of all copies found for directory logic add dirs filter check for merge:followdirs config option generate a directory move map find files that match directory move map manifestmerge: add directory rename cases applyupdates: skip actions with None file add "d" action recordupdates: add "d" action add simple directory rename test
Thu, 30 Nov 2006 17:36:33 -0600 merge: pull findcopies helpers inside, refactor checkpair to checkcopies
Matt Mackall <mpm@selenic.com> [Thu, 30 Nov 2006 17:36:33 -0600] rev 3732
merge: pull findcopies helpers inside, refactor checkpair to checkcopies
Thu, 30 Nov 2006 17:36:33 -0600 merge: move check for empty ancestor into findcopies
Matt Mackall <mpm@selenic.com> [Thu, 30 Nov 2006 17:36:33 -0600] rev 3731
merge: move check for empty ancestor into findcopies
Thu, 30 Nov 2006 17:36:33 -0600 merge: only store one direction of copies in the copy map
Matt Mackall <mpm@selenic.com> [Thu, 30 Nov 2006 17:36:33 -0600] rev 3730
merge: only store one direction of copies in the copy map simplify checkpair generate copied hash from copy map make copy cases more symmetrical
Thu, 30 Nov 2006 17:36:33 -0600 merge: add copied hash to simplify copy logic
Matt Mackall <mpm@selenic.com> [Thu, 30 Nov 2006 17:36:33 -0600] rev 3729
merge: add copied hash to simplify copy logic
Thu, 30 Nov 2006 17:36:33 -0600 merge: remove unused match logic from findcopies
Matt Mackall <mpm@selenic.com> [Thu, 30 Nov 2006 17:36:33 -0600] rev 3728
merge: remove unused match logic from findcopies
Thu, 30 Nov 2006 17:36:33 -0600 merge: report destinations of moves in merge action messages
Matt Mackall <mpm@selenic.com> [Thu, 30 Nov 2006 17:36:33 -0600] rev 3727
merge: report destinations of moves in merge action messages
Thu, 30 Nov 2006 13:51:58 -0800 transplant: recover added/removed files after failed application
Brendan Cully <brendan@kublai.com> [Thu, 30 Nov 2006 13:51:58 -0800] rev 3726
transplant: recover added/removed files after failed application
Thu, 30 Nov 2006 11:32:40 -0800 transplant: preserve filter changes in --continue log
Brendan Cully <brendan@kublai.com> [Thu, 30 Nov 2006 11:32:40 -0800] rev 3725
transplant: preserve filter changes in --continue log
Thu, 30 Nov 2006 11:09:25 -0800 transplant: fix --continue; add --continue test
Brendan Cully <brendan@kublai.com> [Thu, 30 Nov 2006 11:09:25 -0800] rev 3724
transplant: fix --continue; add --continue test
Wed, 29 Nov 2006 22:34:22 -0800 transplant: show_changeset moved to cmdutil
Brendan Cully <brendan@kublai.com> [Wed, 29 Nov 2006 22:34:22 -0800] rev 3723
transplant: show_changeset moved to cmdutil
Wed, 29 Nov 2006 08:49:45 +0100 Make sed expression in test-committer compatible with GNU sed 3.x.
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 29 Nov 2006 08:49:45 +0100] rev 3722
Make sed expression in test-committer compatible with GNU sed 3.x.
Tue, 28 Nov 2006 21:16:05 +0100 only print a warning when no username is specified
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 28 Nov 2006 21:16:05 +0100] rev 3721
only print a warning when no username is specified - revert most of 8b55c0ba - display the username during interactive commit
Tue, 28 Nov 2006 19:11:46 +0100 add a comment about '\n' and '\r' and streaming clone
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 28 Nov 2006 19:11:46 +0100] rev 3720
add a comment about '\n' and '\r' and streaming clone
Tue, 28 Nov 2006 11:28:45 +0100 add test for issue433
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 28 Nov 2006 11:28:45 +0100] rev 3719
add test for issue433
Mon, 27 Nov 2006 22:56:26 -0200 fix hg log -r ''
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 27 Nov 2006 22:56:26 -0200] rev 3718
fix hg log -r ''
Mon, 27 Nov 2006 22:03:36 -0200 handle files with more than one git binary patch
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 27 Nov 2006 22:03:36 -0200] rev 3717
handle files with more than one git binary patch
Mon, 27 Nov 2006 22:03:31 -0200 handle files with both git binary patches and copy/rename ops
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 27 Nov 2006 22:03:31 -0200] rev 3716
handle files with both git binary patches and copy/rename ops
Mon, 27 Nov 2006 15:27:09 -0800 Make context __eq__ handle arbitrary RHS values
Brendan Cully <brendan@kublai.com> [Mon, 27 Nov 2006 15:27:09 -0800] rev 3715
Make context __eq__ handle arbitrary RHS values
Mon, 27 Nov 2006 15:13:01 -0800 Add transplant extension
Brendan Cully <brendan@kublai.com> [Mon, 27 Nov 2006 15:13:01 -0800] rev 3714
Add transplant extension
Mon, 27 Nov 2006 22:22:44 +0100 don't create the .hg/data at init time
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 27 Nov 2006 22:22:44 +0100] rev 3713
don't create the .hg/data at init time
Mon, 27 Nov 2006 20:55:50 +0100 context: None is not a valid filenode (revert from 23ede9e7ad4d)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 27 Nov 2006 20:55:50 +0100] rev 3712
context: None is not a valid filenode (revert from 23ede9e7ad4d)
Sun, 26 Nov 2006 13:28:30 +0100 update rewrite-log for tip ; chmod it
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 26 Nov 2006 13:28:30 +0100] rev 3711
update rewrite-log for tip ; chmod it
Thu, 23 Nov 2006 22:45:00 -0800 merge: Don't search for copies across unrelated manifests
Brendan Cully <brendan@kublai.com> [Thu, 23 Nov 2006 22:45:00 -0800] rev 3710
merge: Don't search for copies across unrelated manifests
Wed, 22 Nov 2006 00:53:56 +0200 Expand test-commit to cover one of the recent bugs.
Giorgos Keramidas <keramida@ceid.upatras.gr> [Wed, 22 Nov 2006 00:53:56 +0200] rev 3709
Expand test-commit to cover one of the recent bugs.
Wed, 22 Nov 2006 23:07:15 +0100 Make mq use changegroup.writebundle for writing strip backups.
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 22 Nov 2006 23:07:15 +0100] rev 3708
Make mq use changegroup.writebundle for writing strip backups.
Wed, 22 Nov 2006 23:02:28 +0100 Removed unused ui parameter from revpair/revrange and fix its users.
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 22 Nov 2006 23:02:28 +0100] rev 3707
Removed unused ui parameter from revpair/revrange and fix its users.
Wed, 22 Nov 2006 22:33:57 +0100 Use 'bundletype' instead of 'type' to not shadow built-in function.
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 22 Nov 2006 22:33:57 +0100] rev 3706
Use 'bundletype' instead of 'type' to not shadow built-in function.
Wed, 22 Nov 2006 22:32:23 +0100 BZ2Compressor already defaults to compresslevel=9.
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 22 Nov 2006 22:32:23 +0100] rev 3705
BZ2Compressor already defaults to compresslevel=9.
Wed, 22 Nov 2006 22:08:00 +0100 fix writebundle for bz2 bundles
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 22 Nov 2006 22:08:00 +0100] rev 3704
fix writebundle for bz2 bundles
Tue, 21 Nov 2006 23:08:29 -0200 fix push over HTTP to older servers
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Tue, 21 Nov 2006 23:08:29 -0200] rev 3703
fix push over HTTP to older servers
Mon, 20 Nov 2006 19:32:46 -0200 Don't generate git patches that rename a file to multiple destinations
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 20 Nov 2006 19:32:46 -0200] rev 3702
Don't generate git patches that rename a file to multiple destinations With this patch, instead of generating N renames, we'll generate 1 rename and N-1 copies. Ideally the rename should come after the copies instead of before them, but that'd be harder to do.
Mon, 20 Nov 2006 19:32:45 -0200 handle git patches that rename a file to more than one destination
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 20 Nov 2006 19:32:45 -0200] rev 3701
handle git patches that rename a file to more than one destination
Mon, 20 Nov 2006 19:32:43 -0200 qrefresh: fix handling of copies in the fast path
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 20 Nov 2006 19:32:43 -0200] rev 3700
qrefresh: fix handling of copies in the fast path
Mon, 20 Nov 2006 19:32:42 -0200 qrefresh: fix handling of added files (including copies) in the slow path
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 20 Nov 2006 19:32:42 -0200] rev 3699
qrefresh: fix handling of added files (including copies) in the slow path
Mon, 20 Nov 2006 19:32:41 -0200 qrefresh: respect --git even in the slow path
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 20 Nov 2006 19:32:41 -0200] rev 3698
qrefresh: respect --git even in the slow path
Mon, 20 Nov 2006 19:32:40 -0200 add --git option to qdiff
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 20 Nov 2006 19:32:40 -0200] rev 3697
add --git option to qdiff
Mon, 20 Nov 2006 19:32:38 -0200 diff: better detection of renames when comparing with the working dir.
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 20 Nov 2006 19:32:38 -0200] rev 3696
diff: better detection of renames when comparing with the working dir.
Mon, 20 Nov 2006 19:32:37 -0200 fix typo in mercurial/patch.py
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 20 Nov 2006 19:32:37 -0200] rev 3695
fix typo in mercurial/patch.py
Mon, 20 Nov 2006 19:32:36 -0200 renamedbetween: only return (file, node) pairs that exist in the original rev
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 20 Nov 2006 19:32:36 -0200] rev 3694
renamedbetween: only return (file, node) pairs that exist in the original rev
Mon, 20 Nov 2006 19:32:35 -0200 diff: improve detection of renames when diffing across many revisions
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 20 Nov 2006 19:32:35 -0200] rev 3693
diff: improve detection of renames when diffing across many revisions
Mon, 20 Nov 2006 13:06:04 -0800 Merge with crew
Brendan Cully <brendan@kublai.com> [Mon, 20 Nov 2006 13:06:04 -0800] rev 3692
Merge with crew
Mon, 20 Nov 2006 13:03:52 -0800 mq: add --git option to qimport -r
Brendan Cully <brendan@kublai.com> [Mon, 20 Nov 2006 13:03:52 -0800] rev 3691
mq: add --git option to qimport -r
Sun, 19 Nov 2006 22:02:00 +0100 Make qrefresh help more explanatory for options -m, -l and -s
Mathieu Clabaut <mathieu.clabaut@gmail.com> [Sun, 19 Nov 2006 22:02:00 +0100] rev 3690
Make qrefresh help more explanatory for options -m, -l and -s
Mon, 20 Nov 2006 21:03:02 +0100 Improved examples for network support in README.
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 20 Nov 2006 21:03:02 +0100] rev 3689
Improved examples for network support in README. - Simplified 'hg serve' example, -p80 needs root anyway. - Example for ssh:// with relative or absolute path. - merges need to be committed.
Mon, 20 Nov 2006 19:55:59 +0100 Corrected "waiting for lock on repository FOO held by BAR" message.
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 20 Nov 2006 19:55:59 +0100] rev 3688
Corrected "waiting for lock on repository FOO held by BAR" message. BAR was the error number and not the locker name. Use repr on BAR, so problems can be detected easier.
Mon, 20 Nov 2006 19:41:49 +0100 Handle locking exceptions if streaming clone can't lock the repo. (Issue324)
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 20 Nov 2006 19:41:49 +0100] rev 3687
Handle locking exceptions if streaming clone can't lock the repo. (Issue324)
Mon, 20 Nov 2006 19:36:28 +0100 Don't step into an endless loop when lock file is empty.
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 20 Nov 2006 19:36:28 +0100] rev 3686
Don't step into an endless loop when lock file is empty.
Sun, 19 Nov 2006 23:47:19 +0100 Issue424: mq patch loses guard when qrenamed
Mathieu Clabaut <mathieu.clabaut@gmail.com> [Sun, 19 Nov 2006 23:47:19 +0100] rev 3685
Issue424: mq patch loses guard when qrenamed
Sun, 19 Nov 2006 16:32:36 -0600 correct remote heads test in prepush
Matt Mackall <mpm@selenic.com> [Sun, 19 Nov 2006 16:32:36 -0600] rev 3684
correct remote heads test in prepush
Sun, 19 Nov 2006 16:32:36 -0600 add docstring to reachable
Matt Mackall <mpm@selenic.com> [Sun, 19 Nov 2006 16:32:36 -0600] rev 3683
add docstring to reachable
Sun, 19 Nov 2006 16:32:36 -0600 reorder tests in prepush
Matt Mackall <mpm@selenic.com> [Sun, 19 Nov 2006 16:32:36 -0600] rev 3682
reorder tests in prepush It's more useful to show the new branches message than the unsynced changes message.
Sun, 19 Nov 2006 17:01:59 -0200 fix qseries -v when there are unapplied patches
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sun, 19 Nov 2006 17:01:59 -0200] rev 3681
fix qseries -v when there are unapplied patches
Sun, 19 Nov 2006 16:09:04 +0100 Indentation cleanups for 2956948b81f3.
Thomas Arendsen Hein <thomas@intevation.de> [Sun, 19 Nov 2006 16:09:04 +0100] rev 3680
Indentation cleanups for 2956948b81f3.
Sat, 18 Nov 2006 17:20:38 -0200 fix warnings generated by pygettext.py.
Marcos Chaves <marcos.nospam@gmail.com> [Sat, 18 Nov 2006 17:20:38 -0200] rev 3679
fix warnings generated by pygettext.py.
Sat, 18 Nov 2006 23:51:15 -0200 Update trusted_users only after we've seen a file not owned by the user
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sat, 18 Nov 2006 23:51:15 -0200] rev 3678
Update trusted_users only after we've seen a file not owned by the user
Sat, 18 Nov 2006 23:51:14 -0200 Avoid looking up usernames if the current user owns the .hgrc file
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sat, 18 Nov 2006 23:51:14 -0200] rev 3677
Avoid looking up usernames if the current user owns the .hgrc file Converting uids into usernames may be somewhat expensive when NIS or LDAP is involved.
Sat, 18 Nov 2006 23:51:13 -0200 Use a variable to explicitly trust global config files
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sat, 18 Nov 2006 23:51:13 -0200] rev 3676
Use a variable to explicitly trust global config files
Sat, 18 Nov 2006 19:44:42 -0200 Revert almost all of 5be434785317; add a test
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sat, 18 Nov 2006 19:44:42 -0200] rev 3675
Revert almost all of 5be434785317; add a test Because of file copies, we should update the manifest dict only after committing all files.
Sat, 18 Nov 2006 11:34:19 -0600 avoid unnecessary copy merges
Matt Mackall <mpm@selenic.com> [Sat, 18 Nov 2006 11:34:19 -0600] rev 3674
avoid unnecessary copy merges
Fri, 17 Nov 2006 08:06:54 +0100 white space and line break cleanups
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 17 Nov 2006 08:06:54 +0100] rev 3673
white space and line break cleanups
Thu, 16 Nov 2006 08:52:55 +0100 Merge with crew.
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 16 Nov 2006 08:52:55 +0100] rev 3672
Merge with crew.
Thu, 16 Nov 2006 08:51:22 +0100 Use nullrev+count instead of count-1 in a newly introduced expression.
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 16 Nov 2006 08:51:22 +0100] rev 3671
Use nullrev+count instead of count-1 in a newly introduced expression. Before that repo.changelog.tip() was used, but this yields a node. Of course many more places should be changed like this, this was just done as an example.
Wed, 15 Nov 2006 23:59:39 -0600 abort if explicitly committed files are not found or not tracked
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 23:59:39 -0600] rev 3670
abort if explicitly committed files are not found or not tracked
Wed, 15 Nov 2006 23:37:45 -0600 unduplicate bundle writing code from httprepo
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 23:37:45 -0600] rev 3669
unduplicate bundle writing code from httprepo
Wed, 15 Nov 2006 15:51:58 -0600 remove duplicate zgenerator in httprepo
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3668
remove duplicate zgenerator in httprepo
Wed, 15 Nov 2006 15:51:58 -0600 create a readbundle function
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3667
create a readbundle function
Wed, 15 Nov 2006 15:51:58 -0600 move write_bundle to changegroup.py
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3666
move write_bundle to changegroup.py
Wed, 15 Nov 2006 15:51:58 -0600 remove legacy hg parents REV syntax
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3665
remove legacy hg parents REV syntax
Wed, 15 Nov 2006 15:51:58 -0600 add log --removed
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3664
add log --removed
Wed, 15 Nov 2006 15:51:58 -0600 rename and copy are no longer experimental
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3663
rename and copy are no longer experimental
Wed, 15 Nov 2006 15:51:58 -0600 alphabetize help_ in commands
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3662
alphabetize help_ in commands
Wed, 15 Nov 2006 15:51:58 -0600 remove relpath
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3661
remove relpath
Wed, 15 Nov 2006 15:51:58 -0600 refactor rawcommit
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3660
refactor rawcommit
Wed, 15 Nov 2006 15:51:58 -0600 refactor debugrenamed
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3659
refactor debugrenamed
Wed, 15 Nov 2006 15:51:58 -0600 move show_version to version_
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3658
move show_version to version_
Wed, 15 Nov 2006 15:51:58 -0600 move walkchangerevs to cmdutils
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3657
move walkchangerevs to cmdutils
Wed, 15 Nov 2006 15:51:58 -0600 Consolidate brinfo handling
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3656
Consolidate brinfo handling
Wed, 15 Nov 2006 15:51:58 -0600 changeset templater: convert some unnecessary yields to returns
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3655
changeset templater: convert some unnecessary yields to returns
Wed, 15 Nov 2006 15:51:58 -0600 further simplify stringify
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3654
further simplify stringify
Wed, 15 Nov 2006 15:51:58 -0600 ui: remove last vestiges of header buffering
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3653
ui: remove last vestiges of header buffering
Wed, 15 Nov 2006 19:18:57 -0200 commands.docopy: pay attention on whether paths use "/" or os.sep
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Wed, 15 Nov 2006 19:18:57 -0200] rev 3652
commands.docopy: pay attention on whether paths use "/" or os.sep
Wed, 15 Nov 2006 18:56:47 -0200 fix util.pathto
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Wed, 15 Nov 2006 18:56:47 -0200] rev 3651
fix util.pathto All users of this function pass a local path (which uses os.sep) as the first argument and a "/"-separated path as the second argument.
Wed, 15 Nov 2006 17:56:57 -0200 don't use readline() to read branches.cache
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Wed, 15 Nov 2006 17:56:57 -0200] rev 3650
don't use readline() to read branches.cache The posixfile_nt class used on windows doesn't have that method.
Mon, 13 Nov 2006 21:50:09 +0100 merge with upstream
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 13 Nov 2006 21:50:09 +0100] rev 3649
merge with upstream
Mon, 13 Nov 2006 13:26:57 -0600 Refactor log ui buffering and patch display
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3648
Refactor log ui buffering and patch display
Mon, 13 Nov 2006 13:26:57 -0600 refactor header handling for changelog formatting
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3647
refactor header handling for changelog formatting
Mon, 13 Nov 2006 13:26:57 -0600 templates: move changeset templating bits to cmdutils
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3646
templates: move changeset templating bits to cmdutils
Mon, 13 Nov 2006 13:26:57 -0600 templater: changeset templater reorganization and optimizations
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3645
templater: changeset templater reorganization and optimizations
Mon, 13 Nov 2006 13:26:57 -0600 templater: speed up changeset writes and stringify
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3644
templater: speed up changeset writes and stringify
Mon, 13 Nov 2006 13:26:57 -0600 changeset_templater: remove changes arg
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3643
changeset_templater: remove changes arg
Mon, 13 Nov 2006 13:26:57 -0600 templater: simplify parsestring
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3642
templater: simplify parsestring
Mon, 13 Nov 2006 13:26:57 -0600 template: fold template() into __call__, minor optimizations
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3641
template: fold template() into __call__, minor optimizations - use non-grouping operator to avoid some extra processing - avoid copying and updating defaults - unnest main template body - avoid returning extra empty string if format
Mon, 13 Nov 2006 13:26:57 -0600 templater: simplify cache and remove filter argument in __call__
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3640
templater: simplify cache and remove filter argument in __call__
Mon, 13 Nov 2006 13:26:57 -0600 templater: simplify template function
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3639
templater: simplify template function
Mon, 13 Nov 2006 13:26:57 -0600 templater: take cStringIO out of indent
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3638
templater: take cStringIO out of indent
Mon, 13 Nov 2006 13:26:57 -0600 templater: remove cStringIO from stringify
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3637
templater: remove cStringIO from stringify
Mon, 13 Nov 2006 13:26:57 -0600 templater: remove cStringIO for fill
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3636
templater: remove cStringIO for fill
Mon, 13 Nov 2006 13:26:57 -0600 templater: use str.decode in parse_string
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3635
templater: use str.decode in parse_string
Mon, 13 Nov 2006 13:26:57 -0600 bundle: don't use sets.Set
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3634
bundle: don't use sets.Set
Mon, 13 Nov 2006 13:26:57 -0600 revlog: reachable actually takes a node
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3633
revlog: reachable actually takes a node
Mon, 13 Nov 2006 13:26:57 -0600 util: add copyfile function
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3632
util: add copyfile function
Mon, 13 Nov 2006 13:26:57 -0600 hgweb: internalize some socket details
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3631
hgweb: internalize some socket details
Mon, 13 Nov 2006 13:26:57 -0600 remove unused imports
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3630
remove unused imports
Thu, 09 Nov 2006 14:44:17 -0800 zsh: typo in commit completion
Brendan Cully <brendan@kublai.com> [Thu, 09 Nov 2006 14:44:17 -0800] rev 3629
zsh: typo in commit completion
Thu, 09 Nov 2006 21:53:45 +0100 issue228: Fix repositories at the filesystem root (/ or C:\)
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 09 Nov 2006 21:53:45 +0100] rev 3628
issue228: Fix repositories at the filesystem root (/ or C:\) Thanks to Robert Shaw and other people on the list for the suggestions.
Wed, 08 Nov 2006 11:28:33 -0800 Export changelog dict in localrepo.commit
Brendan Cully <brendan@kublai.com> [Wed, 08 Nov 2006 11:28:33 -0800] rev 3627
Export changelog dict in localrepo.commit
Wed, 08 Nov 2006 13:20:08 -0600 tests: add -i switch
Matt Mackall <mpm@selenic.com> [Wed, 08 Nov 2006 13:20:08 -0600] rev 3626
tests: add -i switch Prompt to accept changes for tests where output changed
Wed, 08 Nov 2006 13:20:08 -0600 tests: add -R switch
Matt Mackall <mpm@selenic.com> [Wed, 08 Nov 2006 13:20:08 -0600] rev 3625
tests: add -R switch Restarts at first .err file if one exists, otherwise runs all tests
Wed, 08 Nov 2006 13:20:08 -0600 tests: sort test list if running all tests
Matt Mackall <mpm@selenic.com> [Wed, 08 Nov 2006 13:20:08 -0600] rev 3624
tests: sort test list if running all tests
Tue, 07 Nov 2006 22:35:07 +0100 Fix accessing a repository via -R/--repository through a symlink.
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 07 Nov 2006 22:35:07 +0100] rev 3623
Fix accessing a repository via -R/--repository through a symlink. Sometimes the repository root was compared to os.getcwd(), which always uses the canonical path without symbolic links in it. This would changes self.root of the localrepo objects to always use os.sep as the directory separator, which is implicitly assumed in some places, but may not be the case if somebody uses -R foo/repo on windows.
Tue, 07 Nov 2006 22:18:34 +0100 Merge with upstream
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 07 Nov 2006 22:18:34 +0100] rev 3622
Merge with upstream
Tue, 07 Nov 2006 14:04:15 -0600 Fix up parent display in logging
Matt Mackall <mpm@selenic.com> [Tue, 07 Nov 2006 14:04:15 -0600] rev 3621
Fix up parent display in logging For changesets with a first parent nullid, but not rev 0, we ought to display a null parent.
Wed, 01 Nov 2006 21:47:55 -0600 Clarify untracked file merge message
Matt Mackall <mpm@selenic.com> [Wed, 01 Nov 2006 21:47:55 -0600] rev 3620
Clarify untracked file merge message
Tue, 07 Nov 2006 21:43:19 +0100 localrepo: factor commit and rawcommit
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 07 Nov 2006 21:43:19 +0100] rev 3619
localrepo: factor commit and rawcommit note: rawcommit with an empty text will now launch the editor
Tue, 07 Nov 2006 21:43:15 +0100 localrepo.commit: little cleanups
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 07 Nov 2006 21:43:15 +0100] rev 3618
localrepo.commit: little cleanups - use a list for new fileids - sort the removed files
Mon, 06 Nov 2006 22:01:09 -0800 Remove references to documentation that was removed in da9506fe2710
Lee Cantey <lcantey@gmail.com> [Mon, 06 Nov 2006 22:01:09 -0800] rev 3617
Remove references to documentation that was removed in da9506fe2710
Sun, 05 Nov 2006 21:57:52 +0100 Corrected documentation for return value of python hooks.
Thomas Arendsen Hein <thomas@intevation.de> [Sun, 05 Nov 2006 21:57:52 +0100] rev 3616
Corrected documentation for return value of python hooks.
Thu, 02 Nov 2006 19:23:55 +0100 Fixed directory name having an extra dot on "hg archive -t tbz2 foo.tbz2".
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 02 Nov 2006 19:23:55 +0100] rev 3615
Fixed directory name having an extra dot on "hg archive -t tbz2 foo.tbz2". Problem reported by Rob Landley.
Thu, 02 Nov 2006 15:30:45 +0100 Try hgweb unbundle methods in the order presented by the server.
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 02 Nov 2006 15:30:45 +0100] rev 3614
Try hgweb unbundle methods in the order presented by the server. If no common bundle format is found, push is aborted.
Thu, 02 Nov 2006 14:58:55 +0100 Client support for hgweb unbundle with versions.
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 02 Nov 2006 14:58:55 +0100] rev 3613
Client support for hgweb unbundle with versions.
Thu, 02 Nov 2006 14:39:08 +0100 Add allowed bundle types as argument to hgweb unbundle capability.
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 02 Nov 2006 14:39:08 +0100] rev 3612
Add allowed bundle types as argument to hgweb unbundle capability. Arguments to capabilities were added before the 0.9.1 release, so there are no compatibility issues. Mercurial 0.9 didn't support http push. Using HG10GZ, HG10BZ and HG10UN has the advantage that new bundle types can be added later and the client doesn't have to try sending them first and reacting on errors sent by the server.
Wed, 01 Nov 2006 19:59:26 -0300 hgweb: remove debugging print
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Wed, 01 Nov 2006 19:59:26 -0300] rev 3611
hgweb: remove debugging print
Wed, 01 Nov 2006 22:06:24 +0100 hgweb: introduce a new capability for sending a compressed bundle
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 01 Nov 2006 22:06:24 +0100] rev 3610
hgweb: introduce a new capability for sending a compressed bundle the header of the bundle is the same as a on-disk bundle HG10UN: uncompressed HG10BZ: bz2 HG10GZ: gzip no header means uncompressed (old client)
Wed, 01 Nov 2006 22:01:30 +0100 hgweb: if the server supports it, send a compressed bundle
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 01 Nov 2006 22:01:30 +0100] rev 3609
hgweb: if the server supports it, send a compressed bundle
Wed, 01 Nov 2006 14:53:11 -0300 Use httpconnection even with proxies.
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Wed, 01 Nov 2006 14:53:11 -0300] rev 3608
Use httpconnection even with proxies. This should give us HTTP keepalive when we talk to proxies and should allow us to stream a file in unbundle (instead of reading everything into a string). This should fix issue376.
Wed, 01 Nov 2006 17:56:55 +0100 issue352: disallow '\n' and '\r' in filenames (dirstate and manifest)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 01 Nov 2006 17:56:55 +0100] rev 3607
issue352: disallow '\n' and '\r' in filenames (dirstate and manifest)
Tue, 31 Oct 2006 18:10:23 -0800 hgweb: split URLs containing spaces or other escaped characters correctly
Brendan Cully <brendan@kublai.com> [Tue, 31 Oct 2006 18:10:23 -0800] rev 3606
hgweb: split URLs containing spaces or other escaped characters correctly
Tue, 31 Oct 2006 17:31:30 -0800 zsh: perform ~ expansion on _hg_root
Brendan Cully <brendan@kublai.com> [Tue, 31 Oct 2006 17:31:30 -0800] rev 3605
zsh: perform ~ expansion on _hg_root
Tue, 31 Oct 2006 17:24:42 -0800 mq: handle qpush -a with empty series
Brendan Cully <brendan@kublai.com> [Tue, 31 Oct 2006 17:24:42 -0800] rev 3604
mq: handle qpush -a with empty series
Tue, 31 Oct 2006 16:35:44 -0800 zsh: compute repository root instead of forking hg
Brendan Cully <brendan@kublai.com> [Tue, 31 Oct 2006 16:35:44 -0800] rev 3603
zsh: compute repository root instead of forking hg
Tue, 31 Oct 2006 16:04:03 -0800 zsh: complete users in ssh URLS
Brendan Cully <brendan@kublai.com> [Tue, 31 Oct 2006 16:04:03 -0800] rev 3602
zsh: complete users in ssh URLS
(0) -3000 -1000 -240 +240 +1000 tip