Mercurial > public > mercurial-scm > hg-stable
diff mercurial/fileset.py @ 17371:1310489eb5d6 stable
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.
author | Patrick Mezard <patrick@mezard.eu> |
---|---|
date | Wed, 15 Aug 2012 22:50:23 +0200 |
parents | 01cc267fc105 |
children | 6252b4f1c4b4 |
line wrap: on
line diff