<table><tr><td style="">ngraham added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D12050">View Revision</a></tr></table><br /><div><div><blockquote style="border-left: 3px solid #8C98B8;
          color: #6B748C;
          font-style: italic;
          margin: 4px 0 12px 0;
          padding: 8px 12px;
          background-color: #F8F9FC;">
<div style="font-style: normal;
          padding-bottom: 4px;">In <a href="https://phabricator.kde.org/D12050#242890" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: line-through;">D12050#242890</a>, <a href="https://phabricator.kde.org/p/bruns/" style="
              border-color: #f1f7ff;
              color: #19558d;
              background-color: #f1f7ff;
                border: 1px solid transparent;
                border-radius: 3px;
                font-weight: bold;
                padding: 0 4px;">@bruns</a> wrote:</div>
<div style="margin: 0;
          padding: 0;
          border: 0;
          color: rgb(107, 116, 140);"><p>Well, I really do not like what arc is doing behind my back ...</p></div>
</blockquote>

<p>It irritated me too at first, but over time I found that it's fairly logical. In general, you just need to:</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">Always preview with <tt style="background: #ebebeb; font-size: 13px;">arc land --preview</tt> before you land, to make sure you know what <tt style="background: #ebebeb; font-size: 13px;">arc</tt> is going to do</li>
<li class="remarkup-list-item">Always make a branch; don't diff from master</li>
<li class="remarkup-list-item">Always branch from the branch that you want to land it on</li>
<li class="remarkup-list-item">If you change your mind later and decide to land on a different branch, re-base the commit prior to landing it: <tt style="background: #ebebeb; font-size: 13px;">git rebase --onto origin/<branch> master</tt></li>
</ul>

<p>I really do recommend having a look at <a href="https://community.kde.org/Infrastructure/Phabricator#Using_Arcanist_to_post_patches" class="remarkup-link" target="_blank" rel="noreferrer">https://community.kde.org/Infrastructure/Phabricator#Using_Arcanist_to_post_patches</a>. I and others have done a lot of work to document the behavior so that using <tt style="background: #ebebeb; font-size: 13px;">arc</tt> shouldn't feel like a huge headache anymore.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R119 Plasma Desktop</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D12050">https://phabricator.kde.org/D12050</a></div></div><br /><div><strong>To: </strong>bruns, ngraham, Plasma, broulik<br /><strong>Cc: </strong>plasma-devel, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart<br /></div>