From 5f3d6ae75344786ec9708fc3617960deff6ca9c6 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 3 Apr 2009 22:28:55 +0200 Subject: pkg: Renamed vcs_upgrade to vcs_pull --- bin/pkg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/pkg b/bin/pkg index c4fb45e..88b26b8 100755 --- a/bin/pkg +++ b/bin/pkg @@ -240,7 +240,7 @@ function vcs_log { git log } -function vcs_upgrade { +function vcs_pull { typeset IFS=$'\n' line typeset branch for line in $(git branch); { @@ -690,7 +690,7 @@ function pkg_upgrade { clear_line info "Updating $1 to $(list_remote_version $1)\n" global_hook $1 pre-update - vcs_upgrade + vcs_pull global_hook $1 post-update fi } -- cgit v1.2.3