From e6ccc173e1790aa96d62728631f62d5217d0188d Mon Sep 17 00:00:00 2001 From: Edward Pilatowicz Date: Tue, 13 Oct 2009 16:17:17 -0700 Subject: 6793446 webrev could support "hg copy" better --- usr/src/tools/scripts/hg-active.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/src/tools/scripts/hg-active.py') diff --git a/usr/src/tools/scripts/hg-active.py b/usr/src/tools/scripts/hg-active.py index b2132aad69..d188a41bf9 100644 --- a/usr/src/tools/scripts/hg-active.py +++ b/usr/src/tools/scripts/hg-active.py @@ -101,7 +101,7 @@ def main(argv): entries.sort() for entry in entries: - if entry.is_renamed(): + if entry.is_renamed() or entry.is_copied(): fh.write("%s %s\n" % (entry.name, entry.parentname)) else: fh.write("%s\n" % entry.name) -- cgit v1.2.3