summaryrefslogtreecommitdiff
path: root/solenv/bin/cws.pl
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/bin/cws.pl')
-rw-r--r--solenv/bin/cws.pl13
1 files changed, 3 insertions, 10 deletions
diff --git a/solenv/bin/cws.pl b/solenv/bin/cws.pl
index c613d13bcbb1..62a6b2763761 100644
--- a/solenv/bin/cws.pl
+++ b/solenv/bin/cws.pl
@@ -407,16 +407,9 @@ sub hg_clone_cws_or_milestone
my $masterws = $cws->master();
my ($master_local_source, $master_lan_source);
- if ($rep_type eq "ooo" || $rep_type eq "so")
- {
- $master_local_source = "$hg_local_source/" . $masterws;
- $master_lan_source = "$hg_lan_source/" . $masterws;
- }
- else
- {
- $master_local_source = "$hg_local_source/master_".$rep_type."/".$masterws;
- $master_lan_source = "$hg_lan_source/master_".$rep_type."/".$masterws;
- }
+
+ $master_local_source = "$hg_local_source/" . $masterws;
+ $master_lan_source = "$hg_lan_source/" . $masterws;
my $milestone_tag;
if ( $clone_milestone_only ) {