D1869: update: display the obsfate of hidden revision we update to

yuja (Yuya Nishihara) phabricator at mercurial-scm.org
Thu Jan 18 08:21:32 EST 2018


yuja added a comment.


  Queued the first two, thanks.

INLINE COMMENTS

> commands.py:5542
> +            if ctx.obsolete():
> +                obsfatemsg = obsutil._getfilteredreason(repo, ctxstr, ctx)
> +                ui.warn("(%s)\n" % obsfatemsg)

If we use `_getfilteredreason()` extensively, please make it a public function.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D1869

To: lothiraldan, #hg-reviewers, yuja
Cc: mercurial-devel


More information about the Mercurial-devel mailing list