bgreenlee / sublime-github

Sublime Text 2/3 plugin that provides a number of useful commands for GitHub.
MIT License
455 stars 92 forks source link

Simplify master = False setting (more) #97

Closed davidrunger closed 8 years ago

davidrunger commented 8 years ago

Since the default of master = False (that is, use the current local branch to generate GitHub URLs) has been moved up to the parent class of OpenRemoteUrlCommand, these subclasses do not need to redundantly specify master = False.

This PR is a followup on the changes initially introduced in https://github.com/bgreenlee/sublime-github/pull/96 and partially cleaned up in https://github.com/bgreenlee/sublime-github/commit/669aea99dd7a35e6e3eb1ca592af64aef5828785.

bgreenlee commented 8 years ago

Ah, missed those. Thanks!