Rev 4711: Remove a spurious double line. in http://bazaar.launchpad.net/~jameinel/bzr/2.0.4-faster-export-343218
John Arbash Meinel
john at arbash-meinel.com
Tue Dec 15 17:20:48 GMT 2009
At http://bazaar.launchpad.net/~jameinel/bzr/2.0.4-faster-export-343218
------------------------------------------------------------
revno: 4711
revision-id: john at arbash-meinel.com-20091215172040-46v20oub01qly6e0
parent: john at arbash-meinel.com-20091215164026-uuqi0rbvb61338bo
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.0.4-faster-export-343218
timestamp: Tue 2009-12-15 11:20:40 -0600
message:
Remove a spurious double line.
-------------- next part --------------
=== modified file 'bzrlib/export/dir_exporter.py'
--- a/bzrlib/export/dir_exporter.py 2009-12-15 16:40:26 +0000
+++ b/bzrlib/export/dir_exporter.py 2009-12-15 17:20:40 +0000
@@ -82,7 +82,6 @@
if filtered:
filters = tree._content_filter_stack(relpath)
context = ContentFilterContext(relpath, tree, ie)
- context = ContentFilterContext(relpath, tree, ie)
chunks = filtered_output_bytes(chunks, filters, context)
fullpath = osutils.pathjoin(dest, relpath)
out = open(fullpath, 'wb')
More information about the bazaar-commits
mailing list