Skip to content
Snippets Groups Projects
  1. Oct 27, 2011
  2. 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
  3. 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
  4. Oct 25, 2011
  5. Oct 26, 2011
  6. Oct 25, 2011
  7. Oct 26, 2011
  8. Oct 24, 2011
  9. Oct 23, 2011
  10. Oct 22, 2011
  11. Oct 21, 2011
    • Andrew Pritchard's avatar
      largefiles: test interaction between largefiles and vanilla clients and servers · 83debcd7
      Andrew Pritchard authored
      This reintroduces tests for the case described by issue3066, among others:
      - vanilla clients and servers should still be able to talk to largefiles
        clients and servers about vanilla repos
      - vanilla clients should not attempt to clone largefiles repos over http and
        should report a useful error message (issue3066; this appears to work
        correctly)
      - vanilla clients should not attempt to clone largefiles repos over ssh, again
        with a useful error message
      - largefiles clients should not attempt to push largefile changes to vanilla
        servers
      83debcd7
  12. Oct 22, 2011
  13. Oct 21, 2011
Loading