mercurial/upgrade.py
changeset 31895 783b4c9bd5f5
parent 31894 9379689b6c10
child 31896 127b41e975fd
equal deleted inserted replaced
31894:9379689b6c10 31895:783b4c9bd5f5
     1 # upgrade.py - functions for in place upgrade of Mercurial repository
     1 # upgrade.py - functions for in place upgrade of Mercurial repository
     2 #
     2 #
     3 # Copyright 2005, 2006 Chris Mason <mason@suse.com>
     3 # Copyright (c) 2016-present, Gregory Szorc
     4 # Copyright 2007 Matt Mackall
       
     5 #
     4 #
     6 # This software may be used and distributed according to the terms of the
     5 # This software may be used and distributed according to the terms of the
     7 # GNU General Public License version 2 or any later version.
     6 # GNU General Public License version 2 or any later version.
     8 
     7 
     9 from __future__ import absolute_import
     8 from __future__ import absolute_import