hgext/fsmonitor/pywatchman/__init__.py
changeset 51690 493034cc3265
parent 49857 ab32fd8412a7
child 51700 7f0cb9ee0534
equal deleted inserted replaced
51689:39e2b2d062c1 51690:493034cc3265
   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 
       
   213 
   212 
   214 else:
   213 else:
   215 
   214 
   216     def log(fmt, *args):
   215     def log(fmt, *args):
   217         pass
   216         pass