Mercurial > evolve
comparison tests/test-evolve-templates.t @ 5273:aca826b5bd4d
obslog: use unfiltered repo for --no-graph implementation too
repo.unfiltered() is used for graph version of obslog, because if we want to
filter non-local changesets, we only have to provide --filternonlocal flag on
the command line and _nodesandmarkers() will handle filtering. But that means
for obslog without -f to work correctly we need to provide unfiltered repo to
that function. With this patch both implementations of obslog (--graph and
--no-graph) see the same repo.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Sun, 03 May 2020 20:11:37 +0800 |
parents | 900668a93629 |
children | 8d20c0af010a 0bc31f853862 |
comparison
equal
deleted
inserted
replaced
5272:1227553f82c6 | 5273:aca826b5bd4d |
---|