X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=pull-usrlocalsrc;h=f3ce96b671e39e175692c897fa509fe82c7ef307;hb=0f2ee1cb405df27ca3d71d6794e16e617187e97d;hp=2fb2f2f302b04640949acde416184096d7db4f24;hpb=6de951a8a4857b6882ac4ea26114105bf5fa2f8e;p=git-scripts.git diff --git a/pull-usrlocalsrc b/pull-usrlocalsrc index 2fb2f2f..f3ce96b 100755 --- a/pull-usrlocalsrc +++ b/pull-usrlocalsrc @@ -1,7 +1,5 @@ #! /bin/sh -PATH=/usr/local/src/Python/git-remote-hg:$PATH - has_remote() { git remote show "$1" >/dev/null 2>&1 }