<div dir="ltr"><br><br><div class="gmail_quote">2008/7/31 Roman Kennke <span dir="ltr">&lt;<a href="mailto:roman.kennke@aicas.com">roman.kennke@aicas.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<div class="Ih2E3d"><br>
<br>
&gt; 2008/7/31 Roman Kennke &lt;<a href="mailto:roman.kennke@aicas.com">roman.kennke@aicas.com</a>&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; A coworker of mine ran into this error while trying to commit<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; a new<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; patch to a patch queue repository:<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; hg commit<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; abort: cannot commit over an applied mq patch<br>
&gt;<br>
&gt; Are you sure it is not &quot;hg qrefresh&quot; or &quot;hg qnew --force&quot; you want<br>
&gt; instead?<br>
<br>
</div>Yes. This commit is supposed to be in the .hg/patches repository. This<br>
is why I am confused.</blockquote><div><br>The warning is when you try to commit in your main repository while you have qpush&#39;ed some patches.<br><br>If you want to commit the state of your patch queue to your patch queue repository, <br>
use hg qcommit<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">&gt; .. maybe followed by &quot;hg qcommit&quot;<br>

<br>
</div>Is this the same as (cd .hg/patches ; hg commit ) ?</blockquote><div><br>Yes <br></div></div><br></div>