summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Jones <richard@mechanicalcat.net>2013-01-14 16:11:31 +1100
committerRichard Jones <richard@mechanicalcat.net>2013-01-14 16:11:31 +1100
commit4cfe1f8a330889da54b9296cc92b4279719dd28f (patch)
tree258de10c1da5bbba03b52c89b568fb8294d04f47
parentd5c6d77992f0157ac7eb45ba40ae236cc4a3f350 (diff)
downloaddecorator-4cfe1f8a330889da54b9296cc92b4279719dd28f.tar.gz
ugh
-rw-r--r--rpc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc.py b/rpc.py
index 41d5462..a1158b8 100644
--- a/rpc.py
+++ b/rpc.py
@@ -153,7 +153,7 @@ def updated_releases(store, since):
def changelog(store, since, with_ids=False):
result = store.changelog(since)
- if ids:
+ if with_ids:
return [(row['name'],row['version'],
int(time.mktime(row['submitted_date'].timetuple())),
row['action'], row['id'])