Changeset 808 in tailor
- Timestamp:
- 09/13/05 14:09:23 (8 years ago)
- Hash name:
- 20050913120923-97f81-e331a0744b262707d3678dd8b05e9ba078571811
- File:
-
- 1 edited
-
vcpx/svn.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/svn.py
r806 r808 357 357 (str(commit), commit.exit_status)) 358 358 line = out.readline() 359 if not line: 360 # svn did not find anything to commit 361 return 362 359 363 while line and not line.startswith('Committed revision '): 360 364 if not line.startswith('Sending ') and \
Note: See TracChangeset
for help on using the changeset viewer.
