Skip to content

Instantly share code, notes, and snippets.

@ThomasG77
Forked from anonymous/patch-bitbucket-issues-cli-1
Created March 15, 2017 22:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ThomasG77/1fe4abada8a79cf42dce58c5a29d4fb2 to your computer and use it in GitHub Desktop.
Save ThomasG77/1fe4abada8a79cf42dce58c5a29d4fb2 to your computer and use it in GitHub Desktop.
hg clone https://bitbucket.org/tiax/bitbucket-issues-cli # Fork repo with support for Git on Bitbucket
cd bitbucket-issues-cli
hg patch ../patch-bitbucket-issues-cli-1
diff -r 0d44411cfba1 src/bbi/commands.py
--- a/src/bbi/commands.py Mon Feb 22 11:42:45 2016 +0100
+++ b/src/bbi/commands.py Wed Mar 15 23:38:38 2017 +0100
@@ -43,7 +43,7 @@
output.append(" responsible: %s %s (%s)" % (responsible['first_name'],
responsible['last_name'], responsible['username']))
output.append(" created: %s" % issue['created_on'])
- output.append(" comments: %s" % issue['comment_count'])
+ # output.append(" comments: %s" % issue['comment_count'])
# metadata
metadata = issue['metadata']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment