rev 3573 - scripts
Pierre Habouzit
madcoder at costa.debian.org
Mon Apr 17 21:26:21 UTC 2006
Author: madcoder
Date: 2006-04-17 21:26:20 +0000 (Mon, 17 Apr 2006)
New Revision: 3573
Modified:
scripts/bzlink.py
Log:
fix incoherency with bzsync
Modified: scripts/bzlink.py
===================================================================
--- scripts/bzlink.py 2006-04-17 18:23:55 UTC (rev 3572)
+++ scripts/bzlink.py 2006-04-17 21:26:20 UTC (rev 3573)
@@ -135,8 +135,8 @@
for k, (before, after) in self.modifs.iteritems():
if k == "Status":
- btscmds.append("usertag %s - bzState-%s" % (id, before.lower()))
- btscmds.append("usertag %s + bzState-%s" % (id, after.lower()))
+ btscmds.append("usertag %s - bzStatus-%s" % (id, before.lower()))
+ btscmds.append("usertag %s + bzStatus-%s" % (id, after.lower()))
if after == "REOPENED":
self.btscmds.append("reopen %s" % (id))
More information about the pkg-kde-commits
mailing list