Update of /cvsroot/sandweb/sandweb/bin
In directory usw-pr-cvs1:/tmp/cvs-serv29311/bin
Modified Files:
sandweb.cgi
Log Message:
repo_name should be in the constructor, not passed to methods
Index: sandweb.cgi
===================================================================
RCS file: /cvsroot/sandweb/sandweb/bin/sandweb.cgi,v
retrieving revision 1.206
retrieving revision 1.207
diff -U2 -r1.206 -r1.207
--- sandweb.cgi 23 Feb 2002 04:24:37 -0000 1.206
+++ sandweb.cgi 23 Feb 2002 21:42:13 -0000 1.207
@@ -470,4 +470,5 @@
'username' => $username,
'module_name' => $module_name,
+ 'repo_name' => $repo_name,
'template_dir' => $template_dir,
'vcs_commands' => \@vcs_commands,
@@ -497,5 +498,4 @@
'location' => $location,
'progname' => $progname,
- 'repo_name' => $repo_name,
);
@@ -503,5 +503,4 @@
'location' => $location,
'progname' => $progname,
- 'repo_name' => $repo_name,
);
@@ -947,4 +946,5 @@
'username' => $username,
'module_name' => $module_name,
+ 'repo_name' => $repo_name,
'template_dir' => $template_dir,
'vcs_commands' => \@vcs_commands,
@@ -956,5 +956,4 @@
'location' => $location,
'progname' => $progname,
- 'repo_name' => $repo_name,
);
|