From 5d199ab209c17b06f275dae5ba2e7e667778d1f3 Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Date: Fri, 20 Jul 2012 15:39:45 +0530 Subject: [PATCH] Print the repo url being pulled in, on -update. #10. --- antigen.zsh | 2 ++ tests/bundle.t | 8 +++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/antigen.zsh b/antigen.zsh index e289761..2566b37 100644 --- a/antigen.zsh +++ b/antigen.zsh @@ -101,7 +101,9 @@ antigen-update () { | awk '{print $1}' \ | sort -u \ | while read url; do + echo "**** Pulling $url" -antigen-ensure-repo --update "$url" + echo done } diff --git a/tests/bundle.t b/tests/bundle.t index 506c592..0906783 100644 --- a/tests/bundle.t +++ b/tests/bundle.t @@ -24,12 +24,14 @@ Update the plugin. Update bundles. $ antigen-update - From \S+? (re) - [a-z0-9]{7}\.\.[a-z0-9]{7} master -> origin/master (re) - Updating [a-z0-9]{7}\.\.[a-z0-9]{7} (re) + **** Pulling */test-plugin (glob) + From */test-plugin (glob) + ???????..??????? master -> origin/master (glob) + Updating ???????..??????? (glob) Fast-forward aliases.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) + Confirm there is still only one repository. -- 2.0.0