From: Oleg Broytman Date: Tue, 21 Aug 2018 06:24:05 +0000 (+0300) Subject: I stopped using `git-remote-hg` X-Git-Url: https://git.phdru.name/?p=git-scripts.git;a=commitdiff_plain;h=b65933557c112aa3d14b4664d70b7260e836e64e I stopped using `git-remote-hg` All repositories migrated long ago. --- 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 }