From 291533b4080c7db76da6b030cd8b7b8c1a70aa2a Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Fri, 3 May 2002 15:08:17 +0000 Subject: Fix for handling deleted files in packages when closing a branch in Aegis. --- SConstruct | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/SConstruct b/SConstruct index 8e56006..25f4fbf 100644 --- a/SConstruct +++ b/SConstruct @@ -738,10 +738,7 @@ if change: for line in map(lambda x: x[:-1], os.popen(cmd, "r").readlines()): a = string.split(line) if a[1] == "remove": - if a[3][0] == '(': - df.append(a[4]) - else: - df.append(a[3]) + df.append(a[-1]) cmd = "aegis -list -terse pf 2>/dev/null" pf = map(lambda x: x[:-1], os.popen(cmd, "r").readlines()) -- cgit v0.12