Skip to content

Commit

Permalink
I do have git and hg, dont check for it
Browse files Browse the repository at this point in the history
  • Loading branch information
lunks committed Mar 24, 2011
1 parent a11d7ba commit 52fb79f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions functions/parse_git_branch.fish
@@ -1,9 +1,4 @@
function parse_git_branch
# make sure git is installed
if not which -s git
return
end

# make sure the directory is a git repo
if not is-git
return
Expand Down
5 changes: 0 additions & 5 deletions functions/parse_hg_branch.fish
@@ -1,9 +1,4 @@
function parse_hg_branch
# make sure mercurial is installed
if not which -s hg
return
end

# make sure the directory is a mercurial repo
if not is-hg
return
Expand Down

0 comments on commit 52fb79f

Please sign in to comment.