]> git.wh0rd.org - home.git/blobdiff - .bin/git-update
custom-chroot: do not abort when unshare is old
[home.git] / .bin / git-update
index ddc4a8f4df71db419ebb143e6777d9b91df5e772..324dc7b2c163aec863acd47bb93c33655530dbb0 100755 (executable)
@@ -9,6 +9,8 @@ if git config svn-remote.svn.url >/dev/null ; then
        # i.e. good to use .git/authors
        set -- git svn fetch --all "$@"
        expected=""
+elif git config remote.hg.url >/dev/null ; then
+       git-hg pull
 elif git config cvs.cvsroot >/dev/null ; then
        # authors file is at .git/cvs-authors
        set -- git cvsimport -a -d $(git config cvs.cvsroot) $(git config cvs.module) "$@"