unixorn/git-extra-commands

git-changelog is incompatible with Python 3

lovetoburnswhen opened this issue · 1 comments

~ ❯ git changelog
  File "/home/fty/.local/bin/git-extra-commands/bin/git-changelog", line 74
    print "%s  %s  <%s>\n" % \
                         ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("%s  %s  <%s>\n" % \)?

Sorry this took so long to get around to - fixed in #150