yuja added a comment.

  Queued, thanks.

INLINE COMMENTS

> bookmarks.py:853
> +        repo.ui.warn(_("bookmarking hidden changeset %s\n") % \
> +                     (', '.join(hiddenrevs)))
>      marks.applychanges(repo, tr, changes)

FYI, it loops over bookmark names with the same `rev`, so
`hiddenrevs` would have at most one element, and the second
`unhidehashlikerevs()` call would be unnecessary.

REPOSITORY
  rHG Mercurial

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

To: pulkit, #hg-reviewers, yuja
Cc: yuja, mercurial-devel
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to