Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/localrepo.py @ 17479:17c3dbf3026f
spelling: Explicitly
author | timeless@mozdev.org |
---|---|
date | Fri, 17 Aug 2012 13:58:18 -0700 |
parents | 935831597e16 |
children | eabb9a047502 |
comparison
equal
deleted
inserted
replaced
17478:113d0a3d050b | 17479:17c3dbf3026f |
---|---|
2536 # if revlog format changes, client will have to check version | 2536 # if revlog format changes, client will have to check version |
2537 # and format flags on "stream" capability, and use | 2537 # and format flags on "stream" capability, and use |
2538 # uncompressed only if compatible. | 2538 # uncompressed only if compatible. |
2539 | 2539 |
2540 if not stream: | 2540 if not stream: |
2541 # if the server explicitely prefer to stream (for fast LANs) | 2541 # if the server explicitly prefer to stream (for fast LANs) |
2542 stream = remote.capable('stream-preferred') | 2542 stream = remote.capable('stream-preferred') |
2543 | 2543 |
2544 if stream and not heads: | 2544 if stream and not heads: |
2545 # 'stream' means remote revlog format is revlogv1 only | 2545 # 'stream' means remote revlog format is revlogv1 only |
2546 if remote.capable('stream'): | 2546 if remote.capable('stream'): |