Rev 2: Fix argument order. in file:///home/jelmer/bzr/bzr-nm/
Jelmer Vernooij
jelmer at samba.org
Sun Apr 22 12:46:05 BST 2007
At file:///home/jelmer/bzr/bzr-nm/
------------------------------------------------------------
revno: 2
revision-id: jelmer at samba.org-20070422114601-1636l0ihrteyufgg
parent: jelmer at samba.org-20070203173610-89fae3gv76rl88di
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: bzr-nm
timestamp: Sun 2007-04-22 13:46:01 +0200
message:
Fix argument order.
modified:
__init__.py __init__.py-20070203171751-c8s4wq7iyoitpygp-1
=== modified file '__init__.py'
--- a/__init__.py 2007-02-03 17:36:10 +0000
+++ b/__init__.py 2007-04-22 11:46:01 +0000
@@ -25,7 +25,7 @@
local = kwargs["local"]
else:
local = (dbus_iface.state != 3)
- old_commit.run(*args, **kwargs, local=local)
+ old_commit.run(local=local, *args, **kwargs)
else:
old_commit.run(*args, **kwargs)
More information about the bazaar-commits
mailing list