<div dir="ltr">I&#39;m trying to test a workflow for a team who&#39;s members can&#39;t all pull from the &quot;gold copy&quot; repository (don&#39;t ask...).&nbsp; I&#39;ve tried two different approachs: sending the gold copy updates out as bundles, and sending them out as patches to be imported with the --exact option.&nbsp; The bundle approach works fine, but the import approach fails when importing a merge changeset with this message:<br>
<br>abort: cannot partially commit a merge (do not specify files or patterns)<br><br>The attached script demonstrates: run it as-is to see the failure, and comment out line 2 (&quot;export=1&quot;) to run it successfully using bundle/unbundle.<br>
<br>I have two questions: what does the error message mean, and am I wrong to expect that bundle/unbundle and export/import --exact work similarly?<br><br>This is with <a href="http://1.0.1.">1.0.1.</a><br><br>Thanks,<br>
Kevin Christen<br></div>