From 242b52690d327a77e47140509085f406155c5722 Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Tue, 19 May 2009 13:00:29 -0700 Subject: Remove support for the extra definitions in manifests These aren't that widely used, and actually make it difficult for users to fully mirror a forest of repositories, and then permit someone else to clone off that forest, rather then the original upstream servers. Signed-off-by: Shawn O. Pearce --- remote.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'remote.py') diff --git a/remote.py b/remote.py index 2a9bc7d6..bb8f740c 100644 --- a/remote.py +++ b/remote.py @@ -16,9 +16,7 @@ class Remote(object): def __init__(self, name, fetch=None, - review=None, - projectName=None): + review=None): self.name = name self.fetchUrl = fetch self.reviewUrl = review - self.projectName = projectName -- cgit v1.2.3-54-g00ecf