diff -r 961790c35b4f -r c3bbafef25d6 mercurial/cmdutil.py --- a/mercurial/cmdutil.py Tue Mar 24 15:47:57 2015 -0700 +++ b/mercurial/cmdutil.py Sat Jan 17 14:22:21 2015 +0900 @@ -2797,7 +2797,9 @@ # need all matching names in dirstate and manifest of target rev, # so have to walk both. do not print errors if files exist in one - # but not other. + # but not other. in both cases, filesets should be evaluated against + # workingctx to get consistent result (issue4497). this means 'set:**' + # cannot be used to select missing files from target rev. # `names` is a mapping for all elements in working copy and target revision # The mapping is in the form: