Skip to content
Snippets Groups Projects
  1. Oct 31, 2011
  2. Oct 30, 2011
  3. Oct 29, 2011
  4. Oct 28, 2011
  5. Oct 29, 2011
  6. Oct 28, 2011
  7. Oct 27, 2011
  8. Oct 26, 2011
    • Peer Stritzinger's avatar
      revert: fix missing removes when parent was changed in dirstate · 9a2582e3
      Peer Stritzinger authored
      When dirstate parent is changed with dirstate.setparent before a
      revert so it no longer points to where the dirstate refered to, revert
      does not remove all files it should:
      
      Revert to a different revision needs also to remove files that are not
      found through disptables and not in the context or parent manifest.
      9a2582e3
  9. Oct 27, 2011
    • Matt Mackall's avatar
      check-code: fix issues with finding patterns in unified tests, fix tests · 695ac6ac
      Matt Mackall authored
      - old-style patterns without ^ were getting improperly anchored
      - finditer was matching against beginning of line poorly
      - \s was matching newlines
      - [^x] was matching newlines
      
      so we:
      
      - remove earlier hacks for multiline matching
      - fix unified test anchoring by adding .*
      - replace \s with [ \t]
      - replace [^x] with [^\nx]
      - force all matches into multiline mode so ^ anchors work
      
      This uncovers a number of test issues that are then repaired.
      695ac6ac
  10. Oct 25, 2011
  11. Oct 26, 2011
  12. Oct 25, 2011
  13. Oct 26, 2011
  14. Oct 24, 2011
Loading