Changeset 847 in tailor for vcpx/source.py
- Timestamp:
- 09/25/05 01:27:53 (7 years ago)
- Hash name:
- 20050924232753-97f81-1412fca446a5178fc6bc33a1f5c450cccf8b5105
- File:
-
- 1 edited
-
vcpx/source.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/source.py
r810 r847 78 78 - the sequence (potentially empty!) of conflicts. 79 79 """ 80 81 from time import sleep 80 82 81 83 c = None … … 90 92 if not self._willApplyChangeset(c, applyable): 91 93 break 94 95 # Sometime is better to wait a little while before each 96 # changeset, to avoid upstream server stress. 97 if self.repository.delay_before_apply: 98 sleep(self.repository.delay_before_apply) 92 99 93 100 try:
Note: See TracChangeset
for help on using the changeset viewer.
