sapling/edenscm/hgext/infinitepush/constants.py
Mark Thomas 4fe3f41877 infinitepush: remove import cycle
Summary:
There is an import cycle where `server` imports `common` imports `bundleparts`
imports `server`.

Reviewed By: quark-zju

Differential Revision: D15186907

fbshipit-source-id: 4766e02daee3340f9bee8509c790b9584eae1ac8
2019-05-02 14:48:34 -07:00

12 lines
385 B
Python

# Infinite push
#
# Copyright 2016-2019 Facebook, Inc.
#
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2 or any later version.
scratchbranchparttype = "b2x:infinitepush"
scratchbookmarksparttype = "b2x:infinitepushscratchbookmarks"
scratchmutationparttype = "b2x:infinitepushmutation"
pushrebaseparttype = "b2x:rebase"