##// END OF EJS Templates
check-commit: omit whitespace...
FUJIWARA Katsunori -
r28043:ac4684c2 default
parent child Browse files
Show More
@@ -46,7 +46,7 b' def nonempty(first, second):'
46 return first
46 return first
47 return second
47 return second
48
48
49 def checkcommit(commit, node = None):
49 def checkcommit(commit, node=None):
50 exitcode = 0
50 exitcode = 0
51 printed = node is None
51 printed = node is None
52 hits = []
52 hits = []
General Comments 0
You need to be logged in to leave comments. Login now