diff --git a/mercurial/commands.py b/mercurial/commands.py --- 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":