Sun, 21 Feb 2010 15:26:55 +0100 make the progress extension honor ui.quiet stable
Ronny Pfannschmidt <Ronny.Pfannschmidt@gmx.de> [Sun, 21 Feb 2010 15:26:55 +0100] rev 10523
make the progress extension honor ui.quiet
Mon, 22 Feb 2010 01:19:59 +0100 subrepo: Update .hgsubstate in case of deleted subrepo stable
Saint Germain <saintger@gmail.com> [Mon, 22 Feb 2010 01:19:59 +0100] rev 10522
subrepo: Update .hgsubstate in case of deleted subrepo When a subrepo is deleted from .hgsub, it also needs to be removed from .hgsubstate. Previous code was updating .hgsubstate only in case of newly or modified subrepo.
Sun, 21 Feb 2010 22:16:35 +0100 Do not use osutil.c with python 2.4 and Windows (issue1364) stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 21 Feb 2010 22:16:35 +0100] rev 10521
Do not use osutil.c with python 2.4 and Windows (issue1364) Windows python 2.4 os.stat() reports times including DST offset, while osutil.c reports the correct value, which makes status() systematically compare files content. This bug is fixed in python 2.5. Using osutil.py instead of osutil.c is 4x times slower on large repositories but current code is completely unusable. Given few people are likely to use python 2.4 on Windows this solution was considered a good trade-off compared to more invasive solutions trying to address the offset issue.
(0) -10000 -3000 -1000 -300 -100 -30 -10 -3 +3 +10 +30 +100 +300 +1000 +3000 +10000 +30000 tip