From 1307693f4f3a4c3c8136e2b567b542297b9c26b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20A=C5=9F=C4=B1c=C4=B1?= Date: Mon, 21 Jun 2010 09:20:57 +0000 Subject: [PATCH] delta: Improve comment --- pisi/operations/delta.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pisi/operations/delta.py b/pisi/operations/delta.py index ce38c9d3..760326da 100644 --- a/pisi/operations/delta.py +++ b/pisi/operations/delta.py @@ -77,7 +77,7 @@ def create_delta_package(old_package, new_package): deltapkg.add_files_xml(ctx.const.files_xml) # only metadata information may change in a package, - # so no install.tar.lzma added to delta package + # so no install archive added to delta package if files_delta: # Sort the files in-place according to their path for an ordered # tarfile layout which dramatically improves the compression