Mercurial > hgrepos > DevTools > mercurial-extensions
changeset 182:eb4ef206d3dd
FIX: comment
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Thu, 06 Sep 2018 09:16:50 +0200 |
| parents | bf58e5718f62 |
| children | ad40d8ef2992 |
| files | extensions/timestamps.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/extensions/timestamps.py Thu Sep 06 09:13:10 2018 +0200 +++ b/extensions/timestamps.py Thu Sep 06 09:16:50 2018 +0200 @@ -473,7 +473,7 @@ assert self._version == 1 dbwriter = db_writer(db) - dbwriter.send(None) # print the coroutine + dbwriter.send(None) # prime the coroutine # # Make version and encoding reflect the possibly new settings --
