hgext3rd/topic/common.py
author Sushil khanchi <sushilkhanchi97@gmail.com>
Fri, 26 Apr 2019 01:20:08 +0530
changeset 4633 61c2518cd6d2
parent 4531 1d1f8f56daac
permissions -rw-r--r--
evolve: move status msg to verbose mode in content-divergence resolution As suggested by Pierre-Yves, lets move these too verbose message for the user to verbose mode to decrease some noise.

# 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)