changeset 6598:7fc87fa485e5

churn: simplify hg status call
author Matt Mackall <mpm@selenic.com>
date Mon, 12 May 2008 11:37:08 -0500
parents 371415a2b959
children cd4db3999ef9
files hgext/churn.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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