mercurial/localrepo.py
changeset 52654 f19a3f1437f3
parent 52643 5cc8deb96b48
child 52673 bbbb12632607
equal deleted inserted replaced
52653:b3e68fd7864b 52654:f19a3f1437f3
     1 # localrepo.py - read/write repository class for mercurial
     1 # localrepo.py - read/write repository class for mercurial
     2 # coding: utf-8
       
     3 #
     2 #
     4 # Copyright 2005-2007 Olivia Mackall <olivia@selenic.com>
     3 # Copyright 2005-2007 Olivia Mackall <olivia@selenic.com>
     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.