# HG changeset patch # User timeless@mozdev.org # Date 1441726522 14400 # Node ID 5a3338e0faf7084f51134303960279cea1b9e40d # Parent fc65d63ef3b93a0144183303de413ee5373188cd help: filesets show hg resolve command 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"))