]> git.phdru.name Git - git-scripts.git/commitdiff
I stopped using `git-remote-hg`
authorOleg Broytman <phd@phdru.name>
Tue, 21 Aug 2018 06:24:05 +0000 (09:24 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 21 Aug 2018 06:24:05 +0000 (09:24 +0300)
All repositories migrated long ago.

pull-usrlocalsrc

index 2fb2f2f302b04640949acde416184096d7db4f24..f3ce96b671e39e175692c897fa509fe82c7ef307 100755 (executable)
@@ -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
 }