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.
Thu, 26 Oct 2006 00:27:19 -0700 zsh: complete qguard with +/- guard prefixes
Brendan Cully <brendan@kublai.com> [Thu, 26 Oct 2006 00:27:19 -0700] rev 3529
zsh: complete qguard with +/- guard prefixes
Wed, 25 Oct 2006 21:01:00 +0200 hgcommand.vim: remove deprecated -b option from hg parents.
Christian Ebert <blacktrash@gmx.net> [Wed, 25 Oct 2006 21:01:00 +0200] rev 3528
hgcommand.vim: remove deprecated -b option from hg parents.
Wed, 25 Oct 2006 19:31:42 -0700 zsh: complete qapplied, qdiff, qfold, qguard, qimport, qnext, qprev
Brendan Cully <brendan@kublai.com> [Wed, 25 Oct 2006 19:31:42 -0700] rev 3527
zsh: complete qapplied, qdiff, qfold, qguard, qimport, qnext, qprev as well as qrename, qselect, qseries, qunapplied and qtop.
Wed, 25 Oct 2006 17:09:22 -0700 Merge with mpm
Brendan Cully <brendan@kublai.com> [Wed, 25 Oct 2006 17:09:22 -0700] rev 3526
Merge with mpm
Wed, 25 Oct 2006 18:31:49 -0500 Update tests for removed commands
Matt Mackall <mpm@selenic.com> [Wed, 25 Oct 2006 18:31:49 -0500] rev 3525
Update tests for removed commands
Wed, 25 Oct 2006 18:29:54 -0500 Remove update -m, deprecated for 0.9.1
Matt Mackall <mpm@selenic.com> [Wed, 25 Oct 2006 18:29:54 -0500] rev 3524
Remove update -m, deprecated for 0.9.1
Wed, 25 Oct 2006 17:53:24 -0500 Remove the undo command, deprecated pre-0.9
Matt Mackall <mpm@selenic.com> [Wed, 25 Oct 2006 17:53:24 -0500] rev 3523
Remove the undo command, deprecated pre-0.9
Wed, 25 Oct 2006 17:47:53 -0500 Remove forget command, deprecated pre-0.9
Matt Mackall <mpm@selenic.com> [Wed, 25 Oct 2006 17:47:53 -0500] rev 3522
Remove forget command, deprecated pre-0.9
Wed, 25 Oct 2006 17:45:35 -0500 Fix excessive complaining from hg log -b
Matt Mackall <mpm@selenic.com> [Wed, 25 Oct 2006 17:45:35 -0500] rev 3521
Fix excessive complaining from hg log -b
Wed, 25 Oct 2006 17:40:03 -0500 Remove some more deprecated options from help syntax summaries
Matt Mackall <mpm@selenic.com> [Wed, 25 Oct 2006 17:40:03 -0500] rev 3520
Remove some more deprecated options from help syntax summaries
Wed, 25 Oct 2006 17:38:17 -0500 Hide deprecated flags in help unless verbose
Matt Mackall <mpm@selenic.com> [Wed, 25 Oct 2006 17:38:17 -0500] rev 3519
Hide deprecated flags in help unless verbose
Wed, 25 Oct 2006 16:45:39 -0500 Remove old fish-merge test
Matt Mackall <mpm@selenic.com> [Wed, 25 Oct 2006 16:45:39 -0500] rev 3518
Remove old fish-merge test
Wed, 25 Oct 2006 16:35:35 -0700 zsh: make option lists more compact
Brendan Cully <brendan@kublai.com> [Wed, 25 Oct 2006 16:35:35 -0700] rev 3517
zsh: make option lists more compact
Wed, 25 Oct 2006 15:10:30 -0700 Merge with mpm
Brendan Cully <brendan@kublai.com> [Wed, 25 Oct 2006 15:10:30 -0700] rev 3516
Merge with mpm
Wed, 25 Oct 2006 16:42:52 -0500 Merge with crew
Matt Mackall <mpm@selenic.com> [Wed, 25 Oct 2006 16:42:52 -0500] rev 3515
Merge with crew
Wed, 25 Oct 2006 16:30:45 -0500 Some README updates
Matt Mackall <mpm@selenic.com> [Wed, 25 Oct 2006 16:30:45 -0500] rev 3514
Some README updates
Wed, 25 Oct 2006 16:25:44 -0500 Remove some old documentation that belongs on the wiki
Matt Mackall <mpm@selenic.com> [Wed, 25 Oct 2006 16:25:44 -0500] rev 3513
Remove some old documentation that belongs on the wiki
Wed, 25 Oct 2006 16:24:28 -0500 Move rewrite-log to contrib
Matt Mackall <mpm@selenic.com> [Wed, 25 Oct 2006 16:24:28 -0500] rev 3512
Move rewrite-log to contrib
Wed, 25 Oct 2006 15:08:40 -0700 zsh: rewrite
Brendan Cully <brendan@kublai.com> [Wed, 25 Oct 2006 15:08:40 -0700] rev 3511
zsh: rewrite This version of zsh completion handles global options more correctly, completes options for command abbreviations, and does much more lazy evaluation.
Wed, 25 Oct 2006 18:45:18 +0200 Show number (-v) and list (--debug) of changesets with bundle/pull/push etc.
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 25 Oct 2006 18:45:18 +0200] rev 3510
Show number (-v) and list (--debug) of changesets with bundle/pull/push etc.
Wed, 25 Oct 2006 18:22:04 +0200 fix graph traversal in commands.bundle (it wasn't O(n))
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 25 Oct 2006 18:22:04 +0200] rev 3509
fix graph traversal in commands.bundle (it wasn't O(n))
Wed, 25 Oct 2006 17:20:39 +0200 Corrected help text for bundle.
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 25 Oct 2006 17:20:39 +0200] rev 3508
Corrected help text for bundle.
Wed, 25 Oct 2006 08:11:17 +0200 Corrected synopsis of hg heads
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 25 Oct 2006 08:11:17 +0200] rev 3507
Corrected synopsis of hg heads
Wed, 25 Oct 2006 02:51:27 -0300 Test that we notice the empty files from the second parent during a merge
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Wed, 25 Oct 2006 02:51:27 -0300] rev 3506
Test that we notice the empty files from the second parent during a merge This didn't work with 0.9.1, but was fixed by 05257fd28591.
Tue, 24 Oct 2006 23:00:43 -0300 revlog.py: always return tuples from parents and parentrevs
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Tue, 24 Oct 2006 23:00:43 -0300] rev 3505
revlog.py: always return tuples from parents and parentrevs There's at least one place doing parentrevs(rev) != (rev-1, -1), which is always true with revlog v0, since parentrevs returns a list in this case.
Tue, 24 Oct 2006 17:22:07 -0500 Remove [-b] options from help syntax lines
Matt Mackall <mpm@selenic.com> [Tue, 24 Oct 2006 17:22:07 -0500] rev 3504
Remove [-b] options from help syntax lines
Tue, 24 Oct 2006 17:07:11 -0500 Deprecate old --branch/branches options
Matt Mackall <mpm@selenic.com> [Tue, 24 Oct 2006 17:07:11 -0500] rev 3503
Deprecate old --branch/branches options
Tue, 24 Oct 2006 16:49:36 -0500 add branch and branches commands
Matt Mackall <mpm@selenic.com> [Tue, 24 Oct 2006 16:49:36 -0500] rev 3502
add branch and branches commands
Tue, 24 Oct 2006 17:49:48 -0300 test-mq-caches: look up a revision that does not exist to force cache creation
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Tue, 24 Oct 2006 17:49:48 -0300] rev 3501
test-mq-caches: look up a revision that does not exist to force cache creation
Tue, 24 Oct 2006 13:42:21 -0700 Merge with mpm
Brendan Cully <brendan@kublai.com> [Tue, 24 Oct 2006 13:42:21 -0700] rev 3500
Merge with mpm
Tue, 24 Oct 2006 13:46:04 -0500 Merge with crew
Matt Mackall <mpm@selenic.com> [Tue, 24 Oct 2006 13:46:04 -0500] rev 3499
Merge with crew
Mon, 23 Oct 2006 17:12:20 -0500 localrepo: add separate methods for manipulating repository data
Matt Mackall <mpm@selenic.com> [Mon, 23 Oct 2006 17:12:20 -0500] rev 3498
localrepo: add separate methods for manipulating repository data This change adds new methods sjoin and sopener for accessing the following elements: - changelog - manifest - data/ - journal and undo log - repo lock This will simplify sharing this data and escaping paths
Wed, 18 Oct 2006 22:38:23 -0500 Minor tags optimization
Matt Mackall <mpm@selenic.com> [Wed, 18 Oct 2006 22:38:23 -0500] rev 3497
Minor tags optimization
Wed, 18 Oct 2006 14:14:59 -0500 Use file contexts in tags code
Matt Mackall <mpm@selenic.com> [Wed, 18 Oct 2006 14:14:59 -0500] rev 3496
Use file contexts in tags code
Wed, 18 Oct 2006 14:06:48 -0500 filecontext: report False for missing files
Matt Mackall <mpm@selenic.com> [Wed, 18 Oct 2006 14:06:48 -0500] rev 3495
filecontext: report False for missing files
Wed, 18 Oct 2006 11:44:56 -0500 Only look up tags and branches as a last resort
Matt Mackall <mpm@selenic.com> [Wed, 18 Oct 2006 11:44:56 -0500] rev 3494
Only look up tags and branches as a last resort
Tue, 24 Oct 2006 13:31:01 -0700 hgweb: add heads to gitweb summary
Brendan Cully <brendan@kublai.com> [Tue, 24 Oct 2006 13:31:01 -0700] rev 3493
hgweb: add heads to gitweb summary
Tue, 24 Oct 2006 13:17:41 -0700 zsh: cache hg help output
Brendan Cully <brendan@kublai.com> [Tue, 24 Oct 2006 13:17:41 -0700] rev 3492
zsh: cache hg help output
Tue, 24 Oct 2006 13:09:09 -0700 zsh: complete according to the -R option if specified
Brendan Cully <brendan@kublai.com> [Tue, 24 Oct 2006 13:09:09 -0700] rev 3491
zsh: complete according to the -R option if specified
Tue, 24 Oct 2006 11:10:04 -0700 zsh: add view opts
Brendan Cully <brendan@kublai.com> [Tue, 24 Oct 2006 11:10:04 -0700] rev 3490
zsh: add view opts
Tue, 24 Oct 2006 11:10:04 -0700 zsh: add --style and --template opts
Brendan Cully <brendan@kublai.com> [Tue, 24 Oct 2006 11:10:04 -0700] rev 3489
zsh: add --style and --template opts
Tue, 24 Oct 2006 11:10:04 -0700 zsh: add -r to parents
Brendan Cully <brendan@kublai.com> [Tue, 24 Oct 2006 11:10:04 -0700] rev 3488
zsh: add -r to parents
Tue, 24 Oct 2006 11:10:04 -0700 zsh: expand tags lazily
Brendan Cully <brendan@kublai.com> [Tue, 24 Oct 2006 11:10:04 -0700] rev 3487
zsh: expand tags lazily
Mon, 23 Oct 2006 23:32:56 -0300 make mq play nicely with the branch cache
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 23 Oct 2006 23:32:56 -0300] rev 3486
make mq play nicely with the branch cache - if no patches are applied, don't do anything different - if the cache includes valid data from one of the patch revisions, use the cache, but don't save anything new - if the cache has data from before the patch revisions only, save what the list of branches would be without the patch revisions
Mon, 23 Oct 2006 23:32:56 -0300 Split branchtags into two additional functions.
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 23 Oct 2006 23:32:56 -0300] rev 3485
Split branchtags into two additional functions. This makes it easier to override only parts of the cache saving process.
Mon, 23 Oct 2006 14:56:51 +0200 Commit username: Better error message, abort on empty name, fix documentation.
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 23 Oct 2006 14:56:51 +0200] rev 3484
Commit username: Better error message, abort on empty name, fix documentation.
Sun, 22 Oct 2006 21:47:37 -0300 hgweb: make #motd# available for all templates
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sun, 22 Oct 2006 21:47:37 -0300] rev 3483
hgweb: make #motd# available for all templates
Sat, 21 Oct 2006 23:51:36 -0700 zsh completion: basic mq support
Brendan Cully <brendan@kublai.com> [Sat, 21 Oct 2006 23:51:36 -0700] rev 3482
zsh completion: basic mq support
Sun, 22 Oct 2006 01:02:13 -0300 bash_completion: qguard
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sun, 22 Oct 2006 01:02:13 -0300] rev 3481
bash_completion: qguard
Sun, 22 Oct 2006 01:02:06 -0300 bash_completion: allow overriding completion for arguments that start with "-"
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sun, 22 Oct 2006 01:02:06 -0300] rev 3480
bash_completion: allow overriding completion for arguments that start with "-"
Sun, 22 Oct 2006 01:02:00 -0300 bash_completion: qfold, qrename, qheader, qclone and qselect
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sun, 22 Oct 2006 01:02:00 -0300] rev 3479
bash_completion: qfold, qrename, qheader, qclone and qselect
Sun, 22 Oct 2006 01:01:52 -0300 bash_completion: email --bcc
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sun, 22 Oct 2006 01:01:52 -0300] rev 3478
bash_completion: email --bcc
Sun, 22 Oct 2006 01:01:45 -0300 bash_completion: qdelete --rev
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sun, 22 Oct 2006 01:01:45 -0300] rev 3477
bash_completion: qdelete --rev
Sun, 22 Oct 2006 01:01:42 -0300 bash_completion: make export fall back to tags when there's no mq patch applied
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sun, 22 Oct 2006 01:01:42 -0300] rev 3476
bash_completion: make export fall back to tags when there's no mq patch applied
Sun, 22 Oct 2006 01:01:03 -0300 bash_completion: don't complete export with "garbage" when mq is not around
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sun, 22 Oct 2006 01:01:03 -0300] rev 3475
bash_completion: don't complete export with "garbage" when mq is not around The "garbage" is the output of hg help printed when a command is not found.
Sat, 21 Oct 2006 20:51:24 +0200 Fix "templater object got multiple values for keyword argument 'motd'"
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 21 Oct 2006 20:51:24 +0200] rev 3474
Fix "templater object got multiple values for keyword argument 'motd'" caused by adding motd to the call to the index template (2896ce093ec4)
Sat, 21 Oct 2006 20:19:46 +0200 Add #motd# to gitweb pages. Needs to pass self.motd to index template, too.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 21 Oct 2006 20:19:46 +0200] rev 3473
Add #motd# to gitweb pages. Needs to pass self.motd to index template, too.
Thu, 19 Oct 2006 16:15:01 -0700 gitweb: add revision numbers to annotate changeset links
Brendan Cully <brendan@kublai.com> [Thu, 19 Oct 2006 16:15:01 -0700] rev 3472
gitweb: add revision numbers to annotate changeset links
Thu, 19 Oct 2006 16:12:43 -0700 gitweb: add revision numbers to filerevision changeset links
Brendan Cully <brendan@kublai.com> [Thu, 19 Oct 2006 16:12:43 -0700] rev 3471
gitweb: add revision numbers to filerevision changeset links
Thu, 19 Oct 2006 15:58:43 -0700 hgweb: add revision numbers to changeset parent/child links
Brendan Cully <brendan@kublai.com> [Thu, 19 Oct 2006 15:58:43 -0700] rev 3470
hgweb: add revision numbers to changeset parent/child links
Thu, 19 Oct 2006 16:55:34 +0200 fix errors spotted by pychecker
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 19 Oct 2006 16:55:34 +0200] rev 3469
fix errors spotted by pychecker
Thu, 19 Oct 2006 14:16:51 +0200 use xrange instead of range
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 19 Oct 2006 14:16:51 +0200] rev 3468
use xrange instead of range
Thu, 19 Oct 2006 14:03:41 +0200 use xrange instead of range
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 19 Oct 2006 14:03:41 +0200] rev 3467
use xrange instead of range
Thu, 19 Oct 2006 13:00:02 +0200 Corrected SSH configuration example in pull help.
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 19 Oct 2006 13:00:02 +0200] rev 3466
Corrected SSH configuration example in pull help.
Thu, 19 Oct 2006 10:23:27 +0200 revlog.children: use parentrevs instead of parents
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 19 Oct 2006 10:23:27 +0200] rev 3465
revlog.children: use parentrevs instead of parents
Wed, 18 Oct 2006 18:47:50 -0300 Don't use test -e in tests - sh doesn't like it on Solaris
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Wed, 18 Oct 2006 18:47:50 -0300] rev 3464
Don't use test -e in tests - sh doesn't like it on Solaris
Wed, 18 Oct 2006 18:44:23 -0300 Update tests output
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Wed, 18 Oct 2006 18:44:23 -0300] rev 3463
Update tests output
Wed, 18 Oct 2006 14:24:38 -0700 Add --rev option to status
Brendan Cully <brendan@kublai.com> [Wed, 18 Oct 2006 14:24:38 -0700] rev 3462
Add --rev option to status
Wed, 18 Oct 2006 22:24:03 +0200 makes username mandatory
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 18 Oct 2006 22:24:03 +0200] rev 3461
makes username mandatory
Wed, 18 Oct 2006 10:37:34 -0700 patch: return list of modified files even when an exception is raised
Brendan Cully <brendan@kublai.com> [Wed, 18 Oct 2006 10:37:34 -0700] rev 3460
patch: return list of modified files even when an exception is raised The file list is passed in as an argument and updated in place. This fixes issue399.
Wed, 18 Oct 2006 10:37:34 -0700 mq: test case for issue399
Brendan Cully <brendan@kublai.com> [Wed, 18 Oct 2006 10:37:34 -0700] rev 3459
mq: test case for issue399
Wed, 18 Oct 2006 18:10:21 +0200 Extended templating test for new branches and extra changeset info.
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 18 Oct 2006 18:10:21 +0200] rev 3458
Extended templating test for new branches and extra changeset info.
Wed, 18 Oct 2006 18:09:32 +0200 Added extra changeset info to templater and map-cmdline.default.
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 18 Oct 2006 18:09:32 +0200] rev 3457
Added extra changeset info to templater and map-cmdline.default.
Wed, 18 Oct 2006 17:58:51 +0200 Add new branch info to templater and use it in map-cmdline.default.
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 18 Oct 2006 17:58:51 +0200] rev 3456
Add new branch info to templater and use it in map-cmdline.default. The template currently shows old (hg log -b style) branch tags, too, but not in the same way as the built in changeset_printer.
Wed, 18 Oct 2006 12:26:12 +0200 Don't show empty list of files in hg log -v.
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 18 Oct 2006 12:26:12 +0200] rev 3455
Don't show empty list of files in hg log -v.
Wed, 18 Oct 2006 12:17:02 +0200 Adjust default cmdline style to really match verbose/debug log.
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 18 Oct 2006 12:17:02 +0200] rev 3454
Adjust default cmdline style to really match verbose/debug log.
Wed, 18 Oct 2006 11:55:32 +0200 Show extra changeset info for log/tip/heads/... --debug
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 18 Oct 2006 11:55:32 +0200] rev 3453
Show extra changeset info for log/tip/heads/... --debug
Wed, 18 Oct 2006 10:46:51 -0500 If we can't write the branch cache, fail quietly.
Matt Mackall <mpm@selenic.com> [Wed, 18 Oct 2006 10:46:51 -0500] rev 3452
If we can't write the branch cache, fail quietly.
Wed, 18 Oct 2006 10:35:14 +0200 Add test for invalid branch cache (fixed by 27ebe4efe98e)
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 18 Oct 2006 10:35:14 +0200] rev 3451
Add test for invalid branch cache (fixed by 27ebe4efe98e)
Wed, 18 Oct 2006 09:26:23 +0200 invalidate the branch cache when sanity check fails
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 18 Oct 2006 09:26:23 +0200] rev 3450
invalidate the branch cache when sanity check fails
Wed, 18 Oct 2006 02:14:26 -0500 Testing the new changegroupsubset remote function in the ssh
Eric Hopper <hopper@omnifarious.org> [Wed, 18 Oct 2006 02:14:26 -0500] rev 3449
Testing the new changegroupsubset remote function in the ssh and http protocols.
Sat, 09 Sep 2006 18:25:07 -0700 Stop erroring out pull -r and clone -r if repository isn't local.
Eric Hopper <hopper@omnifarious.org> [Sat, 09 Sep 2006 18:25:07 -0700] rev 3448
Stop erroring out pull -r and clone -r if repository isn't local.
Sat, 09 Sep 2006 18:25:06 -0700 sshrepo: add passing of lookup exceptions
Eric Hopper <hopper@omnifarious.org> [Sat, 09 Sep 2006 18:25:06 -0700] rev 3447
sshrepo: add passing of lookup exceptions
Sat, 09 Sep 2006 18:25:06 -0700 Adding changegroupsubset and lookup to ssh protocol so pull -r and
Eric Hopper <hopper@omnifarious.org> [Sat, 09 Sep 2006 18:25:06 -0700] rev 3446
Adding changegroupsubset and lookup to ssh protocol so pull -r and clone -r can be supported.
Wed, 18 Oct 2006 02:08:36 -0500 httprepo: add support for passing lookup exception data
Matt Mackall <mpm@selenic.com> [Wed, 18 Oct 2006 02:08:36 -0500] rev 3445
httprepo: add support for passing lookup exception data
Sat, 09 Sep 2006 18:25:06 -0700 Adding changegroupsubset and lookup to web protocol so pull -r and
Eric Hopper <hopper@omnifarious.org> [Sat, 09 Sep 2006 18:25:06 -0700] rev 3444
Adding changegroupsubset and lookup to web protocol so pull -r and clone -r can be supported.
Wed, 18 Oct 2006 02:08:33 -0500 Improve branch cache sanity check for mq
Matt Mackall <mpm@selenic.com> [Wed, 18 Oct 2006 02:08:33 -0500] rev 3443
Improve branch cache sanity check for mq
Tue, 17 Oct 2006 22:59:01 -0500 merge: fix branch setting
Matt Mackall <mpm@selenic.com> [Tue, 17 Oct 2006 22:59:01 -0500] rev 3442
merge: fix branch setting (and remove debugging message)
Tue, 17 Oct 2006 22:34:43 -0500 imported patch foo
Matt Mackall <mpm@selenic.com> [Tue, 17 Oct 2006 22:34:43 -0500] rev 3441
imported patch foo
Tue, 17 Oct 2006 22:26:14 -0500 commit: read branch with workingctx
Matt Mackall <mpm@selenic.com> [Tue, 17 Oct 2006 22:26:14 -0500] rev 3440
commit: read branch with workingctx
(0) -3000 -1000 -120 +120 +1000 tip