Changeset 1128 in tailor
- Timestamp:
- 05/19/06 17:48:01 (7 years ago)
- Hash name:
- 20060519154801-97f81-8c55aa01a59cbdfc1f7a8f506f45a35ef1ffacec
- File:
-
- 1 edited
-
vcpx/svn.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/svn.py
r1120 r1128 529 529 unmoved = True 530 530 move = ExternalCommand(cwd=self.basedir, command=cmd) 531 move.execute(oldname, newname)531 out, err = move.execute(oldname, newname, stdout=PIPE, stderr=PIPE) 532 532 if move.exit_status: 533 533 # so we do the same here
Note: See TracChangeset
for help on using the changeset viewer.
