mirror of
https://github.com/adusak/bitbucket-git-helpers.plugin.zsh.git
synced 2026-03-21 08:59:02 +01:00
Rename bbhelpers to reflect actual functionality
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
# License: Apache 2.0
|
# License: Apache 2.0
|
||||||
|
|
||||||
require 'pathname'
|
require 'pathname'
|
||||||
require_relative 'bbhelpers'
|
require_relative 'githelpers'
|
||||||
|
|
||||||
def construct_PR_URL
|
def construct_PR_URL
|
||||||
remote = git_remote()
|
remote = git_remote()
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
# License: Apache 2.0
|
# License: Apache 2.0
|
||||||
|
|
||||||
require 'pathname'
|
require 'pathname'
|
||||||
require_relative 'bbhelpers'
|
require_relative 'githelpers'
|
||||||
|
|
||||||
def construct_PR_list_URL
|
def construct_PR_list_URL
|
||||||
remote = git_remote()
|
remote = git_remote()
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
# License: Apache 2.0, see LICENSE in this repository.
|
# License: Apache 2.0, see LICENSE in this repository.
|
||||||
|
|
||||||
require 'pathname'
|
require 'pathname'
|
||||||
require_relative 'bbhelpers'
|
require_relative 'githelpers'
|
||||||
|
|
||||||
def constructURL
|
def constructURL
|
||||||
remote = git_remote()
|
remote = git_remote()
|
||||||
|
|||||||
Reference in New Issue
Block a user