changeset 623:587061d41445

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.
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
date Tue, 22 Jun 2010 22:43:01 +0200
parents 25714b4954b7
children cc25b4c654dc
files hgsubversion/stupid.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)