sapling/edenscm/hgext/infinitepush/constants.py

12 lines
385 B
Python
Raw Normal View History

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