mercurial/commands.py
changeset 26410 4c4b3c37776c
parent 26368 0224d22ef5d8
child 26421 4b0fc75f9403
--- a/mercurial/commands.py	Tue Sep 29 14:33:31 2015 -0500
+++ b/mercurial/commands.py	Thu Sep 24 17:52:21 2015 -0700
@@ -6388,7 +6388,7 @@
                 try:
                     op = bundle2.processbundle(repo, gen, lambda: tr)
                     tr.close()
-                except error.UnsupportedPartError as exc:
+                except error.BundleUnknownFeatureError as exc:
                     raise util.Abort(_('%s: unknown bundle feature, %s')
                                      % (fname, exc),
                                      hint=_("see https://mercurial.selenic.com/"