Original repository by Rohan Verma is deleted
I added a check for the repo to be forkable because the Merge Requests button should not be visible on, say SVN repos.
This looks like the wrong commit for the merge request. Is there a different branch maybe?
Oops!
Have fixed that!
There's an extra space after == in self.forkable == True. Better yet, you can drop the == True altogether and make it cleaner.
==
self.forkable == True
== True
Updated!
Log in to post a comment.
This looks like the wrong commit for the merge request. Is there a different branch maybe?
Oops!
Have fixed that!
There's an extra space after
==
inself.forkable == True
. Better yet, you can drop the== True
altogether and make it cleaner.Updated!
Last edit: Rohan Verma 2016-06-23