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
Tue, 17 Oct 2006 22:09:56 -0500 branchtags: use changectx
Matt Mackall <mpm@selenic.com> [Tue, 17 Oct 2006 22:09:56 -0500] rev 3439
branchtags: use changectx setting self.branchcache on entry avoids recursions in lookup
Tue, 17 Oct 2006 22:07:54 -0500 revlog.lookup tweaks
Matt Mackall <mpm@selenic.com> [Tue, 17 Oct 2006 22:07:54 -0500] rev 3438
revlog.lookup tweaks - fast path for binary node ids - direct lookup for full hex ids - silly change to bin_id
Tue, 17 Oct 2006 19:04:13 -0500 Merge with crew
Matt Mackall <mpm@selenic.com> [Tue, 17 Oct 2006 19:04:13 -0500] rev 3437
Merge with crew
Tue, 17 Oct 2006 18:54:37 -0500 Merge with crew
Matt Mackall <mpm@selenic.com> [Tue, 17 Oct 2006 18:54:37 -0500] rev 3436
Merge with crew
Tue, 17 Oct 2006 18:48:41 -0500 Add some basic branch name tests
Matt Mackall <mpm@selenic.com> [Tue, 17 Oct 2006 18:48:41 -0500] rev 3435
Add some basic branch name tests
Tue, 17 Oct 2006 18:32:00 -0500 Add branch support to commit
Matt Mackall <mpm@selenic.com> [Tue, 17 Oct 2006 18:32:00 -0500] rev 3434
Add branch support to commit
Tue, 17 Oct 2006 18:31:56 -0500 Make lookup aware of branch labels
Matt Mackall <mpm@selenic.com> [Tue, 17 Oct 2006 18:31:56 -0500] rev 3433
Make lookup aware of branch labels adjust precedence order slightly: - '.' - tags - branch labels - revlog order
Tue, 17 Oct 2006 18:31:18 -0500 Add branchtags function with cache
Matt Mackall <mpm@selenic.com> [Tue, 17 Oct 2006 18:31:18 -0500] rev 3432
Add branchtags function with cache - cache stores tipmost node and rev and node,label pairs - if cache is out of date, scan new changesets - write new cache out after scan
Tue, 17 Oct 2006 18:30:20 -0500 Update branch on checkout/update
Matt Mackall <mpm@selenic.com> [Tue, 17 Oct 2006 18:30:20 -0500] rev 3431
Update branch on checkout/update
Tue, 17 Oct 2006 18:30:19 -0500 Report branch for hg id
Matt Mackall <mpm@selenic.com> [Tue, 17 Oct 2006 18:30:19 -0500] rev 3430
Report branch for hg id
Tue, 17 Oct 2006 18:30:18 -0500 Report branch for hg log and friends
Matt Mackall <mpm@selenic.com> [Tue, 17 Oct 2006 18:30:18 -0500] rev 3429
Report branch for hg log and friends
Tue, 17 Oct 2006 18:30:12 -0500 Add branch method to contexts
Matt Mackall <mpm@selenic.com> [Tue, 17 Oct 2006 18:30:12 -0500] rev 3428
Add branch method to contexts
Tue, 17 Oct 2006 18:01:14 -0500 imported patch b1
Matt Mackall <mpm@selenic.com> [Tue, 17 Oct 2006 18:01:14 -0500] rev 3427
imported patch b1
Tue, 17 Oct 2006 17:04:26 -0300 use ui.readsections in the acl extension
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Tue, 17 Oct 2006 17:04:26 -0300] rev 3426
use ui.readsections in the acl extension
Tue, 17 Oct 2006 17:04:26 -0300 use ui.readsections in the bugzilla extension
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Tue, 17 Oct 2006 17:04:26 -0300] rev 3425
use ui.readsections in the bugzilla extension
Tue, 17 Oct 2006 17:04:25 -0300 use ui.readsections in the notify extension
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Tue, 17 Oct 2006 17:04:25 -0300] rev 3424
use ui.readsections in the notify extension
Tue, 17 Oct 2006 16:59:24 -0300 add ui.readsections
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Tue, 17 Oct 2006 16:59:24 -0300] rev 3423
add ui.readsections Given a file name and a set of sections, this function reads the file and adds only the specified sections to the configuration data.
Tue, 17 Oct 2006 11:01:10 -0700 Default editor for Windows installer is now notepad. [Issue 256]
Lee Cantey <lcantey@gmail.com> [Tue, 17 Oct 2006 11:01:10 -0700] rev 3422
Default editor for Windows installer is now notepad. [Issue 256]
Tue, 17 Oct 2006 10:21:54 -0700 Document the change in MacPython distutils installation location
Lee Cantey <lcantey@gmail.com> [Tue, 17 Oct 2006 10:21:54 -0700] rev 3421
Document the change in MacPython distutils installation location
Tue, 17 Oct 2006 11:46:53 +0200 Added *.bin to MANIFEST.in to include binfile.bin
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 17 Oct 2006 11:46:53 +0200] rev 3420
Added *.bin to MANIFEST.in to include binfile.bin
Mon, 16 Oct 2006 20:38:04 -0300 bundlerepo: avoid exception in __del__ when the bundle doesn't exist
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 16 Oct 2006 20:38:04 -0300] rev 3419
bundlerepo: avoid exception in __del__ when the bundle doesn't exist $ hg -R bundle://foo.hg abort: No such file or directory: foo.hg Exception exceptions.AttributeError: "'bundlerepository' object has no attribute 'bundlefile'" in <bound method bundlerepository.__del__ of <mercurial.bundlerepo.bundlerepository object at 0xa7ab9fac>> ignored
Mon, 16 Oct 2006 18:01:25 -0300 portability fixes for some tests
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 16 Oct 2006 18:01:25 -0300] rev 3418
portability fixes for some tests Apparently the ls on OS X 10.3.9 exits with success even if the file given on the command line doesn't exist
Mon, 16 Oct 2006 22:44:44 +0200 Explicitly use "tip" in revision navigation.
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 16 Oct 2006 22:44:44 +0200] rev 3417
Explicitly use "tip" in revision navigation. Rationale: the tip revision is a moving target and if somebody wants tip, it should be delivered.
Mon, 16 Oct 2006 15:38:53 -0300 Add a test for the acl extension
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 16 Oct 2006 15:38:53 -0300] rev 3416
Add a test for the acl extension
Mon, 16 Oct 2006 15:38:53 -0300 Use a case-sensitive version of SafeConfigParser everywhere
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 16 Oct 2006 15:38:53 -0300] rev 3415
Use a case-sensitive version of SafeConfigParser everywhere This change has the potential to break existing setups, but the current behaviour (the keys in configuration files are always lower-cased) can bite us in a few places: - no way to use a Command in [defaults] - hgext.Extension doesn't work in [extensions] - you can't use an Upper/case/PATH in the [paths] section of hgweb.config - you can't (easily) protect paths with upper-case letters with the acl extension - you can't specify a /Path/TO/a/rEPO in the [reposubs] section for the notify extension
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 tip