changeset 171:b77a4caaf77b

push_cmd: do not store files to delete content File content is used to set mime-types and compute deltas. Both are useless for files to delete.
author Patrick Mezard <pmezard@gmail.com>
date Tue, 30 Dec 2008 20:33:58 -0600
parents d046bef502d7
children 84fbf1469a31
files push_cmd.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/push_cmd.py
+++ b/push_cmd.py
@@ -205,7 +205,6 @@ def commit_from_rev(ui, repo, rev_ctx, h
                 if file[:pos] in deleteddirs:
                     # This file will be removed when its directory is removed
                     continue
-            base_data = parent.filectx(file).data()
             action = 'delete'
         file_data[file] = base_data, new_data, action