##// END OF EJS Templates
Fixed log hook to check against HEAD so the email is more informative.
fperez -
r8:ad5c5bb0
parent child Browse files
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 COMMITTED')
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