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
1=== modified file 'scripts/ls-tag-json.py'
2--- scripts/ls-tag-json.py 2009-12-18 00:35:16 +0000
3+++ scripts/ls-tag-json.py 2010-01-07 23:35:21 +0000
4@@ -5,7 +5,8 @@
5 from lpltoolkit import *
6
7 if len(sys.argv) < 3:
8- die("Usage: " + sys.argv[0] + " <tag> <source-package>\n")
9+ print >>sys.stderr, "Usage: " + sys.argv[0] + " <tag> <source-package>\n"
10+ sys.exit(1)
11
12 total_count = 0
13 tag = sys.argv[1]

Subscribers

People subscribed via source and target branches

to status/vote changes: