<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Mercurial was designed to have the repositories [1] you work on on your<br>
local computer -- after all it&#39;s a DVCS [2].<br>
<br>
[1] <a href="http://www.selenic.com/mercurial/wiki/index.cgi/Repository" target="_blank">http://www.selenic.com/mercurial/wiki/index.cgi/Repository</a><br>
[2] <a href="http://www.selenic.com/mercurial/wiki/index.cgi/DistributedSCM" target="_blank">http://www.selenic.com/mercurial/wiki/index.cgi/DistributedSCM</a><br>
</blockquote><div><br><br>The proposal to support an &#39;hg edit&#39; hardly goes against the philosophy of being a DVCS. All its saying is that rather than asking the filesystem about what&#39;s changed, you let the user tell that information directly. And this information is stored in the local repository - not sent across the network to a centralized server (as in the case of perforce).<br>
<br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<br>
I&#39;ve switched from Perforce to Mercurial in January and I do like Mercurial&#39;s<br>
model. I really don&#39;t miss good old &quot;p4 edit&quot;.<br>
</blockquote><div><br><br>You must be using the local disk to store your workspace then. I&#39;m not comfortable storing my files on the local disk as opposed to NFS. I don&#39;t do a commit after every single line of code that I write, and with a local disk there&#39;s always the danger of loosing my uncommitted changes due to a disk crash.<br>
<br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Some p4 users regularly do a &quot;p4 edit&quot; on whole subdirectories of their sources<br>
and later &quot;revert all unchanged files&quot; (available in p4win and p4v).<br>
</blockquote><div><br>That must be pretty rare - I haven&#39;t seen a single user do this. I used to work for Google and that&#39;s probably the biggest perforce shop I&#39;ve even seen.<br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
A &quot;hg edit&quot; is very unlikely to happen anyway as that design decision<br>
has been made.<br>
<br></blockquote><div><br><br>Like I said, it doesn&#39;t go against any of the decisions that &#39;hg&#39; has made in the past. <br><br><br>- Mohit<br>&nbsp;</div></div>