Mercurial > hgsubversion
view svnwrap/tests/__init__.py @ 172:84fbf1469a31
SubversionRepo: simplify and rename proplist() into list_prop()
list_prop() will be used to retrieve svn:externals properties. Current
implementation was unused and was simplified to match the use case.
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Tue, 30 Dec 2008 20:33:59 -0600 |
parents | 79b0e059319d |
children |
line wrap: on
line source
import sys import os sys.path.append(os.path.dirname(os.path.dirname(os.path.dirname(__file__))))