diff hgext/churn.py @ 6598:7fc87fa485e5

churn: simplify hg status call
author Matt Mackall <mpm@selenic.com>
date Mon, 12 May 2008 11:37:08 -0500
parents ecde0baee570
children 53465a7464e2
line wrap: on
line diff
--- a/hgext/churn.py	Mon May 12 11:37:08 2008 -0500
+++ b/hgext/churn.py	Mon May 12 11:37:08 2008 -0500
@@ -64,7 +64,7 @@
 
     lines = 0
 
-    changes = repo.status(node1, node2, None, util.always)[:5]
+    changes = repo.status(node1, node2)[:5]
 
     modified, added, removed, deleted, unknown = changes