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