Commit 5d199ab209c17b06f275dae5ba2e7e667778d1f3

Authored by Shrikant Sharat
1 parent 1cae4fc91f

Print the repo url being pulled in, on -update. #10.

Showing 2 changed files with 7 additions and 3 deletions Side-by-side Diff

... ... @@ -101,7 +101,9 @@ antigen-update () {
101 101 | awk '{print $1}' \
102 102 | sort -u \
103 103 | while read url; do
  104 + echo "**** Pulling $url"
104 105 -antigen-ensure-repo --update "$url"
  106 + echo
105 107 done
106 108 }
107 109  
... ... @@ -24,12 +24,14 @@ Update the plugin.
24 24 Update bundles.
25 25  
26 26 $ antigen-update
27   - From \S+? (re)
28   - [a-z0-9]{7}\.\.[a-z0-9]{7} master -> origin/master (re)
29   - Updating [a-z0-9]{7}\.\.[a-z0-9]{7} (re)
  27 + **** Pulling */test-plugin (glob)
  28 + From */test-plugin (glob)
  29 + ???????..??????? master -> origin/master (glob)
  30 + Updating ???????..??????? (glob)
30 31 Fast-forward
31 32 aliases.zsh | 2 +-
32 33 1 file changed, 1 insertion(+), 1 deletion(-)
  34 +
33 35  
34 36 Confirm there is still only one repository.
35 37