view tests/__init__.py @ 588:2723152c8111

stupid: fix getcopies() logic getcopies() assumed that copies where happening withing the current branch. This is wrong when a branch replaces another, and used to generate wrong copy records when copy sources existed in parent revision but were coming from an unrelated revision.
author Patrick Mezard <pmezard@gmail.com>
date Tue, 02 Mar 2010 17:06:06 +0100
parents 537de0300510
children
line wrap: on
line source

import imp, os, sys

sys.path.insert(0, os.path.dirname(os.path.dirname(__file__)))