comparison mercurial/scmutil.py @ 29336:9368ed12f3c0

scmutil: delete extra newline at EOF Spotted by my emacs config that cleans up extra whitespace.
author Augie Fackler <raf@durin42.com>
date Fri, 10 Jun 2016 00:14:10 -0400
parents 731ced087a4b
children 0d83ad967bf8
comparison
equal deleted inserted replaced
29335:631617262e55 29336:9368ed12f3c0
1386 if not self._running: 1386 if not self._running:
1387 fh.close() 1387 fh.close()
1388 return 1388 return
1389 1389
1390 self._queue.put(fh, block=True, timeout=None) 1390 self._queue.put(fh, block=True, timeout=None)
1391