D7397: cmdutil: convert terse status result back to an scmutil.status
durin42 (Augie Fackler)
phabricator at mercurial-scm.org
Fri Nov 15 03:39:36 UTC 2019
Closed by commit rHG9cb7f855e2fc: cmdutil: convert terse status result back to an scmutil.status (authored by durin42).
This revision was automatically updated to reflect the committed changes.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D7397?vs=18087&id=18125
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D7397/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D7397
AFFECTED FILES
mercurial/cmdutil.py
CHANGE DETAILS
diff --git a/mercurial/cmdutil.py b/mercurial/cmdutil.py
--- a/mercurial/cmdutil.py
+++ b/mercurial/cmdutil.py
@@ -761,7 +761,7 @@
tersedict[st].sort()
tersedlist.append(tersedict[st])
- return tersedlist
+ return scmutil.status(*tersedlist)
def _commentlines(raw):
To: durin42, #hg-reviewers, indygreg
Cc: indygreg, mercurial-devel
More information about the Mercurial-devel
mailing list