Rename bbhelpers to reflect actual functionality

This commit is contained in:
Joe Block
2016-06-25 16:23:45 -07:00
parent 95819309ec
commit c200ec9190
4 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
# License: Apache 2.0
require 'pathname'
require_relative 'bbhelpers'
require_relative 'githelpers'
def construct_PR_URL
remote = git_remote()

View File

@@ -7,7 +7,7 @@
# License: Apache 2.0
require 'pathname'
require_relative 'bbhelpers'
require_relative 'githelpers'
def construct_PR_list_URL
remote = git_remote()

View File

@@ -7,7 +7,7 @@
# License: Apache 2.0, see LICENSE in this repository.
require 'pathname'
require_relative 'bbhelpers'
require_relative 'githelpers'
def constructURL
remote = git_remote()