# HG changeset patch # User Yuya Nishihara # Date 2017-02-18 09:00:01 # Node ID 705ecab649eaa192cd30b3f6913a734bfccf2c54 # Parent 4189d790e8a4f2c626fe0f3dde305bec14c54bc3 help: add pointer how to narrow list of resolved/unresolved files (issue5469) diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -4259,6 +4259,8 @@ def resolve(ui, repo, *pats, **opts): - :hg:`resolve -l`: list files which had or still have conflicts. In the printed list, ``U`` = unresolved and ``R`` = resolved. + You can use ``set:unresolved()`` or ``set:resolved()`` to filter + the list. See :hg:`help filesets` for details. .. note::