Changeset 739 in tailor
- Timestamp:
- 09/02/05 09:18:05 (8 years ago)
- Hash name:
- 20050902071805-97f81-41284bc1e15666489228d76ec8dd5f176eb9b42c
- File:
-
- 1 edited
-
vcpx/svndump.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/svndump.py
r732 r739 231 231 self._applyChangeset(cs) 232 232 last = cs 233 234 if last is None: 235 raise TargetInitializationFailure( 236 "Couldn't initialize the source working copy at %s, " 237 "no changesets found" % revision) 238 239 self.log_info("Working copy up to svndump revision %s" % last.revision) 233 240 return last 234 241
Note: See TracChangeset
for help on using the changeset viewer.
