D5780: tags: avoid generating commit for an already deleted tag (issue5752)

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Thu Jan 31 11:27:41 EST 2019


durin42 requested changes to this revision.
durin42 added inline comments.
This revision now requires changes to proceed.

INLINE COMMENTS

> localrepo.py:1484
>  
> +    def alreadydeletedtag(self, tagname):
> +        '''return True if given tag is already deleted'''

You'll need to update the repository interface here: https://www.mercurial-scm.org/repo/hg-committed/file/1aa52287973e/mercurial/repository.py#l1525

That should fix your test failure.

REPOSITORY
  rHG Mercurial

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

To: navaneeth.suresh, #hg-reviewers, durin42
Cc: durin42, mercurial-devel


More information about the Mercurial-devel mailing list