##// END OF EJS Templates
py3: use '%f' for floats instead of '%s'...
Pulkit Goyal -
r40112:2e9378f6 default
parent child Browse files
Show More
@@ -212,7 +212,7 b' def _committedforwardcopies(a, b, match)'
212 dbg('debug.copies: rename of: %s\n' % ofctx._path)
212 dbg('debug.copies: rename of: %s\n' % ofctx._path)
213 cm[f] = ofctx.path()
213 cm[f] = ofctx.path()
214 if debug:
214 if debug:
215 dbg('debug.copies: time: %s seconds\n'
215 dbg('debug.copies: time: %f seconds\n'
216 % (util.timer() - start))
216 % (util.timer() - start))
217 return cm
217 return cm
218
218
General Comments 0
You need to be logged in to leave comments. Login now