Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
linmagit committed Jun 1, 2016
2 parents f4909ad + 977dbe1 commit b56617b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tools/releasenotes-links.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env python

import sys
import re

link = '<a href="https://github.com/apavlo/h-store/commit/%s" class="websvn" title="View Commit Information">[%s]</a>'
for key in sys.argv[1:]:
print link % (key, key[:7])


0 comments on commit b56617b

Please sign in to comment.