yuja added a comment.

  > +# Add our category before "Repository maintenance".
  >  +help.CATEGORY_ORDER.insert(
  >  +    help.CATEGORY_ORDER.index(command.CATEGORY_MAINTENANCE),
  >  +    _HELP_CATEGORY)
  >  +help.CATEGORY_NAMES[_HELP_CATEGORY] = 'GPG signing'
  
  Moved this to extsetup(), since otherwise it could leave phantom None
  on import failure.

REPOSITORY
  rHG Mercurial

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

To: rdamazio, durin42, martinvonz, #hg-reviewers
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