tests/test-check-code-hg.t
branchstable
changeset 16591 46e9ed223d2c
parent 16485 f48b075ff088
child 16598 20a9d823f242
--- a/tests/test-check-code-hg.t	Sun May 06 13:14:58 2012 +0200
+++ b/tests/test-check-code-hg.t	Sun May 06 23:58:04 2012 +0900
@@ -336,9 +336,6 @@
    >             ui.write('deltas against p2    : ' + fmt % pcfmt(nump2, numdeltas))
    warning: unwrapped ui message
   mercurial/commands.py:0:
-   >         cmd, ext, mod = extensions.disabledcmd(ui, name, ui.config('ui', 'strict'))
-   warning: line over 80 characters
-  mercurial/commands.py:0:
    >         except:
    warning: naked except clause
   mercurial/commands.py:0:
@@ -433,9 +430,6 @@
    >                                                 " (.hg not found)") % os.getcwd())
    warning: line over 80 characters
   mercurial/dispatch.py:0:
-   >         aliases, entry = cmdutil.findcmd(cmd, cmdtable, lui.config("ui", "strict"))
-   warning: line over 80 characters
-  mercurial/dispatch.py:0:
    >         except:
    warning: naked except clause
   mercurial/dispatch.py:0: