Re: Fast multi-file diff

"kaczoroj" <[email protected]> Tue, 12 Dec 2006 00:09:29 -0000
Newsgroups gmane.comp.version-control.cvs.gui.devel
Message-ID <[email protected]>
--7m-wRqwKqPH7ArdeQ6SshpWTZkpPSdpfeNKtWZH
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Kirill,

About the "flag" idea. Sounds like it might be useful. In fact we=20
could just always set the flag whenever a cvs command is run - that=20
way user doesn't have to remember to select anything. That would very=20
handy for diff, update and status commands, or macros (like find=20
modified). But the problem is that this doesn't work so well when the=20
files are not in the view - filtered or deep down the directory tree.=20
That is why the "basket" idea seems more powerfull. It would gather=20
files no matter where they are. Having separate view also allows to=20
change the file view location without loosing the basket. And many=20
more...

Best Regards,
Jerzy

--- In [email protected], "kirillmueller" <mail@...> wrote:
>
> Hi all,
>=20
> I've been testing my implementation of fast multi-file diff for
> roughly half a year now, and I feel it's about time to commit it :-)
> Sorry for the delay...
>=20
> Just as a reminder: Instead of issuing separate checkout commands=20
for
> each file in question, it just issues a single checkout for all=20
files
> and creates separate files from cvs's output (which contains all=20
files
> joined together in this case). Thus, at most two invocations of cvs
> checkout are needed for any diff.
>=20
> 1. First of all, I'd like to ask if I can commit the changes now,=20
just
> before the 2.0.8 release. I've already committed some refactoring,
> sorry if this leads to additional trouble.
>=20
> 2. Jerzy, do you use a beautifier or something to format the=20
sources?
> I've noticed that some of my commits were altered by you, mostly it
> was about spaces before/after parentheses.
>=20
> 3. There is a problem with "spamming" the external diff with, say,=20
100
> pairs of files at once. Sleeping between diff invocations doesn't=20
help
> much, I'll open a new post for this issue. For now, the safest thing
> would be to offer an option like "Bulk checkout" to give the user=20
the
> opportunity to resort to the original behavior. What do you think?
>=20
> 4. In an earlier discussion
> (http://tech.groups.yahoo.com/group/cvsgui-dev/message/1365), the
> concept of "baskets" was mentioned. I think, as a first step, we=20
could
> introduce a "flag" field in the file view and offer an option to set
> the flag through diff. That is, the user chooses an option like
> "select flag" in the diff dialog, and the command just selects the
> flag for the files where differences were found. Then, the user=20
could
> filter the current view to show only the flagged files, or sort by
> flag. (The "select flag" option conflicts with "use the external=20
diff"
> and "don't use the external diff (output diff to console)", so
> something like radio buttons would do here.) In addition, the flag=20
for
> each file could be set and cleared manually. -- Personally, I would
> value such an option. How about you?
>=20
>=20
> Kind regards,
>=20
> Kirill
>



--7m-wRqwKqPH7ArdeQ6SshpWTZkpPSdpfeNKtWZH
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
</head>

<!-- Network content -->


<body style="background-color: #ffffff;">

<!--~-|**|PrettyHtmlStartT|**|-~-->
<div id="ygrp-mlmsg" style="width:655px; position:relative;">
  <div id="ygrp-msg" style="width: 490px; padding: 0 15px 0 0; float:left;  z-index:1;">
<!--~-|**|PrettyHtmlEndT|**|-~-->

    <div id="ygrp-text">
            <p>Kirill,<br>
<br>
About the &quot;flag&quot; idea. Sounds like it might be useful. In fact we <br>
could just always set the flag whenever a cvs command is run - that <br>
way user doesn't have to remember to select anything. That would very <br>
handy for diff, update and status commands, or macros (like find <br>
modified). But the problem is that this doesn't work so well when the <br>
files are not in the view - filtered or deep down the directory tree. <br>
That is why the &quot;basket&quot; idea seems more powerfull. It would gather <br>
files no matter where they are. Having separate view also allows to <br>
change the file view location without loosing the basket. And many <br>
more...<br>
<br>
Best Regards,<br>
Jerzy<br>
<br>
--- In <a href="mailto:cvsgui-dev%40yahoogroups.com">cvsgui-dev@yahoogro<wbr>ups.com</a>, &quot;kirillmueller&quot; &lt;mail@...&gt; wrote:<br>
&gt;<br>
&gt; Hi all,<br>
&gt; <br>
&gt; I've been testing my implementation of fast multi-file diff for<br>
&gt; roughly half a year now, and I feel it's about time to commit it :-)<br>
&gt; Sorry for the delay...<br>
&gt; <br>
&gt; Just as a reminder: Instead of issuing separate checkout commands <br>
for<br>
&gt; each file in question, it just issues a single checkout for all <br>
files<br>
&gt; and creates separate files from cvs's output (which contains all <br>
files<br>
&gt; joined together in this case). Thus, at most two invocations of cvs<br>
&gt; checkout are needed for any diff.<br>
&gt; <br>
&gt; 1. First of all, I'd like to ask if I can commit the changes now, <br>
just<br>
&gt; before the 2.0.8 release. I've already committed some refactoring,<br>
&gt; sorry if this leads to additional trouble.<br>
&gt; <br>
&gt; 2. Jerzy, do you use a beautifier or something to format the <br>
sources?<br>
&gt; I've noticed that some of my commits were altered by you, mostly it<br>
&gt; was about spaces before/after parentheses.<br>
&gt; <br>
&gt; 3. There is a problem with &quot;spamming&quot; the external diff with, say, <br>
100<br>
&gt; pairs of files at once. Sleeping between diff invocations doesn't <br>
help<br>
&gt; much, I'll open a new post for this issue. For now, the safest thing<br>
&gt; would be to offer an option like &quot;Bulk checkout&quot; to give the user <br>
the<br>
&gt; opportunity to resort to the original behavior. What do you think?<br>
&gt; <br>
&gt; 4. In an earlier discussion<br>
&gt; (<a href="http://tech.groups.yahoo.com/group/cvsgui-dev/message/1365">http://tech.<wbr>groups.yahoo.<wbr>com/group/<wbr>cvsgui-dev/<wbr>message/1365</a>), the<br>
&gt; concept of &quot;baskets&quot; was mentioned. I think, as a first step, we <br>
could<br>
&gt; introduce a &quot;flag&quot; field in the file view and offer an option to set<br>
&gt; the flag through diff. That is, the user chooses an option like<br>
&gt; &quot;select flag&quot; in the diff dialog, and the command just selects the<br>
&gt; flag for the files where differences were found. Then, the user <br>
could<br>
&gt; filter the current view to show only the flagged files, or sort by<br>
&gt; flag. (The &quot;select flag&quot; option conflicts with &quot;use the external <br>
diff&quot;<br>
&gt; and &quot;don't use the external diff (output diff to console)&quot;, so<br>
&gt; something like radio buttons would do here.) In addition, the flag <br>
for<br>
&gt; each file could be set and cleared manually. -- Personally, I would<br>
&gt; value such an option. How about you?<br>
&gt; <br>
&gt; <br>
&gt; Kind regards,<br>
&gt; <br>
&gt; Kirill<br>
&gt;<br>
<br>
</p>
    </div>  

    <!--~-|**|PrettyHtmlStart|**|-~-->
    <span width="1" style="color: white;">__._,_.___</span>
    <!-- Start the section with Message In topic -->
    <div id="ygrp-actbar">
              <span class="left">
          <a href="http://groups.yahoo.com/group/cvsgui-dev/message/1464;_ylc=X3oDMTM0NjVvZHBpBF9TAzk3MzU5NzE0BGdycElkAzI0OTMyNDUEZ3Jwc3BJZAMxNzA1MDA3MTgxBG1zZ0lkAzE0NzAEc2VjA2Z0cgRzbGsDdnRwYwRzdGltZQMxMTY1ODgyNzk5BHRwY0lkAzE0NjQ-">
            Messages in this topic          </a> (<span class="bld">3</span>)
        </span>
        <a href="http://groups.yahoo.com/group/cvsgui-dev/post;_ylc=X3oDMTJwZ2ltdDMzBF9TAzk3MzU5NzE0BGdycElkAzI0OTMyNDUEZ3Jwc3BJZAMxNzA1MDA3MTgxBG1zZ0lkAzE0NzAEc2VjA2Z0cgRzbGsDcnBseQRzdGltZQMxMTY1ODgyNzk5?act=reply&messageNum=1470">
          <span class="bld">
            Reply          </span> (via web post)
        </a>  | 
        <a href="http://groups.yahoo.com/group/cvsgui-dev/post;_ylc=X3oDMTJlZDd2NTNoBF9TAzk3MzU5NzE0BGdycElkAzI0OTMyNDUEZ3Jwc3BJZAMxNzA1MDA3MTgxBHNlYwNmdHIEc2xrA250cGMEc3RpbWUDMTE2NTg4Mjc5OQ--" class="bld">
          Start a new topic        </a>
          </div> 
    <!-------     Start Nav Bar  ------>
    <!-- |**|begin egp html banner|**| -->
    <div id="ygrp-vitnav">
                <a href="http://groups.yahoo.com/group/cvsgui-dev/messages;_ylc=X3oDMTJlM2tmOGprBF9TAzk3MzU5NzE0BGdycElkAzI0OTMyNDUEZ3Jwc3BJZAMxNzA1MDA3MTgxBHNlYwNmdHIEc2xrA21zZ3MEc3RpbWUDMTE2NTg4Mjc5OQ--">Messages</a>  
            |    <a href="http://groups.yahoo.com/group/cvsgui-dev/files;_ylc=X3oDMTJmdmgwbzhzBF9TAzk3MzU5NzE0BGdycElkAzI0OTMyNDUEZ3Jwc3BJZAMxNzA1MDA3MTgxBHNlYwNmdHIEc2xrA2ZpbGVzBHN0aW1lAzExNjU4ODI3OTk-">Files</a>  
            |    <a href="http://groups.yahoo.com/group/cvsgui-dev/photos;_ylc=X3oDMTJlb3Q4cnJjBF9TAzk3MzU5NzE0BGdycElkAzI0OTMyNDUEZ3Jwc3BJZAMxNzA1MDA3MTgxBHNlYwNmdHIEc2xrA3Bob3QEc3RpbWUDMTE2NTg4Mjc5OQ--">Photos</a>  
            |    <a href="http://groups.yahoo.com/group/cvsgui-dev/links;_ylc=X3oDMTJmdTgxbDV1BF9TAzk3MzU5NzE0BGdycElkAzI0OTMyNDUEZ3Jwc3BJZAMxNzA1MDA3MTgxBHNlYwNmdHIEc2xrA2xpbmtzBHN0aW1lAzExNjU4ODI3OTk-">Links</a>  
            |    <a href="http://groups.yahoo.com/group/cvsgui-dev/database;_ylc=X3oDMTJjYnVqNTdiBF9TAzk3MzU5NzE0BGdycElkAzI0OTMyNDUEZ3Jwc3BJZAMxNzA1MDA3MTgxBHNlYwNmdHIEc2xrA2RiBHN0aW1lAzExNjU4ODI3OTk-">Database</a>  
            |    <a href="http://groups.yahoo.com/group/cvsgui-dev/polls;_ylc=X3oDMTJmcjJjMm9lBF9TAzk3MzU5NzE0BGdycElkAzI0OTMyNDUEZ3Jwc3BJZAMxNzA1MDA3MTgxBHNlYwNmdHIEc2xrA3BvbGxzBHN0aW1lAzExNjU4ODI3OTk-">Polls</a>  
            |    <a href="http://groups.yahoo.com/group/cvsgui-dev/members;_ylc=X3oDMTJlZWtoYnE0BF9TAzk3MzU5NzE0BGdycElkAzI0OTMyNDUEZ3Jwc3BJZAMxNzA1MDA3MTgxBHNlYwNmdHIEc2xrA21icnMEc3RpbWUDMTE2NTg4Mjc5OQ--">Members</a>  
            |    <a href="http://groups.yahoo.com/group/cvsgui-dev/calendar;_ylc=X3oDMTJkdG9jbXN1BF9TAzk3MzU5NzE0BGdycElkAzI0OTMyNDUEZ3Jwc3BJZAMxNzA1MDA3MTgxBHNlYwNmdHIEc2xrA2NhbARzdGltZQMxMTY1ODgyNzk5">Calendar</a>  
    </div>  
    <!-- |**|end egp html banner|**| -->

    <!-- Do not have place to put it yet -->
    <div id="ygrp-grft">
          </div>

    <!-- yahoo logo -->
    <!-- |**|begin egp html banner|**| -->
    <div id="ygrp-ft">
      <a href="http://groups.yahoo.com/;_ylc=X3oDMTJkaTBrZGhjBF9TAzk3MzU5NzE0BGdycElkAzI0OTMyNDUEZ3Jwc3BJZAMxNzA1MDA3MTgxBHNlYwNmdHIEc2xrA2dmcARzdGltZQMxMTY1ODgyNzk5">
      <img src="http://us.i1.yimg.com/us.yimg.com/i/yg/img/logo/ma_grp_160.gif" height="15" width="106" border="0" alt="Yahoo! Groups"></a> <br>
      <a href="http://groups.yahoo.com/group/cvsgui-dev/join;_ylc=X3oDMTJmMmRqNHE4BF9TAzk3MzU5NzE0BGdycElkAzI0OTMyNDUEZ3Jwc3BJZAMxNzA1MDA3MTgxBHNlYwNmdHIEc2xrA3N0bmdzBHN0aW1lAzExNjU4ODI3OTk-">Change settings via the Web</a> (Yahoo! ID required) <br>
      Change settings via email: <a href="mailto:[email protected]?subject=Email Delivery: Digest">Switch delivery to Daily Digest</a> | <a href = "mailto:[email protected]?subject=Change Delivery Format: Traditional">Switch format to Traditional</a> <br>

      <a href="http://groups.yahoo.com/group/cvsgui-dev;_ylc=X3oDMTJkMzhmNGM0BF9TAzk3MzU5NzE0BGdycElkAzI0OTMyNDUEZ3Jwc3BJZAMxNzA1MDA3MTgxBHNlYwNmdHIEc2xrA2hwZgRzdGltZQMxMTY1ODgyNzk5">
        Visit Your Group 
      </a> |
      <a href="http://docs.yahoo.com/info/terms/">
        Yahoo! Groups Terms of Use      </a> |
      <a href="mailto:[email protected]?subject=">
        Unsubscribe      </a> 
    </div>     <!-- |**|end egp html banner|**| -->
  </div> <!-- ygrp-msg -->

  
  <!-- Sponsor -->
  <!-- |**|begin egp html banner|**| -->
  <div id="ygrp-sponsor" style="width:140px;float: left; clear: none; margin-left: 5px; background:white; margin-bottom:25px ;position:absolute; top:0; right: 0;">
    <!-- Network content -->
    
    <!-- Start vitality -->
    <div id="ygrp-vital">
            <a href="http://groups.yahoo.com/group/cvsgui-dev;_ylc=X3oDMTJlZ2c2OWhqBF9TAzk3MzU5NzE0BGdycElkAzI0OTMyNDUEZ3Jwc3BJZAMxNzA1MDA3MTgxBHNlYwN2dGwEc2xrA3ZnaHAEc3RpbWUDMTE2NTg4Mjc5OQ--">
        Visit Your Group      </a>
    </div> 
                <div id="hd">SPONSORED LINKS</div>
      <div id="ov">
        <ul>
                    <li><a href="http://groups.yahoo.com/gads;_ylc=X3oDMTJjbGk1Y3IzBF9TAzk3MzU5NzE0BF9wAzEEZ3JwSWQDMjQ5MzI0NQRncnBzcElkAzE3MDUwMDcxODEEc2VjA3NsbW9kBHN0aW1lAzExNjU4ODI4MDA-?t=ms&k=Software+development+services&w1=Software+development+services&w2=Software+development&w3=Development+software&w4=Software+development+company&w5=Custom+software+development&c=5&s=154&g=2&.sig=7x2qo6dMYy1p5AU1pt1tiQ">Software development services</a></li>
                    <li><a href="http://groups.yahoo.com/gads;_ylc=X3oDMTJjMnB2ZWZoBF9TAzk3MzU5NzE0BF9wAzIEZ3JwSWQDMjQ5MzI0NQRncnBzcElkAzE3MDUwMDcxODEEc2VjA3NsbW9kBHN0aW1lAzExNjU4ODI4MDA-?t=ms&k=Software+development&w1=Software+development+services&w2=Software+development&w3=Development+software&w4=Software+development+company&w5=Custom+software+development&c=5&s=154&g=2&.sig=BN1lrlsQSEiIXBpRBgFwvg">Software development</a></li>
                    <li><a href="http://groups.yahoo.com/gads;_ylc=X3oDMTJjdTlsdmxxBF9TAzk3MzU5NzE0BF9wAzMEZ3JwSWQDMjQ5MzI0NQRncnBzcElkAzE3MDUwMDcxODEEc2VjA3NsbW9kBHN0aW1lAzExNjU4ODI4MDA-?t=ms&k=Development+software&w1=Software+development+services&w2=Software+development&w3=Development+software&w4=Software+development+company&w5=Custom+software+development&c=5&s=154&g=2&.sig=tCpQXu3D1f1U1uy5lsC3_g">Development software</a></li>
                    <li><a href="http://groups.yahoo.com/gads;_ylc=X3oDMTJjMGg0b3I1BF9TAzk3MzU5NzE0BF9wAzQEZ3JwSWQDMjQ5MzI0NQRncnBzcElkAzE3MDUwMDcxODEEc2VjA3NsbW9kBHN0aW1lAzExNjU4ODI4MDA-?t=ms&k=Software+development+company&w1=Software+development+services&w2=Software+development&w3=Development+software&w4=Software+development+company&w5=Custom+software+development&c=5&s=154&g=2&.sig=vprGpfTz1GxuQRXlltd5Og">Software development company</a></li>
                    <li><a href="http://groups.yahoo.com/gads;_ylc=X3oDMTJjamRvcGY5BF9TAzk3MzU5NzE0BF9wAzUEZ3JwSWQDMjQ5MzI0NQRncnBzcElkAzE3MDUwMDcxODEEc2VjA3NsbW9kBHN0aW1lAzExNjU4ODI4MDA-?t=ms&k=Custom+software+development&w1=Software+development+services&w2=Software+development&w3=Development+software&w4=Software+development+company&w5=Custom+software+development&c=5&s=154&g=2&.sig=GblHBdeKJR4WCTYIwY_tYA">Custom software development</a></li>
                  </ul>
      </div>
    
    <!-- Network content -->
                <div id="nc">
              <div class="ad">
                      <div id="hd1">Y! Messenger</div> 
<p><a href="http://us.ard.yahoo.com/SIG=12h8vq29a/M=493064.8985659.9760753.8674578/D=groups/S=1705007181:NC/Y=YAHOO/EXP=1165889999/A=3848580/R=0/SIG=11umg3fun/*http://us.rd.yahoo.com/evt=42403/*http://messenger.yahoo.com">Quick file sharing</a></p> 
<p>Send up to 1GB of</p> 
<p>files in an IM.</p>                  </div>
                    <div class="ad">
                      <div id="hd1">Yahoo! Mail</div> 
<p><a href="http://us.ard.yahoo.com/SIG=12hmc19mj/M=493064.8985657.9760727.8674578/D=groups/S=1705007181:NC/Y=YAHOO/EXP=1165889999/A=3848569/R=0/SIG=12jcbehhh/*http://us.rd.yahoo.com/evt=42410/*http://advision.webevents.yahoo.com/handraisers">You're invited!</a></p> 
<p>Try the all-new</p> 
<p>Yahoo! Mail Beta</p>                  </div>
                    <div class="ad">
                      <div id="hd1">Need traffic?</div> 
<p><a href="http://us.ard.yahoo.com/SIG=12ha4j9h2/M=493064.8985663.9760769.8674578/D=groups/S=1705007181:NC/Y=YAHOO/EXP=1165889999/A=3848644/R=0/SIG=131l83flq/*http://searchmarketing.yahoo.com/arp/srchv2.php?o=US2006&cmp=Yahoo&ctv=Groups5&s=Y&s2=&s3=&b=50">Drive customers</a></p> 
<p>With search ads</p> 
<p>on Yahoo!</p>                  </div>
          </div>
      
  </div>   <!-- |**|end egp html banner|**| -->
  <div style="clear:both; color: #FFF; font-size:1px;">.</div>
</div> <img src="http://geo.yahoo.com/serv?s=97359714/grpId=2493245/grpspId=1705007181/msgId=1470/stime=1165882799/nc1=3848580/nc2=3848569/nc3=3848644" width="1" height="1"> <br>
<span  style="color: white;">__,_._,___</span>
<!--~-|**|PrettyHtmlEnd|**|-~-->
</body>
<!--~-|**|PrettyHtmlStart|**|-~-->
<head>
<style type="text/css">
<!--
#ygrp-mlmsg {font-size:13px; font-family: arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
#ygrp-mlmsg table {font-size:inherit;font:100%;}
#ygrp-mlmsg select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}
#ygrp-mlmsg pre, code {font:115% monospace;*font-size:100%;}
#ygrp-mlmsg * {line-height:1.22em;}
#ygrp-text{
    font-family: Georgia;	
}
#ygrp-text p{
    margin: 0 0 1em 0;
}
#ygrp-tpmsgs{
    font-family: Arial;	
    clear: both;
}
#ygrp-vitnav{
	padding-top: 10px;
	font-family: Verdana;
	font-size: 77%;
	margin: 0;
}
#ygrp-vitnav a{
	padding: 0 1px;
}
#ygrp-actbar{
	clear: both;
	margin: 25px 0;
	white-space:nowrap;
	color: #666;
	text-align: right;
}
#ygrp-actbar .left{
	float: left;
	white-space:nowrap;
}
.bld{font-weight:bold;}
#ygrp-grft{
	font-family: Verdana;
	font-size: 77%;
	padding: 15px 0;
}
#ygrp-ft{
  font-family: verdana;
  font-size: 77%;
  border-top: 1px solid #666; 
  padding: 5px 0; 
}
#ygrp-mlmsg #logo{
  padding-bottom: 10px;
}

#ygrp-vital{
	background-color: #e0ecee;
	margin-bottom: 20px;
	padding: 2px 0 8px 8px;
}
#ygrp-vital #vithd{
	font-size: 77%;
	font-family: Verdana;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
}
#ygrp-vital ul{
	padding: 0;
	margin: 2px 0;
}
#ygrp-vital ul li{
  list-style-type: none;
  clear: both;
  border: 1px solid #e0ecee;  
}
#ygrp-vital ul li .ct{
  font-weight: bold;
  color: #ff7900;
  float: right;
  width: 2em;
  text-align:right;
  padding-right: .5em;
}
#ygrp-vital ul li .cat{
  font-weight: bold;
}
#ygrp-vital a {
	text-decoration: none;
}

#ygrp-vital a:hover{
  text-decoration: underline;
}

#ygrp-sponsor #hd{
	color: #999;
	font-size: 77%;
}
#ygrp-sponsor #ov{
	padding: 6px 13px;
	background-color: #e0ecee;
	margin-bottom: 20px;
}
#ygrp-sponsor #ov ul{
	padding: 0 0 0 8px;
	margin: 0;
}
#ygrp-sponsor #ov li{
	list-style-type: square;
	padding: 6px 0;
	font-size: 77%;
}
#ygrp-sponsor #ov li a{
	text-decoration: none;
	font-size: 130%;
}
#ygrp-sponsor #nc {
  background-color: #eee;
  margin-bottom: 20px;
  padding: 0 8px;
}
#ygrp-sponsor .ad{
	padding: 8px 0;
}
#ygrp-sponsor .ad #hd1{
	font-family: Arial;
	font-weight: bold;
	color: #628c2a;
	font-size: 100%;
	line-height: 122%;
}
#ygrp-sponsor .ad a{
	text-decoration: none;
}
#ygrp-sponsor .ad a:hover{
	text-decoration: underline;
}
#ygrp-sponsor .ad p{
	margin: 0;
}
o {font-size: 0; }
.MsoNormal {
   margin: 0 0 0 0;
}
#ygrp-text tt{
  font-size: 120%;
}
blockquote{margin: 0 0 0 4px;}
.replbq {margin:4}
-->
</style>
</head>
<!--~-|**|PrettyHtmlEnd|**|-~-->
</html><!--End group email -->


--7m-wRqwKqPH7ArdeQ6SshpWTZkpPSdpfeNKtWZH--