# HG changeset patch # User Dan Villiom Podlaski Christiansen # Date 1277239381 -7200 # Node ID 587061d414451e8863ca98e557b48c9148bb133a # Parent 25714b4954b735b836d3462375b945204bfa88e5 stupid: lower patch application failure output to verbose. There is no reason to notify all users when patches fail to apply, as we are able to handle it internally. diff --git a/hgsubversion/stupid.py b/hgsubversion/stupid.py --- a/hgsubversion/stupid.py +++ b/hgsubversion/stupid.py @@ -588,7 +588,7 @@ def convert_rev(ui, meta, svn, r, tbdelt ui, svn, meta, b, branches[b], r, parentctx) except BadPatchApply, e: # Either this revision or the previous one does not exist. - ui.status("Fetching entire revision: %s.\n" % e.args[0]) + ui.note("Fetching entire revision: %s.\n" % e.args[0]) files_touched, filectxfn2 = fetch_branchrev( svn, meta, b, branches[b], r, parentctx)