hg: code-tools/webrev: 7900964: [webrev] Option -f does not generate diffs for files whose path happens to contain the name of their repo
jonathan.gibbons at oracle.com
jonathan.gibbons at oracle.com
Wed Jul 16 01:34:37 UTC 2014
Changeset: 6c87867c3837
Author: dfuchs
Date: 2014-07-15 10:54 +0200
URL: http://hg.openjdk.java.net/code-tools/webrev/rev/6c87867c3837
7900964: [webrev] Option -f does not generate diffs for files whose path happens to contain the name of their repo
Summary: changed (n == 0) into (n != 1) - n == 0 means the pattern is not found, n != 1 means it does not start with the pattern but may contain it elsewhere.
Reviewed-by: mduigou
! webrev.ksh
More information about the webrev-dev
mailing list