mercurial/cffi/base85.py
author Boris Feld <boris.feld@octobus.net>
Tue, 11 Jul 2017 01:17:36 +0200
changeset 33456 ae052d04b89e
parent 32512 0e8b0b9a7acc
permissions -rw-r--r--
phases: rework phase movement code in 'cg.apply' to use 'registernew' We rework the code to call 'registernew' before any other phase advancement. This make 'changegroup.apply' register correct phase movement for the added and bundled nodes.

# base85.py: pure python base85 codec
#
# Copyright (C) 2009 Brendan Cully <brendan@kublai.com>
#
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2 or any later version.

from __future__ import absolute_import

from ..pure.base85 import *