-
-
Save ThomasG77/1fe4abada8a79cf42dce58c5a29d4fb2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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