i18n-ru: synchronized with
c6f88e7f95b7
commit: normalize filenames when checking explicit files (
issue3576)
manifest: remove redundant sorted() call for --all
repo.store.datafiles() is now already sorted (for all types of stores).
A follow-up to
4cbb1137941d.
fileset: fix generator vs list bug in fast path
$ hg debugfileset 'a or b'
would only return a or b but not both because the base file list was a
generator instead of a replayable sequence.
test-fileset: test remaining predicates
- exec
- symlink
- size
- resolved / unresolved
- subrepo