Show More
@@ -43,7 +43,7 b" svnargs = ' '.join(svnargs)" | |||||
43 | # perform commit |
|
43 | # perform commit | |
44 | os.system('svn commit %s' % svnargs) |
|
44 | os.system('svn commit %s' % svnargs) | |
45 | svntime = time.asctime() |
|
45 | svntime = time.asctime() | |
46 |
svnstatus = commands.getoutput('svn log -r |
|
46 | svnstatus = commands.getoutput('svn log -r HEAD') | |
47 |
|
47 | |||
48 | # Confirm with user (trying to get the status from the svn commit blocks |
|
48 | # Confirm with user (trying to get the status from the svn commit blocks | |
49 | # silently, I don't care to debug it) |
|
49 | # silently, I don't care to debug it) |
General Comments 0
You need to be logged in to leave comments.
Login now