comparison hgext/fsmonitor/pywatchman/__init__.py @ 51700:7f0cb9ee0534

Backout accidental publication of a large range of revisions I accidentally published 25e7f9dcad0f::bd1483fd7088, this is the inverse.
author Raphaël Gomès <rgomes@octobus.net>
date Tue, 23 Jul 2024 10:02:46 +0200
parents 493034cc3265
children ca7bde5dbafb
comparison
equal deleted inserted replaced
51699:bd1483fd7088 51700:7f0cb9ee0534
207 % ( 207 % (
208 time.strftime("%a, %d %b %Y %H:%M:%S", time.gmtime()), 208 time.strftime("%a, %d %b %Y %H:%M:%S", time.gmtime()),
209 fmt % args[:], 209 fmt % args[:],
210 ) 210 )
211 ) 211 )
212
212 213
213 else: 214 else:
214 215
215 def log(fmt, *args): 216 def log(fmt, *args):
216 pass 217 pass