Skip to content
Snippets Groups Projects
  1. Apr 18, 2010
  2. Apr 17, 2010
  3. Apr 07, 2010
  4. Apr 19, 2010
  5. Apr 18, 2010
  6. Apr 16, 2010
  7. Apr 14, 2010
  8. Apr 15, 2010
  9. Apr 16, 2010
  10. Apr 15, 2010
  11. Apr 14, 2010
    • Greg Ward's avatar
      revlog: fix lazyparser.__iter__() to return all revisions (issue2137) · b7ca37b9
      Greg Ward authored
      Previously, it only returned revisions that were in the revlog when it
      was originally opened; revisions added since then were invisible.
      This broke revlog._partialmatch() and therefore repo.lookup().
      
      (Credit to Benoit Boissinot for simplifying my original test script
      and for the actual fix.)
      b7ca37b9
  12. Apr 13, 2010
    • Greg Ward's avatar
      revlog: factor out _maxinline global. · f2ecc573
      Greg Ward authored
      This lets us change the threshold at which a *.d file will be split
      out, which should make it much easier to construct test cases that
      probe revlogs with a separate data file.
      (issue2137)
      f2ecc573
  13. Apr 14, 2010
Loading