Changeset 385
- Timestamp:
- 14-04-09 16:36:00 (4 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
moap/vcs/svn.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r384 r385 1 2009-04-14 Thomas Vander Stichele <thomas at apestaart dot org> 2 3 * moap/vcs/svn.py: 4 Log the command that will be executed to commit. 5 This shows that we commit too much; see #402. 6 1 7 2009-03-05 Thomas Vander Stichele <thomas at apestaart dot org> 2 8 -
trunk/moap/vcs/svn.py
r366 r385 118 118 cmd = "svn commit --non-recursive --file %s %s" % ( 119 119 temp, " ".join(paths)) 120 log.debug('svn', 'Executing command: %s' % cmd) 120 121 status = os.system(cmd) 121 122 os.unlink(temp)
Note: See TracChangeset
for help on using the changeset viewer.
