##// END OF EJS Templates
Do not use osutil.c with python 2.4 and Windows (issue1364)...
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.

File last commit:

r10021:0022f5c5 default
r10521:bde1bb25 stable
Show More
test-alias.out
32 lines | 998 B | text/plain | TextLexer
Brendan Cully
Add alias extension
r4801 % basic
% unknown
Brendan Cully
Move alias into core
r8655 alias 'unknown' resolves to unknown command 'bargle'
Brodie Rao
help: don't display bogus help messages for invalid aliases
r10021 alias 'unknown' resolves to unknown command 'bargle'
Brendan Cully
Add alias extension
r4801 % ambiguous
Brendan Cully
Move alias into core
r8655 alias 'ambiguous' resolves to ambiguous command 's'
Brodie Rao
help: don't display bogus help messages for invalid aliases
r10021 alias 'ambiguous' resolves to ambiguous command 's'
Brendan Cully
Add alias extension
r4801 % recursive
Brendan Cully
Move alias into core
r8655 alias 'recursive' resolves to unknown command 'recursive'
Brodie Rao
help: don't display bogus help messages for invalid aliases
r10021 alias 'recursive' resolves to unknown command 'recursive'
Brendan Cully
Move alias into core
r8655 % no definition
no definition for alias 'nodefinition'
Brodie Rao
help: don't display bogus help messages for invalid aliases
r10021 no definition for alias 'nodefinition'
Nicolas Dumazet
alias: do not crash when aliased command has no usage help text
r9993 % no usage
no rollback information available
Brendan Cully
Add alias extension
r4801 adding foo
% with opts
Matt Mackall
Backed out changeset c2a21fe60994...
r5764 C foo
Benoit Boissinot
alias: a0104303f400 did not correctly handle whitespace in the args
r8519 % with opts and whitespace
0 e63c23eaa88a | 1970-01-01 00:00 +0000
Benoit Boissinot
alias: honor the [defaults] section, fix issue1642
r8477 % interaction with defaults
0:e63c23eaa88a
-1:000000000000
Brendan Cully
Move alias into core
r8655 % properly recursive
changeset: -1:0000000000000000000000000000000000000000
parent: -1:0000000000000000000000000000000000000000
parent: -1:0000000000000000000000000000000000000000
manifest: -1:0000000000000000000000000000000000000000
user:
date: Thu Jan 01 00:00:00 1970 +0000
extra: branch=default