# HG changeset patch # User Yuya Nishihara # Date 1421472141 -32400 # Node ID c3bbafef25d66f3cb04fbf69c6c4810f6a22095b # Parent 961790c35b4f130990b33afc94612cbfa2e95484 revert: comment that filesets are always evaluated against workingctx 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: