Tue, 02 Jan 2007 22:40:52 +0100 sync with -stable
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 02 Jan 2007 22:40:52 +0100] rev 4016
sync with -stable
Tue, 02 Jan 2007 22:12:38 +0100 Handle exceptions in do_hgweb: Send "Internal Server Error", log traceback
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 02 Jan 2007 22:12:38 +0100] rev 4015
Handle exceptions in do_hgweb: Send "Internal Server Error", log traceback
Fri, 29 Dec 2006 06:37:43 +0100 various doc fixes
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 29 Dec 2006 06:37:43 +0100] rev 4014
various doc fixes - update can no longer be used to merge - short summary start with lowercase - add merge to short help list - fix tests
Fri, 29 Dec 2006 06:08:46 +0100 catch socket.error
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 29 Dec 2006 06:08:46 +0100] rev 4013
catch socket.error fix issue394
Fri, 29 Dec 2006 05:27:48 +0100 fix handling of multiple Content-type headers
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 29 Dec 2006 05:27:48 +0100] rev 4012
fix handling of multiple Content-type headers This can happen if an error happens while sending application/mercurial-0.1 content. The error page will be sent resulting (for at least lighttpd) in the following headers: Content-type: application/mercurial-0.1 Content-type: text/html which result in req.proto = 'application/mercurial-0.1, text/html' fix issue344
Fri, 29 Dec 2006 04:22:31 +0100 add [diff] section to hgrc documentation
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 29 Dec 2006 04:22:31 +0100] rev 4011
add [diff] section to hgrc documentation
Thu, 28 Dec 2006 01:14:12 +0100 inst.reason isn't alway in the form (errno, strerror)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 28 Dec 2006 01:14:12 +0100] rev 4010
inst.reason isn't alway in the form (errno, strerror) urllib2.urlopen("foobar://foo") is an example where inst.reason is a string fix issue383
Tue, 26 Dec 2006 21:59:01 +0100 fix hg help <ext> for extension that do not define any command
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 26 Dec 2006 21:59:01 +0100] rev 4009
fix hg help <ext> for extension that do not define any command solve issue462
Tue, 26 Dec 2006 21:57:20 +0100 mq: fix strip failing to unlink a bundle
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 26 Dec 2006 21:57:20 +0100] rev 4008
mq: fix strip failing to unlink a bundle os.unlink doesn't know how to deal with urls
Fri, 29 Dec 2006 20:04:31 -0600 symlinks: minimal support for symlinks in merge/update
Matt Mackall <mpm@selenic.com> [Fri, 29 Dec 2006 20:04:31 -0600] rev 4007
symlinks: minimal support for symlinks in merge/update This will get angry, confused, and sad if you try to merge a symlink with a regular file.
Fri, 29 Dec 2006 20:04:31 -0600 symlinks: add flags param to wwrite
Matt Mackall <mpm@selenic.com> [Fri, 29 Dec 2006 20:04:31 -0600] rev 4006
symlinks: add flags param to wwrite Now wwrite can set symlink and exec for files
Fri, 29 Dec 2006 20:04:31 -0600 replace filehandle version of wwrite with wwritedata
Matt Mackall <mpm@selenic.com> [Fri, 29 Dec 2006 20:04:31 -0600] rev 4005
replace filehandle version of wwrite with wwritedata
Fri, 29 Dec 2006 20:04:31 -0600 unify encode/decode filter routines
Matt Mackall <mpm@selenic.com> [Fri, 29 Dec 2006 20:04:31 -0600] rev 4004
unify encode/decode filter routines
Fri, 29 Dec 2006 20:04:31 -0600 symlinks: add _link checking function
Matt Mackall <mpm@selenic.com> [Fri, 29 Dec 2006 20:04:31 -0600] rev 4003
symlinks: add _link checking function
Fri, 29 Dec 2006 20:04:31 -0600 symlinks: use is_link wherever is_exec is used
Matt Mackall <mpm@selenic.com> [Fri, 29 Dec 2006 20:04:31 -0600] rev 4002
symlinks: use is_link wherever is_exec is used
Fri, 29 Dec 2006 20:04:31 -0600 symlinks: don't complain about symlinks
Matt Mackall <mpm@selenic.com> [Fri, 29 Dec 2006 20:04:31 -0600] rev 4001
symlinks: don't complain about symlinks
Fri, 29 Dec 2006 20:04:31 -0600 symlinks: add a linkfunc
Matt Mackall <mpm@selenic.com> [Fri, 29 Dec 2006 20:04:31 -0600] rev 4000
symlinks: add a linkfunc
Fri, 29 Dec 2006 20:04:31 -0600 symlinks: add basic symlink functions to util.py
Matt Mackall <mpm@selenic.com> [Fri, 29 Dec 2006 20:04:31 -0600] rev 3999
symlinks: add basic symlink functions to util.py
Fri, 29 Dec 2006 20:04:31 -0600 symlinks: check whether a filesystem supports symlinks
Matt Mackall <mpm@selenic.com> [Fri, 29 Dec 2006 20:04:31 -0600] rev 3998
symlinks: check whether a filesystem supports symlinks
Fri, 29 Dec 2006 20:04:31 -0600 exec: remove last flag from is_exec
Matt Mackall <mpm@selenic.com> [Fri, 29 Dec 2006 20:04:31 -0600] rev 3997
exec: remove last flag from is_exec
Fri, 29 Dec 2006 20:04:30 -0600 exec: add execfunc to simplify exec flag support on non-exec filesystems
Matt Mackall <mpm@selenic.com> [Fri, 29 Dec 2006 20:04:30 -0600] rev 3996
exec: add execfunc to simplify exec flag support on non-exec filesystems
Fri, 29 Dec 2006 20:04:30 -0600 pull umask-checking up
Matt Mackall <mpm@selenic.com> [Fri, 29 Dec 2006 20:04:30 -0600] rev 3995
pull umask-checking up
Fri, 29 Dec 2006 20:04:30 -0600 exec: checkexec checks whether filesystem supports exec flags
Matt Mackall <mpm@selenic.com> [Fri, 29 Dec 2006 20:04:30 -0600] rev 3994
exec: checkexec checks whether filesystem supports exec flags
Tue, 26 Dec 2006 20:08:09 +0100 expanded bash_completion for transplant extension
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 26 Dec 2006 20:08:09 +0100] rev 3993
expanded bash_completion for transplant extension
Tue, 26 Dec 2006 19:56:42 +0100 Yield entries from [paths], too, when completing -R/--repository.
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 26 Dec 2006 19:56:42 +0100] rev 3992
Yield entries from [paths], too, when completing -R/--repository.
Tue, 26 Dec 2006 15:42:40 +0100 Corrected synopsis for transplant.
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 26 Dec 2006 15:42:40 +0100] rev 3991
Corrected synopsis for transplant.
Tue, 26 Dec 2006 15:33:50 +0100 Improved error message for extensions overriding commands (with test):
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 26 Dec 2006 15:33:50 +0100] rev 3990
Improved error message for extensions overriding commands (with test): - Old text "module foo overrides bar" was misread as overriding module bar. - Only print a single warning line per extension instead of one for each command.
Tue, 26 Dec 2006 14:54:48 +0100 sync with stable
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 26 Dec 2006 14:54:48 +0100] rev 3989
sync with stable
Tue, 26 Dec 2006 14:17:48 +0100 Don't use -f for rm in tests where not needed. Drop /bin/ from /bin/rm.
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 26 Dec 2006 14:17:48 +0100] rev 3988
Don't use -f for rm in tests where not needed. Drop /bin/ from /bin/rm.
Sun, 24 Dec 2006 22:28:01 +0100 test-manifest-merging: we only need to remove files
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 24 Dec 2006 22:28:01 +0100] rev 3987
test-manifest-merging: we only need to remove files
Fri, 22 Dec 2006 16:29:35 -0800 Make test-manifest-merging less likely to delete the whole filesystem
Brendan Cully <brendan@kublai.com> [Fri, 22 Dec 2006 16:29:35 -0800] rev 3986
Make test-manifest-merging less likely to delete the whole filesystem
Thu, 21 Dec 2006 20:41:56 +0100 Send encoding information in rss header
Edouard Gomez <ed.gomez@free.fr> [Thu, 21 Dec 2006 20:41:56 +0100] rev 3985
Send encoding information in rss header
Thu, 14 Dec 2006 17:32:25 -0600 Fix a pygettext complaint
Matt Mackall <mpm@selenic.com> [Thu, 14 Dec 2006 17:32:25 -0600] rev 3984
Fix a pygettext complaint
Thu, 14 Dec 2006 00:41:11 +0100 spelling fix
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 14 Dec 2006 00:41:11 +0100] rev 3983
spelling fix
Tue, 26 Dec 2006 03:29:45 +0100 mq: remove unecessary code, duplicate with util.opener
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 26 Dec 2006 03:29:45 +0100] rev 3982
mq: remove unecessary code, duplicate with util.opener
Tue, 26 Dec 2006 03:42:17 +0100 hgk: (re)optimize reading of changelog and manifest
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 26 Dec 2006 03:42:17 +0100] rev 3981
hgk: (re)optimize reading of changelog and manifest
Tue, 26 Dec 2006 03:29:00 +0100 mq: use contexts
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 26 Dec 2006 03:29:00 +0100] rev 3980
mq: use contexts
Tue, 26 Dec 2006 03:27:24 +0100 hgk: use contexts
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 26 Dec 2006 03:27:24 +0100] rev 3979
hgk: use contexts
Tue, 26 Dec 2006 03:26:23 +0100 hgk: remove unused code, node2 is always set
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 26 Dec 2006 03:26:23 +0100] rev 3978
hgk: remove unused code, node2 is always set
Tue, 26 Dec 2006 03:25:44 +0100 extdiff: use contexts
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 26 Dec 2006 03:25:44 +0100] rev 3977
extdiff: use contexts
Tue, 26 Dec 2006 03:25:13 +0100 bugzilla: use contexts, simplify
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 26 Dec 2006 03:25:13 +0100] rev 3976
bugzilla: use contexts, simplify
Tue, 26 Dec 2006 03:24:51 +0100 acl: use contexts
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 26 Dec 2006 03:24:51 +0100] rev 3975
acl: use contexts
Tue, 26 Dec 2006 03:17:34 +0100 hgweb: fix unused import
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 26 Dec 2006 03:17:34 +0100] rev 3974
hgweb: fix unused import
Tue, 26 Dec 2006 03:16:54 +0100 hgweb: use contexts, fix coding style
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 26 Dec 2006 03:16:54 +0100] rev 3973
hgweb: use contexts, fix coding style
Tue, 26 Dec 2006 03:13:57 +0100 commands.py: use contexts in various places (debug*state, revert)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 26 Dec 2006 03:13:57 +0100] rev 3972
commands.py: use contexts in various places (debug*state, revert)
Tue, 26 Dec 2006 03:12:51 +0100 cmdutil.py: use contexts in findrenames
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 26 Dec 2006 03:12:51 +0100] rev 3971
cmdutil.py: use contexts in findrenames
Tue, 26 Dec 2006 03:12:23 +0100 commands.py: use contexts in export
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 26 Dec 2006 03:12:23 +0100] rev 3970
commands.py: use contexts in export
Tue, 26 Dec 2006 03:11:37 +0100 add possibility to pass flags when testing with the Makefile
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 26 Dec 2006 03:11:37 +0100] rev 3969
add possibility to pass flags when testing with the Makefile
Tue, 26 Dec 2006 00:40:28 +0100 archival.py: use contexts
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 26 Dec 2006 00:40:28 +0100] rev 3968
archival.py: use contexts
Mon, 25 Dec 2006 17:43:49 +0100 patch: use contexts for diff
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 25 Dec 2006 17:43:49 +0100] rev 3967
patch: use contexts for diff
Mon, 25 Dec 2006 18:57:55 +0100 context: create a filectxt with filelog reuse
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 25 Dec 2006 18:57:55 +0100] rev 3966
context: create a filectxt with filelog reuse
Mon, 25 Dec 2006 17:43:47 +0100 context: fix a bug in workingfilectx.renamed
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 25 Dec 2006 17:43:47 +0100] rev 3965
context: fix a bug in workingfilectx.renamed
Mon, 25 Dec 2006 17:43:44 +0100 make it possible to use changectx to create a filectx
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 25 Dec 2006 17:43:44 +0100] rev 3964
make it possible to use changectx to create a filectx
Mon, 25 Dec 2006 13:37:00 +0100 remove various unused import
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 25 Dec 2006 13:37:00 +0100] rev 3963
remove various unused import
Sun, 24 Dec 2006 22:55:34 +0100 add date attribute to workingfilectx
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 24 Dec 2006 22:55:34 +0100] rev 3962
add date attribute to workingfilectx
Sun, 24 Dec 2006 22:29:29 +0100 fix tab vs space
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 24 Dec 2006 22:29:29 +0100] rev 3961
fix tab vs space
Sun, 24 Dec 2006 22:28:01 +0100 test-manifest-merging: we only need to remove files
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 24 Dec 2006 22:28:01 +0100] rev 3960
test-manifest-merging: we only need to remove files
Fri, 22 Dec 2006 17:05:10 -0800 Merge with mpm
Brendan Cully <brendan@kublai.com> [Fri, 22 Dec 2006 17:05:10 -0800] rev 3959
Merge with mpm
Fri, 22 Dec 2006 17:59:40 -0600 convert-repo: add option to attempt to sort by date
Matt Mackall <mpm@selenic.com> [Fri, 22 Dec 2006 17:59:40 -0600] rev 3958
convert-repo: add option to attempt to sort by date
Fri, 22 Dec 2006 17:59:39 -0600 convert-repo: add CVS exec bit support
Matt Mackall <mpm@selenic.com> [Fri, 22 Dec 2006 17:59:39 -0600] rev 3957
convert-repo: add CVS exec bit support
Fri, 22 Dec 2006 17:59:37 -0600 Fix removed file cornercase for CVS convert-repo
Matt Mackall <mpm@selenic.com> [Fri, 22 Dec 2006 17:59:37 -0600] rev 3956
Fix removed file cornercase for CVS convert-repo
Fri, 22 Dec 2006 17:59:34 -0600 convert-repo: add CVS branch support
Matt Mackall <mpm@selenic.com> [Fri, 22 Dec 2006 17:59:34 -0600] rev 3955
convert-repo: add CVS branch support
Fri, 22 Dec 2006 17:59:34 -0600 convert-repo: add basic CVS import support
Matt Mackall <mpm@selenic.com> [Fri, 22 Dec 2006 17:59:34 -0600] rev 3954
convert-repo: add basic CVS import support
Fri, 22 Dec 2006 16:29:35 -0800 Make test-manifest-merging less likely to delete the whole filesystem
Brendan Cully <brendan@kublai.com> [Fri, 22 Dec 2006 16:29:35 -0800] rev 3953
Make test-manifest-merging less likely to delete the whole filesystem
Fri, 22 Dec 2006 22:53:16 +0100 merge with crew
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 22 Dec 2006 22:53:16 +0100] rev 3952
merge with crew
Fri, 22 Dec 2006 22:51:39 +0100 grep: remove count handling, simplify, fix issue337
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 22 Dec 2006 22:51:39 +0100] rev 3951
grep: remove count handling, simplify, fix issue337
Fri, 22 Dec 2006 22:16:05 +0100 grep: incrementing is always False during 'iter'
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 22 Dec 2006 22:16:05 +0100] rev 3950
grep: incrementing is always False during 'iter'
Thu, 21 Dec 2006 23:17:20 -0600 Merge with crew
Matt Mackall <mpm@selenic.com> [Thu, 21 Dec 2006 23:17:20 -0600] rev 3949
Merge with crew
Wed, 20 Dec 2006 17:04:07 -0600 Update convert-repo usage comments
Matt Mackall <mpm@selenic.com> [Wed, 20 Dec 2006 17:04:07 -0600] rev 3948
Update convert-repo usage comments
Wed, 20 Dec 2006 16:31:46 -0600 convert-repo: add some smarts
Matt Mackall <mpm@selenic.com> [Wed, 20 Dec 2006 16:31:46 -0600] rev 3947
convert-repo: add some smarts autodetect source and destination repo types autodetect read and write capabilities of converters default destination directory (<src>-hg) default map file (<dest>/.hg/shamap) more verbose by default add a -q switch add IO functions
Thu, 21 Dec 2006 20:41:56 +0100 Send encoding information in rss header
Edouard Gomez <ed.gomez@free.fr> [Thu, 21 Dec 2006 20:41:56 +0100] rev 3946
Send encoding information in rss header
Wed, 20 Dec 2006 23:41:27 +0100 pass the extra dict in rawcommit
Edouard Gomez <ed.gomez@free.fr> [Wed, 20 Dec 2006 23:41:27 +0100] rev 3945
pass the extra dict in rawcommit
Wed, 20 Dec 2006 12:07:02 -0800 Merge with mpm
Brendan Cully <brendan@kublai.com> [Wed, 20 Dec 2006 12:07:02 -0800] rev 3944
Merge with mpm
Wed, 20 Dec 2006 13:11:35 -0600 Merge with crew
Matt Mackall <mpm@selenic.com> [Wed, 20 Dec 2006 13:11:35 -0600] rev 3943
Merge with crew
Tue, 19 Dec 2006 17:17:08 -0600 Move README info to wiki
Matt Mackall <mpm@selenic.com> [Tue, 19 Dec 2006 17:17:08 -0600] rev 3942
Move README info to wiki
Tue, 19 Dec 2006 16:38:14 -0600 Move test suite docs to the wiki
Matt Mackall <mpm@selenic.com> [Tue, 19 Dec 2006 16:38:14 -0600] rev 3941
Move test suite docs to the wiki
Tue, 19 Dec 2006 16:37:45 -0600 hg in: if no incoming csets, remove existing bundle
Matt Mackall <mpm@selenic.com> [Tue, 19 Dec 2006 16:37:45 -0600] rev 3940
hg in: if no incoming csets, remove existing bundle
Wed, 20 Dec 2006 12:05:12 -0800 Merge with crew-stable
Brendan Cully <brendan@kublai.com> [Wed, 20 Dec 2006 12:05:12 -0800] rev 3939
Merge with crew-stable
Tue, 19 Dec 2006 15:46:02 +0100 sample.hgrc: hgk extension is now in hgext. Use churn as example for contrib.
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 19 Dec 2006 15:46:02 +0100] rev 3938
sample.hgrc: hgk extension is now in hgext. Use churn as example for contrib.
Tue, 19 Dec 2006 15:37:10 +0100 purge extension doesn't need "#!/usr/bin/env python".
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 19 Dec 2006 15:37:10 +0100] rev 3937
purge extension doesn't need "#!/usr/bin/env python". (from the Debian package: deb_specific__hgpurge.py.patch)
Tue, 19 Dec 2006 17:14:45 -0800 hgweb: simple tests
Brendan Cully <brendan@kublai.com> [Tue, 19 Dec 2006 17:14:45 -0800] rev 3936
hgweb: simple tests
Tue, 19 Dec 2006 17:03:34 -0800 hgweb: add raw manifest template
Brendan Cully <brendan@kublai.com> [Tue, 19 Dec 2006 17:03:34 -0800] rev 3935
hgweb: add raw manifest template
Fri, 15 Dec 2006 10:32:57 +0300 hgk - fix CR issues on windows
"Andrei Vermel <avermel@mail.ru>" [Fri, 15 Dec 2006 10:32:57 +0300] rev 3934
hgk - fix CR issues on windows
Tue, 19 Dec 2006 16:40:09 -0800 Teach hgweb about revlog.LookupError
Brendan Cully <brendan@kublai.com> [Tue, 19 Dec 2006 16:40:09 -0800] rev 3933
Teach hgweb about revlog.LookupError
Tue, 19 Dec 2006 08:59:41 -0600 writebundle: overwrite existing bundle file
Matt Mackall <mpm@selenic.com> [Tue, 19 Dec 2006 08:59:41 -0600] rev 3932
writebundle: overwrite existing bundle file
Tue, 19 Dec 2006 08:58:56 -0600 incoming/outgoing: return failure if no changes found
Matt Mackall <mpm@selenic.com> [Tue, 19 Dec 2006 08:58:56 -0600] rev 3931
incoming/outgoing: return failure if no changes found
Mon, 18 Dec 2006 12:22:43 -0800 Add revlog.LookupError exception, and use it instead of RevlogError.
Brendan Cully <brendan@kublai.com> [Mon, 18 Dec 2006 12:22:43 -0800] rev 3930
Add revlog.LookupError exception, and use it instead of RevlogError. Remove repo.LookupError, which devolves to the revlog version.
Sun, 17 Dec 2006 22:16:57 -0600 Add some modules to the demandimport ignore list for Windows
Matt Mackall <mpm@selenic.com> [Sun, 17 Dec 2006 22:16:57 -0600] rev 3929
Add some modules to the demandimport ignore list for Windows
Sun, 17 Dec 2006 21:48:22 -0600 Sync with -stable
Matt Mackall <mpm@selenic.com> [Sun, 17 Dec 2006 21:48:22 -0600] rev 3928
Sync with -stable
Sun, 17 Dec 2006 19:17:18 -0600 Added signature for changeset 27230c29bfec36d5540fbe1c976810aefecfd1d2
Matt Mackall <mpm@selenic.com> [Sun, 17 Dec 2006 19:17:18 -0600] rev 3927
Added signature for changeset 27230c29bfec36d5540fbe1c976810aefecfd1d2
Sun, 17 Dec 2006 19:02:33 -0600 Added tag 0.9.3 for changeset 27230c29bfec
Matt Mackall <mpm@selenic.com> [Sun, 17 Dec 2006 19:02:33 -0600] rev 3926
Added tag 0.9.3 for changeset 27230c29bfec
Sun, 17 Dec 2006 05:00:22 +0100 fix calculation of new heads added during push with -r 0.9.3
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 17 Dec 2006 05:00:22 +0100] rev 3925
fix calculation of new heads added during push with -r fix issue450
Sun, 17 Dec 2006 18:45:46 -0800 demandimport: blacklist _hashlib again (imported in ImportError try block)
Brendan Cully <brendan@kublai.com> [Sun, 17 Dec 2006 18:45:46 -0800] rev 3924
demandimport: blacklist _hashlib again (imported in ImportError try block)
Sun, 17 Dec 2006 18:34:42 -0800 demandimport: handle already-loaded nested modules in subload
Brendan Cully <brendan@kublai.com> [Sun, 17 Dec 2006 18:34:42 -0800] rev 3923
demandimport: handle already-loaded nested modules in subload
Sun, 17 Dec 2006 15:00:56 -0600 Merge with crew
Matt Mackall <mpm@selenic.com> [Sun, 17 Dec 2006 15:00:56 -0600] rev 3922
Merge with crew
Sun, 17 Dec 2006 14:56:12 -0600 demandimport: fix import x.y.z as a when x.y is already imported.
Matt Mackall <mpm@selenic.com> [Sun, 17 Dec 2006 14:56:12 -0600] rev 3921
demandimport: fix import x.y.z as a when x.y is already imported.
Sat, 16 Dec 2006 14:51:22 -0600 Merge with stable
Matt Mackall <mpm@selenic.com> [Sat, 16 Dec 2006 14:51:22 -0600] rev 3920
Merge with stable
Sat, 16 Dec 2006 23:36:06 +0100 merge with crew-stable
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 16 Dec 2006 23:36:06 +0100] rev 3919
merge with crew-stable
Sat, 16 Dec 2006 23:33:24 +0100 Adjust test-help output for the change in 3c82ab166eea.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 16 Dec 2006 23:33:24 +0100] rev 3918
Adjust test-help output for the change in 3c82ab166eea.
Sat, 16 Dec 2006 23:24:30 +0100 Fix test-hup for different output of ls on at least MacOS X and Solaris 8.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 16 Dec 2006 23:24:30 +0100] rev 3917
Fix test-hup for different output of ls on at least MacOS X and Solaris 8.
Sat, 16 Dec 2006 20:18:36 -0200 convert-repo: update usage information
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sat, 16 Dec 2006 20:18:36 -0200] rev 3916
convert-repo: update usage information
Sat, 16 Dec 2006 23:11:16 +0100 Make 'hg sign' behave like other commands: Default to current parent.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 16 Dec 2006 23:11:16 +0100] rev 3915
Make 'hg sign' behave like other commands: Default to current parent.
Sat, 16 Dec 2006 22:58:10 +0100 doc fix: hg tags defaults to current parent revision, too.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 16 Dec 2006 22:58:10 +0100] rev 3914
doc fix: hg tags defaults to current parent revision, too. Additionally use better language for the help text for tag, cat and manifest.
Sat, 16 Dec 2006 22:33:39 +0100 doc string fix: hg cat and manifest default to current parent revision.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 16 Dec 2006 22:33:39 +0100] rev 3913
doc string fix: hg cat and manifest default to current parent revision.
Sat, 16 Dec 2006 22:13:56 +0100 Using --date "" isn't possible, so don't document epoch. (see issue447)
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 16 Dec 2006 22:13:56 +0100] rev 3912
Using --date "" isn't possible, so don't document epoch. (see issue447)
Sat, 16 Dec 2006 14:41:34 -0600 convert-repo: avoid adding bogus value to shamap on tag update
Matt Mackall <mpm@selenic.com> [Sat, 16 Dec 2006 14:41:34 -0600] rev 3911
convert-repo: avoid adding bogus value to shamap on tag update
Sat, 16 Dec 2006 14:35:14 -0600 convert-repo: fix recoding of committer
Matt Mackall <mpm@selenic.com> [Sat, 16 Dec 2006 14:35:14 -0600] rev 3910
convert-repo: fix recoding of committer
Sat, 16 Dec 2006 14:40:55 +0100 merge with crew-stable
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 16 Dec 2006 14:40:55 +0100] rev 3909
merge with crew-stable
Sat, 16 Dec 2006 13:57:37 +0100 Include hg.1.gendoc.txt in doc/MANIFEST to prevent unnecessary rebuild.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 16 Dec 2006 13:57:37 +0100] rev 3908
Include hg.1.gendoc.txt in doc/MANIFEST to prevent unnecessary rebuild.
Sat, 16 Dec 2006 13:54:23 +0100 Regenerate hg.1 manpage if help text in help.py changes.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 16 Dec 2006 13:54:23 +0100] rev 3907
Regenerate hg.1 manpage if help text in help.py changes.
Sat, 16 Dec 2006 02:51:16 -0200 merge with crew-stable
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sat, 16 Dec 2006 02:51:16 -0200] rev 3906
merge with crew-stable
Sat, 16 Dec 2006 02:38:18 -0200 util.system: fix quoting on windows
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sat, 16 Dec 2006 02:38:18 -0200] rev 3905
util.system: fix quoting on windows
Sat, 16 Dec 2006 02:21:46 -0200 templater.py: fix obfuscate
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sat, 16 Dec 2006 02:21:46 -0200] rev 3904
templater.py: fix obfuscate
Fri, 15 Dec 2006 20:16:20 -0800 Make demandimport pass all tests on python2.5.
Brendan Cully <brendan@kublai.com> [Fri, 15 Dec 2006 20:16:20 -0800] rev 3903
Make demandimport pass all tests on python2.5.
Fri, 15 Dec 2006 18:38:09 -0800 Merge with crew-stable
Brendan Cully <brendan@kublai.com> [Fri, 15 Dec 2006 18:38:09 -0800] rev 3902
Merge with crew-stable
Fri, 15 Dec 2006 23:19:12 +0100 fix strip on windows
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 15 Dec 2006 23:19:12 +0100] rev 3901
fix strip on windows c: was interpreted as a protocol, prepend file: to the bundle file name
Fri, 15 Dec 2006 19:30:20 +0100 Don't use node length for calculating revision number length.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 15 Dec 2006 19:30:20 +0100] rev 3900
Don't use node length for calculating revision number length. Done by moving repo.lookup of revisions from commands.export to patch.export
Fri, 15 Dec 2006 19:09:10 +0100 Make sequence number on hg export start at 1 (as documented for %n). Add test.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 15 Dec 2006 19:09:10 +0100] rev 3899
Make sequence number on hg export start at 1 (as documented for %n). Add test.
Fri, 15 Dec 2006 11:14:55 -0800 Merge with main
Brendan Cully <brendan@kublai.com> [Fri, 15 Dec 2006 11:14:55 -0800] rev 3898
Merge with main
Fri, 15 Dec 2006 12:38:18 -0600 demandimport: ignore _hashlib and email.mime
Matt Mackall <mpm@selenic.com> [Fri, 15 Dec 2006 12:38:18 -0600] rev 3897
demandimport: ignore _hashlib and email.mime This makes things work with Python2.5. A better fix would be to fix demandload to use __getattribute__ to be more transparent.
(0) -3000 -1000 -120 +120 +1000 tip