1. 30 Jan, 2014 2 commits
    • Force explicit remove of files instead of defer · 71ae7601
      The checkout code used to defer removal of "blocking" files in
      checkouts until the blocked item was actually being written (since
      we have already checked that the removing the block is acceptable
      according to the update rules).  Unfortunately, this resulted in
      an intermediate index state where both the blocking and new items
      were in the index which is no longer allowed.  Now we just remove
      the blocking item in the first pass so it never needs to coexist.
      
      In cases where there are typechanges, this could result in a bit
      more churn of removing and recreating intermediate directories,
      but I'm going to assume that is an unusual case and the churn will
      not be too costly.
      Russell Belfer committed
  2. 29 Jan, 2014 8 commits
  3. 28 Jan, 2014 2 commits
  4. 27 Jan, 2014 16 commits
  5. 26 Jan, 2014 6 commits
  6. 25 Jan, 2014 6 commits