Matt Mackall <mpm@selenic.com> [Sun, 10 Dec 2006 19:20:35 -0600] rev 3865
Make make dist a bit quieter
Matt Mackall <mpm@selenic.com> [Sun, 10 Dec 2006 19:16:38 -0600] rev 3864
Automatically build MANIFEST for make dist
Matt Mackall <mpm@selenic.com> [Sun, 10 Dec 2006 17:41:07 -0600] rev 3863
Remove hard-coded version numbers and release notes from packaging
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sun, 10 Dec 2006 20:35:28 -0200] rev 3862
Use UTF-8 in .hg/branch
Thomas Arendsen Hein <thomas@intevation.de> [Sun, 10 Dec 2006 23:03:53 +0100] rev 3861
Indicate the purpose of the dummy changelog file in itself.
Otherwise people getting an error message with an old installation might
wonder why this file is corrupted.
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 10 Dec 2006 21:53:01 +0100] rev 3860
fix reserved char on windows, '[]+' are allowed
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 10 Dec 2006 19:41:57 +0100] rev 3859
fix errors spotted by pychecker
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 10 Dec 2006 16:24:21 +0100] rev 3858
debuginstall: fix an incorrect variable
Mathieu Clabaut <mathieu.clabaut@gmail.com> [Mon, 20 Nov 2006 23:37:21 +0100] rev 3857
Uniformisation of commit help for -m and -l.
Addition of the -m and -l options for hg import.
'hg tag' still lacks the --logfile option which short form conflicts with
its --local option.
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 10 Dec 2006 14:39:51 +0100] rev 3856
streamclone: remove unnecessary test, pconvert names
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 10 Dec 2006 12:46:47 +0100] rev 3855
debuginstall: fix a copy/paste error
Matt Mackall <mpm@selenic.com> [Sun, 10 Dec 2006 02:11:02 -0600] rev 3854
Merge Benoit's .hg/store support
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 01 Dec 2006 13:34:09 +0100] rev 3853
switch to the .hg/store layout, fix the tests
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 10 Dec 2006 00:07:02 +0100] rev 3852
create the encode and decode functions for the store
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 10 Dec 2006 00:06:59 +0100] rev 3851
add "requires" file to the repo, specifying the requirements
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 10 Dec 2006 00:06:45 +0100] rev 3850
move code around
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 10 Dec 2006 00:06:43 +0100] rev 3849
don't use localrepo.__init__ to create the dest repo with clone+hardlinks
Matt Mackall <mpm@selenic.com> [Sun, 10 Dec 2006 01:05:00 -0600] rev 3848
Add some remedies and a username check to debuginstall
Matt Mackall <mpm@selenic.com> [Sun, 10 Dec 2006 01:04:28 -0600] rev 3847
Update README to mention hg debuginstall
Matt Mackall <mpm@selenic.com> [Sun, 10 Dec 2006 00:44:52 -0600] rev 3846
Make debuginstall actually attempt to use external patch and merge
This will catch some tricky problems with tools and setup.
Matt Mackall <mpm@selenic.com> [Sun, 10 Dec 2006 00:06:31 -0600] rev 3845
Make test-encoding return 0
Matt Mackall <mpm@selenic.com> [Sun, 10 Dec 2006 00:05:47 -0600] rev 3844
Add debuginstall command to do basic install tests
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
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 09 Dec 2006 18:49:24 +0100] rev 3842
remove unnecessary call to umask
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.
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.
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).
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.
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
Brendan Cully <brendan@kublai.com> [Fri, 08 Dec 2006 17:10:40 -0800] rev 3836
Fix hg serve -6 getsockname handling
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
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 08 Dec 2006 23:33:32 +0100] rev 3834
Removed unknown option -t in test-status
Brendan Cully <brendan@kublai.com> [Fri, 08 Dec 2006 14:06:26 -0800] rev 3833
Merge with mpm
Brendan Cully <brendan@kublai.com> [Fri, 08 Dec 2006 12:53:51 -0800] rev 3832
Merge with mpm
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
Matt Mackall <mpm@selenic.com> [Fri, 08 Dec 2006 15:05:39 -0600] rev 3830
Merge with crew
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
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 08 Dec 2006 07:48:47 +0100] rev 3828
merge with main
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
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
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Thu, 07 Dec 2006 14:15:11 -0200] rev 3825
fix hg diff -r ''
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.
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.
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
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
Matt Mackall <mpm@selenic.com> [Wed, 06 Dec 2006 17:59:19 -0600] rev 3820
Merge with crew
Brendan Cully <brendan@kublai.com> [Wed, 06 Dec 2006 13:51:54 -0800] rev 3819
Merge with mpm
Brendan Cully <brendan@kublai.com> [Wed, 06 Dec 2006 13:27:39 -0800] rev 3818
Merge with mpm
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
Steve Borho <steve@borho.org> [Tue, 05 Dec 2006 21:30:04 -0600] rev 3816
zsh: remove deprecated -f option for hg update
Matt Mackall <mpm@selenic.com> [Wed, 06 Dec 2006 17:58:45 -0600] rev 3815
Remove date parameter from merge
Matt Mackall <mpm@selenic.com> [Wed, 06 Dec 2006 17:58:09 -0600] rev 3814
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
Matt Mackall <mpm@selenic.com> [Wed, 06 Dec 2006 15:29:17 -0600] rev 3813
Add --date support to log
Add --date opt
Filter log with matchdate
Fix "-{days}" match format
Matt Mackall <mpm@selenic.com> [Wed, 06 Dec 2006 15:11:44 -0600] rev 3812
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
Matt Mackall <mpm@selenic.com> [Wed, 06 Dec 2006 13:36:23 -0600] rev 3811
Update dates help topic
Matt Mackall <mpm@selenic.com> [Wed, 06 Dec 2006 13:13:44 -0600] rev 3810
Update tests
Matt Mackall <mpm@selenic.com> [Wed, 06 Dec 2006 13:13:42 -0600] rev 3809
parsedate: add UTC and GMT timezones
Matt Mackall <mpm@selenic.com> [Wed, 06 Dec 2006 13:13:31 -0600] rev 3808
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
Matt Mackall <mpm@selenic.com> [Wed, 06 Dec 2006 13:13:27 -0600] rev 3807
parsedate: allow '' for epoch
Matt Mackall <mpm@selenic.com> [Wed, 06 Dec 2006 13:13:26 -0600] rev 3806
parsedate: use Abort rather than ValueError
Matt Mackall <mpm@selenic.com> [Wed, 06 Dec 2006 13:13:25 -0600] rev 3805
add debugdate command
Matt Mackall <mpm@selenic.com> [Wed, 06 Dec 2006 12:45:27 -0600] rev 3804
Merge with crew
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 05 Dec 2006 23:25:28 +0100] rev 3803
Don't report an error when closing heads during local push (issue387)
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 05 Dec 2006 22:46:36 +0100] rev 3802
Removed unused parameters/options of update command.
Brendan Cully <brendan@kublai.com> [Tue, 05 Dec 2006 13:41:42 -0800] rev 3801
Add "null" pseudo-tag pointing to nullid
Matt Mackall <mpm@selenic.com> [Tue, 05 Dec 2006 16:39:54 -0600] rev 3800
hgk: show view in short command list
Matt Mackall <mpm@selenic.com> [Tue, 05 Dec 2006 16:36:06 -0600] rev 3799
move patterns topics
Matt Mackall <mpm@selenic.com> [Tue, 05 Dec 2006 16:31:08 -0600] rev 3798
move environment topic
Matt Mackall <mpm@selenic.com> [Tue, 05 Dec 2006 16:28:59 -0600] rev 3797
Generate docs for help topics
Matt Mackall <mpm@selenic.com> [Tue, 05 Dec 2006 16:28:56 -0600] rev 3796
Allow topics to be callables
Matt Mackall <mpm@selenic.com> [Tue, 05 Dec 2006 16:06:13 -0600] rev 3795
Add basic support for help topics and a dates topic
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
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 05 Dec 2006 15:21:41 +0100] rev 3793
merge with crew
Edouard Gomez <ed.gomez@free.fr> [Tue, 05 Dec 2006 14:58:32 +0100] rev 3792
Fix revrange() call in the churn contrib
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
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
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.
Matt Mackall <mpm@selenic.com> [Mon, 04 Dec 2006 17:43:37 -0600] rev 3788
Merge with crew
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 04 Dec 2006 09:38:49 +0100] rev 3787
bundlerepo: don't hardcode the revlog filename
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Tue, 21 Nov 2006 20:00:15 -0200] rev 3786
make hg commit <dirname> work again
Matt Mackall <mpm@selenic.com> [Mon, 04 Dec 2006 17:10:31 -0600] rev 3785
imported patch collision
Matt Mackall <mpm@selenic.com> [Mon, 04 Dec 2006 17:10:29 -0600] rev 3784
imported patch folding
Matt Mackall <mpm@selenic.com> [Mon, 04 Dec 2006 14:32:02 -0600] rev 3783
Make quoting in test-encoding simpler
Matt Mackall <mpm@selenic.com> [Mon, 04 Dec 2006 01:21:53 -0600] rev 3782
update test-debugcomplete
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 18:47:05 -0600] rev 3781
hgweb: report detected character set
Add comments on overriding charset to CGI scripts
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 17:28:58 -0600] rev 3780
test-encoding: copy a bundle from TESTDIR rather than constructing one
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 16:51:50 -0600] rev 3779
Hex-encode ! in test-encoding printf
Naked ! tends to confuse shells
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 16:31:25 -0600] rev 3778
Add output for encoding test
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 16:16:33 -0600] rev 3777
Add a charset encoding test case
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 16:16:33 -0600] rev 3776
tests: set a default encoding for running tests (ASCII)
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 16:16:33 -0600] rev 3775
Add documentation for charset encoding options
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 16:16:33 -0600] rev 3774
Add global options for setting encoding and encodingmode
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 16:16:33 -0600] rev 3773
Handle transcoding of branch names
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 16:16:33 -0600] rev 3772
Handle transcoding of tags
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 16:16:33 -0600] rev 3771
Handle transcoding of username and description in changelog
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 16:16:33 -0600] rev 3770
Add functions for transcoding and manipulating multibyte strings
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 16:16:33 -0600] rev 3769
Add encoding detection
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 02 Dec 2006 22:41:05 +0100] rev 3768
merge with crew
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.
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.
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.
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/'.
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
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
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.
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"
Brendan Cully <brendan@kublai.com> [Fri, 01 Dec 2006 15:43:48 -0800] rev 3759
transplant: split filter args into changelog entry and patch
Brendan Cully <brendan@kublai.com> [Fri, 01 Dec 2006 15:00:33 -0800] rev 3758
transplant: log source node when recovering too.
Brendan Cully <brendan@kublai.com> [Fri, 01 Dec 2006 14:30:17 -0800] rev 3757
transplant: clobber old series when transplant fails
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 01 Dec 2006 23:28:14 +0100] rev 3756
merge with crew
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.
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 ...
Brendan Cully <brendan@kublai.com> [Fri, 01 Dec 2006 13:54:47 -0800] rev 3753
Merge with crew
Brendan Cully <brendan@kublai.com> [Fri, 01 Dec 2006 13:50:09 -0800] rev 3752
transplant: "filtering %s\n"
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.
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.
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Fri, 01 Dec 2006 16:18:16 -0200] rev 3749
additional fixes for issue436
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.
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".
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 01 Dec 2006 13:11:09 +0100] rev 3746
merge with upstream