Rev 4793: Fix a small typo in http://bazaar.launchpad.net/~jameinel/bzr/2.1.0b4-builder-no-keys

John Arbash Meinel john at arbash-meinel.com
Mon Nov 30 21:21:10 GMT 2009


At http://bazaar.launchpad.net/~jameinel/bzr/2.1.0b4-builder-no-keys

------------------------------------------------------------
revno: 4793
revision-id: john at arbash-meinel.com-20091130212107-2ocawio2fgx1fruo
parent: john at arbash-meinel.com-20091128215408-d9jtxbxyiklmiurh
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.1.0b4-builder-no-keys
timestamp: Mon 2009-11-30 15:21:07 -0600
message:
  Fix a small typo
-------------- next part --------------
=== modified file 'bzrlib/knit.py'
--- a/bzrlib/knit.py	2009-11-28 21:54:08 +0000
+++ b/bzrlib/knit.py	2009-11-30 21:21:07 +0000
@@ -2948,7 +2948,7 @@
                 parents = node_refs[:1]
                 # Sometimes these are passed as a list rather than a tuple
                 passed = static_tuple.as_tuples(keys[key])
-                passed_parents = passed([1][:1])
+                passed_parents = passed[1][:1]
                 if (value[0] != keys[key][0][0] or
                     parents != passed_parents):
                     node_refs = static_tuple.as_tuples(node_refs)



More information about the bazaar-commits mailing list