Thu, 26 Oct 2006 18:43:57 -0500 kill makewalk function
Matt Mackall <mpm@selenic.com> [Thu, 26 Oct 2006 18:43:57 -0500] rev 3559
kill makewalk function
Thu, 26 Oct 2006 17:45:03 -0500 Pull getchange out of walkchangerevs
Matt Mackall <mpm@selenic.com> [Thu, 26 Oct 2006 17:45:03 -0500] rev 3558
Pull getchange out of walkchangerevs
Thu, 26 Oct 2006 17:27:07 -0500 Make revrange return a list of ints so that callers don't have to convert
Matt Mackall <mpm@selenic.com> [Thu, 26 Oct 2006 17:27:07 -0500] rev 3557
Make revrange return a list of ints so that callers don't have to convert
Thu, 26 Oct 2006 17:15:55 -0500 simplify revrange and revpair
Matt Mackall <mpm@selenic.com> [Thu, 26 Oct 2006 17:15:55 -0500] rev 3556
simplify revrange and revpair
Thu, 26 Oct 2006 14:09:15 -0500 lookup(str(x)) -> lookup(x)
Matt Mackall <mpm@selenic.com> [Thu, 26 Oct 2006 14:09:15 -0500] rev 3555
lookup(str(x)) -> lookup(x)
Thu, 26 Oct 2006 14:04:58 -0500 Fixups for hg grep
Matt Mackall <mpm@selenic.com> [Thu, 26 Oct 2006 14:04:58 -0500] rev 3554
Fixups for hg grep - kill trimuser function - remove ucache - simplify descending logic - fix files with matches logic - correct tests
Fri, 27 Oct 2006 19:24:57 +0200 Turn bundle file into a string for http push, for urllib2 over proxies.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 27 Oct 2006 19:24:57 +0200] rev 3553
Turn bundle file into a string for http push, for urllib2 over proxies.
Fri, 27 Oct 2006 18:30:53 +0200 Force the content-length header to be a string in httprepo.unbundle.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 27 Oct 2006 18:30:53 +0200] rev 3552
Force the content-length header to be a string in httprepo.unbundle. (Needed for Python2.3 compatibility)
Fri, 27 Oct 2006 18:20:28 +0200 Use the new UnexpectedOutput exception in httprepo, too.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 27 Oct 2006 18:20:28 +0200] rev 3551
Use the new UnexpectedOutput exception in httprepo, too.
Fri, 27 Oct 2006 18:17:12 +0200 New UnexpectedOutput exception to catch server errors in localrepo.stream_in
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 27 Oct 2006 18:17:12 +0200] rev 3550
New UnexpectedOutput exception to catch server errors in localrepo.stream_in If the unexpected is a string, the empty string will be mentioned, and long strings are cut to at most 400 chars.
Fri, 27 Oct 2006 15:56:34 +0200 Some clarifications for pull/push protocols:
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 27 Oct 2006 15:56:34 +0200] rev 3549
Some clarifications for pull/push protocols: - List file:// and static-http:// - Mention that you can pull from bundle files - List http and https as valid push targets, but emphasize that this feature has to be enabled.
Fri, 27 Oct 2006 15:02:27 +0200 httprepo: record the url after a request, makes pull + redirect works
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 27 Oct 2006 15:02:27 +0200] rev 3548
httprepo: record the url after a request, makes pull + redirect works POST+redirect doesn't work in python, as a workaround we record the url from the previous GETs so that when we do a POST it uses the redirected url fix issue327
Fri, 27 Oct 2006 10:24:19 +0200 add AIX to the list of compilers that don't have inline keyword
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 27 Oct 2006 10:24:19 +0200] rev 3547
add AIX to the list of compilers that don't have inline keyword
Thu, 26 Oct 2006 22:28:33 -0700 zsh: support remote URLs
Brendan Cully <brendan@kublai.com> [Thu, 26 Oct 2006 22:28:33 -0700] rev 3546
zsh: support remote URLs
Thu, 26 Oct 2006 17:33:24 -0700 zsh: suppress mq completion error messages outside of repository
Brendan Cully <brendan@kublai.com> [Thu, 26 Oct 2006 17:33:24 -0700] rev 3545
zsh: suppress mq completion error messages outside of repository
Thu, 26 Oct 2006 17:28:12 -0700 zsh: suppress error message for status completion outside of repository
Brendan Cully <brendan@kublai.com> [Thu, 26 Oct 2006 17:28:12 -0700] rev 3544
zsh: suppress error message for status completion outside of repository
Thu, 26 Oct 2006 19:25:45 +0200 Turn of "Not trusting file" logging when running hgweb and hgwebdir
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 26 Oct 2006 19:25:45 +0200] rev 3543
Turn of "Not trusting file" logging when running hgweb and hgwebdir (hg serve still shows the warning)
Thu, 26 Oct 2006 19:25:45 +0200 use untrusted settings in hgwebdir
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Thu, 26 Oct 2006 19:25:45 +0200] rev 3542
use untrusted settings in hgwebdir
Thu, 26 Oct 2006 19:25:45 +0200 use untrusted settings in hgweb
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Thu, 26 Oct 2006 19:25:45 +0200] rev 3541
use untrusted settings in hgweb The only exceptions are web.static and web.templates, since they can be used to get any file that is readable by the user running the CGI script. Other options can be (ab)used to increase the use of the cpu (allow_bz2) or of the bandwidth (server.uncompressed), but they're trusted anyway.
Thu, 26 Oct 2006 19:25:45 +0200 add untrusted argument to patch.diffopts
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Thu, 26 Oct 2006 19:25:45 +0200] rev 3540
add untrusted argument to patch.diffopts
Thu, 26 Oct 2006 19:25:45 +0200 add --untrusted to showconfig
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Thu, 26 Oct 2006 19:25:45 +0200] rev 3539
add --untrusted to showconfig
Thu, 26 Oct 2006 19:25:45 +0200 save settings from untrusted config files in a separate configparser
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Thu, 26 Oct 2006 19:25:45 +0200] rev 3538
save settings from untrusted config files in a separate configparser This untrusted configparser is a superset of the trusted configparser, so that interpolation still works. Also add an "untrusted" argument to ui.config* to allow querying ui.ucdata. With --debug, we print a warning when we read an untrusted config file, and when we try to access a trusted setting that has one value in the trusted configparser and another in the untrusted configparser.
Thu, 26 Oct 2006 19:25:44 +0200 Only read .hg/hgrc files from trusted users/groups
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Thu, 26 Oct 2006 19:25:44 +0200] rev 3537
Only read .hg/hgrc files from trusted users/groups The list of trusted users and groups is specified in the [trusted] section of a hgrc; the current user is always trusted; "*" can be used to trust all users/groups. Global hgrc files are always read. On Windows (and other systems that don't have the pwd and grp modules), all .hg/hgrc files are read. This is essentially the same patch that was previously applied as revision 494521a3f142.
Thu, 26 Oct 2006 10:06:12 -0700 zsh: add revrange completion
Brendan Cully <brendan@kublai.com> [Thu, 26 Oct 2006 10:06:12 -0700] rev 3536
zsh: add revrange completion
Thu, 26 Oct 2006 09:46:08 -0700 zsh: add qbase and qtip to qapplied completions
Brendan Cully <brendan@kublai.com> [Thu, 26 Oct 2006 09:46:08 -0700] rev 3535
zsh: add qbase and qtip to qapplied completions
Thu, 26 Oct 2006 09:44:03 -0700 zsh: use standard tags where possible
Brendan Cully <brendan@kublai.com> [Thu, 26 Oct 2006 09:44:03 -0700] rev 3534
zsh: use standard tags where possible
Thu, 26 Oct 2006 09:40:20 -0700 mq: support qimport -
Brendan Cully <brendan@kublai.com> [Thu, 26 Oct 2006 09:40:20 -0700] rev 3533
mq: support qimport -
Wed, 25 Oct 2006 20:59:50 +0200 hgcommand.vim: doc install delete into "black hole", g: prefix global vars.
Christian Ebert <blacktrash@gmx.net> [Wed, 25 Oct 2006 20:59:50 +0200] rev 3532
hgcommand.vim: doc install delete into "black hole", g: prefix global vars.
Thu, 26 Oct 2006 09:29:42 +0200 merge with crew
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 26 Oct 2006 09:29:42 +0200] rev 3531
merge with crew
Thu, 26 Oct 2006 09:22:10 +0200 Corrected hg synopsis.
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 26 Oct 2006 09:22:10 +0200] rev 3530
Corrected hg synopsis.
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip