Changeset 385


Ignore:
Timestamp:
14-04-09 16:36:00 (4 years ago)
Author:
thomas
Message:
  • moap/vcs/svn.py: Log the command that will be executed to commit. This shows that we commit too much; see #402.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r384 r385  
     12009-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 
    172009-03-05  Thomas Vander Stichele  <thomas at apestaart dot org> 
    28 
  • trunk/moap/vcs/svn.py

    r366 r385  
    118118        cmd = "svn commit --non-recursive --file %s %s" % ( 
    119119            temp, " ".join(paths)) 
     120        log.debug('svn', 'Executing command: %s' % cmd) 
    120121        status = os.system(cmd) 
    121122        os.unlink(temp) 
Note: See TracChangeset for help on using the changeset viewer.