<div dir="ltr"><div dir="ltr">Thanks Matt, Works perfectly !</div><div dir="ltr"><br></div><div dir="ltr">I tried several <span style="font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">quoting </span>combinations with no luck,but this one is OK :)</div>

<br><br><div class="gmail_quote">On Tue, Oct 2, 2012 at 7:44 PM, Matt Mackall <span dir="ltr"><<a href="mailto:mpm@selenic.com" target="_blank">mpm@selenic.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im">On Tue, 2012-10-02 at 18:37 +0200, Ahmed Khalaf wrote:<br>
> Hi<br>
><br>
> I'm trying to user Hg revsets to update an Hg repo with the following<br>
> command<br>
><br>
> hg update --rev branch("re:DEV.+")<br>
<br>
</div>Unlikely to work without proper shell quoting. This variant should work<br>
on Windows and Unix:<br>
<br>
 hg up -r "branch('re:DEV.+')"<br>
<br>
And, of course, you can always test your revset with log.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Mathematics is the supreme nostalgia of our time.<br>
<br>
<br>
</font></span></blockquote></div><br></div>