view svnwrap/tests/__init__.py @ 87:b033d74be76b

fetch_command: in stupid non-diffy mode, take changed paths in account Former code was checkouting all branch files for every converted revision when diffs were not available in stupid mode. Now, only changed items are requested.
author Patrick Mezard <pmezard@gmail.com>
date Fri, 14 Nov 2008 16:18:24 -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__))))