Changeset 67 in tailor
- Timestamp:
- 07/09/04 00:07:55 (9 years ago)
- Hash name:
- 20040708220755-97f81-c008722cf02e8442199cd2e30a2e3fe8bdc473ab
- File:
-
- 1 edited
-
vcpx/tailor.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/tailor.py
r59 r67 255 255 if options.bootstrap: 256 256 if uri and '@' in uri: 257 uri, rev = uri.split('@') 257 last = uri.rindex('@') 258 rev = uri[last+1:] 259 uri = uri[:last] 258 260 else: 259 261 rev = 'HEAD'
Note: See TracChangeset
for help on using the changeset viewer.
