diff -r fc65d63ef3b9 -r 5a3338e0faf7 mercurial/fileset.py --- a/mercurial/fileset.py Tue Sep 08 11:30:01 2015 -0400 +++ b/mercurial/fileset.py Tue Sep 08 11:35:22 2015 -0400 @@ -243,7 +243,7 @@ def resolved(mctx, x): """``resolved()`` - File that is marked resolved according to the resolve state. + File that is marked resolved according to :hg:`resolve -l`. """ # i18n: "resolved" is a keyword getargs(x, 0, 0, _("resolved takes no arguments")) @@ -254,7 +254,7 @@ def unresolved(mctx, x): """``unresolved()`` - File that is marked unresolved according to the resolve state. + File that is marked unresolved according to :hg:`resolve -l`. """ # i18n: "unresolved" is a keyword getargs(x, 0, 0, _("unresolved takes no arguments"))