# HG changeset patch # User Steve Losh # Date 1254682582 14400 # Node ID fc70018c2a0bb4b833d75723b96d09e82f6f78ea # Parent b77845ff70cccc97d7f1344747ce563e5410ed17 Add the target repo to the data store. We will need it later. diff -r b77845ff70cc -r fc70018c2a0b review/data.py --- a/review/data.py Sun Oct 04 14:50:31 2009 -0400 +++ b/review/data.py Sun Oct 04 14:56:22 2009 -0400 @@ -47,6 +47,7 @@ self.rpath = rpath or ('../%s-review' % os.path.basename(repo.root)) root = os.path.join(repo.root, self.lpath) + self.target = repo self.repo = hg.repository(ui, root, create) if create: