Rev 3291: fix trivial typo in http://bzr.arbash-meinel.com/branches/bzr/1.4-dev/non_utf8_77657

John Arbash Meinel john at arbash-meinel.com
Tue May 20 03:05:12 BST 2008


At http://bzr.arbash-meinel.com/branches/bzr/1.4-dev/non_utf8_77657

------------------------------------------------------------
revno: 3291
revision-id: john at arbash-meinel.com-20080520020409-dgropdv6cw3bq6c1
parent: john at arbash-meinel.com-20080318184537-8oqz1rerjc5ur0k6
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: non_utf8_77657
timestamp: Mon 2008-05-19 21:04:09 -0500
message:
  fix trivial typo
modified:
  bzrlib/workingtree.py          workingtree.py-20050511021032-29b6ec0a681e02e3
-------------- next part --------------
=== modified file 'bzrlib/workingtree.py'
--- a/bzrlib/workingtree.py	2008-03-18 18:45:37 +0000
+++ b/bzrlib/workingtree.py	2008-05-20 02:04:09 +0000
@@ -1643,7 +1643,7 @@
                 if subf not in dir_entry.children:
                     try:
                         (subf_norm,
-                         can_access = osutils.normalized_filename(subf)
+                         can_access) = osutils.normalized_filename(subf)
                     except UnicodeDecodeError:
                         path_os_enc = path.encode(osutils._fs_enc)
                         relpath = path_os_enc + '/' + subf



More information about the bazaar-commits mailing list