mercurial/commands.py
changeset 31798 2b130e26c3a4
parent 31797 54b1af732415
child 31822 fde4822b0102
--- a/mercurial/commands.py	Sat Apr 01 13:43:43 2017 -0700
+++ b/mercurial/commands.py	Sat Apr 01 13:43:52 2017 -0700
@@ -5249,10 +5249,9 @@
      _('update to new branch head if changesets were unbundled'))],
     _('[-u] FILE...'))
 def unbundle(ui, repo, fname1, *fnames, **opts):
-    """apply one or more changegroup files
-
-    Apply one or more compressed changegroup files generated by the
-    bundle command.
+    """apply one or more bundle files
+
+    Apply one or more bundle files generated by :hg:`bundle`.
 
     Returns 0 on success, 1 if an update has unresolved files.
     """