fc70018c2a0b

Add the target repo to the data store.  We will need it later.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sun, 04 Oct 2009 14:56:22 -0400
parents b77845ff70cc
children 6b629b714299
branches/tags (none)
files review/data.py

Changes

--- 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: