# HG changeset patch # User Steve Losh # Date 1478205620 0 # Node ID bbf7f8da61d374cebf0bf48e580e88ab27dd0280 # Parent ddd4a3af16d7f9db13688b646bd51624db8551a2# Parent f6b4283ab1f98a67fc9a86aa702b751c3153a5e7 Merge. diff -r ddd4a3af16d7 -r bbf7f8da61d3 t.py --- a/t.py Sun Oct 09 16:37:22 2016 +0000 +++ b/t.py Thu Nov 03 20:40:20 2016 +0000 @@ -193,6 +193,7 @@ text = re.sub(find, repl, task['text']) task['text'] = text + task['id'] = _hash(text) def finish_task(self, prefix): """Mark the task with the given prefix as finished.