Skip to content
Snippets Groups Projects
  1. May 14, 2013
  2. May 16, 2013
  3. May 10, 2013
  4. Feb 10, 2013
  5. May 10, 2013
  6. Feb 09, 2013
  7. May 10, 2013
  8. May 16, 2013
  9. May 15, 2013
  10. May 14, 2013
  11. Apr 23, 2013
  12. May 13, 2013
  13. May 10, 2013
  14. May 13, 2013
  15. May 12, 2013
  16. May 08, 2013
  17. May 07, 2013
  18. May 09, 2013
  19. May 01, 2013
    • Durham Goode's avatar
      copies: refactor checkcopies() into a top level method · 4327687ca757
      Durham Goode authored
      This moves checkcopies() out of mergecopies() and makes it a top level
      function in the copies module. This allows extensions to override it. For
      example, I'm developing a filelog replacement that doesn't have rev numbers
      so all the rev number dependent implementation here needs to be replaced
      by the extension.
      
      No logic is changed in this commit.
      4327687ca757
  20. May 08, 2013
    • Durham Goode's avatar
      store: move top file walk to a separate function · 1e104aaa4c44
      Durham Goode authored
      Some extensions find it useful to be able to walk the non-data files in the
      repo, so I'm moving that part of the walk to a separate function.
      
      In particular, this allows an extension to interact with only the non-filelog
      store data (for instance, when cloning everything but filelogs).
      1e104aaa4c44
  21. May 01, 2013
  22. May 07, 2013
Loading