Skip to content
Snippets Groups Projects
  1. Jun 24, 2014
  2. Aug 02, 2014
  3. Aug 01, 2014
  4. Jun 24, 2014
  5. Aug 02, 2014
  6. Jun 24, 2014
  7. Aug 16, 2014
  8. Aug 15, 2014
  9. Aug 18, 2014
    • Gregory Szorc's avatar
      hgweb: refresh repository using URL not path (issue4323) · c39d404f
      Gregory Szorc authored
      hgweb detects out-of-date repository instances (using a highly
      suspect mechanism that should probably be fixed) and obtains a new
      repository object if needed.
      
      This patch changes the repository object copy to use the repo URL
      (instead of path). This preserves more information about the source
      repository and allows bundles to be served through hgweb.
      
      A test verifying that bundles can now be served properly via
      `hg serve` has been added.
      c39d404f
  10. Aug 19, 2014
    • Pierre-Yves David's avatar
      obsmarker: add `date` as an explicit field · 883e8b6b
      Pierre-Yves David authored
      The markers are now 5-item tuples (concluded by the date). The obsstore.fields
      contents have been updated accordingly.
      
      There is no change to the on-disk format yet, so the date has to be extracted
      every time we read binary markers and re-injected each team we write them. This
      introduces a slowdown that will be solved when a new version of the format is
      added. Such a slowdown was already introduced by the evolve extension anyway.
      883e8b6b
  11. Aug 12, 2014
    • Pierre-Yves David's avatar
      obsstore: add fields attribute to track each field in a marker · e75b1a3c
      Pierre-Yves David authored
      We are going to increase the amount of data explicitly stored in obsolescence
      markers. This mean we are going to have a longer tuple and some values will be
      shuffled around. So we add a ``fields`` attribute to the obsstore class to
      keep track of what entry is what. This will be useful for extensions and for
      documentation purpose.
      e75b1a3c
  12. Aug 14, 2014
  13. Aug 15, 2014
  14. Jun 24, 2014
  15. Aug 02, 2014
  16. Aug 15, 2014
Loading