~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to check-release.py

  • Committer: Aaron Bentley
  • Date: 2011-01-26 05:12:40 UTC
  • Revision ID: aaron@aaronbentley.com-20110126051240-zbsaorsxoucb3mkj
Update check-release to a check script for The Kraken.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
if call(['bzr', 'diff'], stdout=PIPE) != 0:
25
25
    print "Please commit before releasing"
26
26
    sys.exit(1)
27
 
retcode = call(['the-kraken', bzrtools.__version__])