contrib/churn.py
changeset 5975 75d9fe70c654
parent 5915 d0576d065993
child 5976 9f1e6ab76069
--- a/contrib/churn.py	Thu Jan 31 14:44:19 2008 -0600
+++ b/contrib/churn.py	Thu Jan 31 14:44:19 2008 -0600
@@ -69,7 +69,7 @@
     modified, added, removed, deleted, unknown = changes
 
     who = repo.changelog.read(node2)[1]
-    who = templater.email(who) # get the email of the person
+    who = util.email(who) # get the email of the person
 
     mmap1 = repo.manifest.read(repo.changelog.read(node1)[0])
     mmap2 = repo.manifest.read(repo.changelog.read(node2)[0])