hgext3rd/topic/common.py
author Anton Shestakov <av6@dwimlabs.net>
Fri, 17 May 2019 17:59:58 +0800
changeset 4654 0d05dcb8dd37
parent 4531 1d1f8f56daac
permissions -rw-r--r--
stack: provide context to formatter with non-default --template This allows using template keywords that we don't explicitly provide to the formatter, e.g. rev, branch and topic.

# Copyright 2019 Pierre-Yves David <pierre-yves.david@octobus.net>
#
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2 or any later version.

def hastopicext(repo):
    """True if the repo use the topic extension"""
    return getattr(repo, 'hastopicext', False)