diff tests/test-extdiff.t @ 28053:34a2944aac9b

check-code: add rule to detect usage of external diff via extdiff This rule detects "hg extdiff" invocation without -p/--program and -o/--option. This patch specifies "-p diff" explicitly in test-extdiff.t to avoid false positive matching.
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Thu, 11 Feb 2016 02:15:45 +0900
parents 0945539a3a6b
children 67b180c0e263
line wrap: on
line diff
--- a/tests/test-extdiff.t	Mon Feb 08 18:29:17 2016 +0900
+++ b/tests/test-extdiff.t	Thu Feb 11 02:15:45 2016 +0900
@@ -72,7 +72,7 @@
 
 Specifying an empty revision should abort.
 
-  $ hg extdiff --patch --rev 'ancestor()' --rev 1
+  $ hg extdiff -p diff --patch --rev 'ancestor()' --rev 1
   abort: empty revision on one side of range
   [255]