Changeset 1028 in tailor
- Timestamp:
- 12/03/05 07:59:32 (7 years ago)
- Hash name:
- 20051203065932-2c016-296b1a7fb055e7677dc15e53e368b7aaf660e0c6
- File:
-
- 1 edited
-
vcpx/monotone.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/monotone.py
r1025 r1028 21 21 from os import renames, access, F_OK 22 22 from string import whitespace 23 from sets import Set 23 24 24 25 MONOTONERC = """\ … … 343 344 "monotone diff returned status %d" % mtl.exit_status) 344 345 345 implicit_dirs_add = set()346 dirs_add = set()346 implicit_dirs_add = Set() 347 dirs_add = Set() 347 348 348 349 # monotone diffs are prefixed by a section containing
Note: See TracChangeset
for help on using the changeset viewer.
