Skip to content

Commit

Permalink
fix #55 providing api as required by atom/metrics package
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-torres committed Jan 10, 2019
1 parent 0d22b35 commit 6f32e50
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/hg-repository.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,12 @@ class HgRepository
# for, only needed if the repository has submodules.
getOriginUrl: (path) -> null

# Public: Returns the origin url of the repository.
#
# * `path` (optional) {String} path in the repository to get this information
# for, only needed if the repository has submodules.
getOriginURL: (path) -> null

# Public: Returns the upstream branch for the current HEAD, or null if there
# is no upstream branch for the current HEAD.
#
Expand Down

0 comments on commit 6f32e50

Please sign in to comment.