##// END OF EJS Templates
util: fix trailing whitespace found by check-code
Augie Fackler -
r10422:600142e7 default
parent child Browse files
Show More
@@ -1311,7 +1311,7 b' def hgcmd():'
1311
1311
1312 def rundetached(args, condfn):
1312 def rundetached(args, condfn):
1313 """Execute the argument list in a detached process.
1313 """Execute the argument list in a detached process.
1314
1314
1315 condfn is a callable which is called repeatedly and should return
1315 condfn is a callable which is called repeatedly and should return
1316 True once the child process is known to have started successfully.
1316 True once the child process is known to have started successfully.
1317 At this point, the child process PID is returned. If the child
1317 At this point, the child process PID is returned. If the child
General Comments 0
You need to be logged in to leave comments. Login now