Changeset 793 in tailor
- Timestamp:
- 09/09/05 00:35:50 (8 years ago)
- Hash name:
- 20050908223550-97f81-0d283b7028252fc409c0f023f22031d0db0f55b9
- File:
-
- 1 edited
-
vcpx/cvs.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/cvs.py
r781 r793 332 332 elif ' ' in sincerev: 333 333 branch, since = sincerev.split(' ', 1) 334 if since == 'INITIAL':334 if since.strip() == 'INITIAL': 335 335 cmd.extend(["-r%(branch)s"]) 336 336 else:
Note: See TracChangeset
for help on using the changeset viewer.
