mercurial/commands.py
changeset 1222 a5cb17a2d240
parent 1221 89f899caecb5
child 1225 ea90162e210c
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -1557,6 +1557,7 @@ def tip(ui, repo):
     show_changeset(ui, repo, changenode=n)
 
 def unbundle(ui, repo, fname):
+    """apply a changegroup file"""
     f = urllib.urlopen(fname)
 
     if f.read(4) != "HG10":