(Steve Dougherty)
2013-06-24: Add feedback when identity to pull from is found. Add feedback when identity to pull from is found.
diff --git a/infocalypse/wot.py b/infocalypse/wot.py
--- a/infocalypse/wot.py
+++ b/infocalypse/wot.py
@@ -76,6 +76,9 @@ def read_repo_listing(ui, truster, ident
if identity is None:
return
+ ui.status("Found {0}@{1}.\n".format(identity['Nickname'],
+ identity['Identity']))
+
uri = identity['RequestURI']
uri = uri.split('/', 1)[0] + '/vcs/0'