infocalypse
 
(Steve Dougherty)
2013-06-04: Tell which local identity is found by fn-create.

Tell which local identity is found by fn-create.

diff --git a/infocalypse/__init__.py b/infocalypse/__init__.py
--- a/infocalypse/__init__.py
+++ b/infocalypse/__init__.py
@@ -395,6 +395,9 @@ def infocalypse_create(ui_, repo, **opts
             # Something went wrong; the function already printed an error.
             return
 
+        ui_.status('Found {0}@{1}\n'.format(attributes['Nickname'],
+                                            attributes['Identity']))
+
         insert_uri = attributes['InsertURI']
 
         # LCWoT returns URIs with a "freenet:" prefix, and WoT does not. The