Merge lp:~brian-murray/arsenal/brian into lp:arsenal/trunk

Proposed by Brian Murray
Status: Merged
Merge reported by: Bryce Harrington
Merged at revision: not available
Proposed branch: lp:~brian-murray/arsenal/brian
Merge into: lp:arsenal/trunk
Diff against target: 13 lines (+2/-1)
1 file modified
scripts/ls-tag-json.py (+2/-1)
To merge this branch: bzr merge lp:~brian-murray/arsenal/brian
Reviewer Review Type Date Requested Status
Bryce Harrington Approve
Review via email: mp+16994@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Bryce Harrington (bryce) wrote :

Duh, thanks Brian. Merged.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'scripts/ls-tag-json.py'
--- scripts/ls-tag-json.py 2009-12-18 00:35:16 +0000
+++ scripts/ls-tag-json.py 2010-01-07 23:35:21 +0000
@@ -5,7 +5,8 @@
5from lpltoolkit import *5from lpltoolkit import *
66
7if len(sys.argv) < 3:7if len(sys.argv) < 3:
8 die("Usage: " + sys.argv[0] + " <tag> <source-package>\n")8 print >>sys.stderr, "Usage: " + sys.argv[0] + " <tag> <source-package>\n"
9 sys.exit(1)
910
10total_count = 011total_count = 0
11tag = sys.argv[1]12tag = sys.argv[1]

Subscribers

People subscribed via source and target branches

to status/vote changes: