Skip to content
Snippets Groups Projects
  1. Sep 20, 2013
    • Wojciech Lopata's avatar
      generaldelta: initialize basecache properly · e92650e3
      Wojciech Lopata authored
      Previously basecache was incorrectly initialized before adding the first
      revision from a changegroup. Basecache value influences when full revisions are
      stored in revlog (when using generaldelta). As a result it was possible to
      generate a generaldelta-revlog that could be bigger by arbitrary factor than its
      non-generaldelta equivalent.
      e92650e3
  2. Sep 07, 2013
  3. Sep 18, 2013
  4. Sep 07, 2013
    • Antoine Pitrou's avatar
      bundle: fix performance regression when bundling file changes (issue4031) · fd4f612f
      Antoine Pitrou authored
      Somewhere before 2.7, a change [ec896f9e8894] was committed that
      entailed a large performance regression when bundling (and therefore
      remote cloning) repositories. For each file in the repository, it would
      recompute the set of needed changesets even though it is the same for
      all files. This computation would dominate bundle runtimes according to
      profiler output (by 10x or more).
      fd4f612f
  5. Aug 05, 2013
  6. Sep 03, 2013
  7. Aug 28, 2013
  8. Aug 26, 2013
    • Katsunori FUJIWARA's avatar
      histedit: add description about "histedit --outgoing" to command help · bd5c1b49
      Katsunori FUJIWARA authored
      Before this patch, there is no explicit description that argument is
      treated as the URL of the destination repository when "--outgoing" is
      specified.
      
      This patch adds description about "histedit --outgoing" to command
      help of it.
      bd5c1b49
    • Katsunori FUJIWARA's avatar
      histedit: add description about basic histedit function to command help · 62375360
      Katsunori FUJIWARA authored
      Before this patch, there is no explicit description that histedit
      edits changesets between specified ancestor and the parent of the
      working directory: users may notice it by error message "REV is not an
      ancestor of working directory".
      
      This patch adds description about basic histedit function to command
      help of it.
      
      This patch uses term "ancestor" instead of "parent", because it seems
      to be more suitable, and almost all (error) messages already use it.
      62375360
  9. Sep 03, 2013
  10. Aug 02, 2013
  11. Aug 01, 2013
  12. Jul 31, 2013
  13. Aug 02, 2013
  14. Aug 01, 2013
  15. Jul 26, 2013
  16. Jul 28, 2013
    • Matt Mackall's avatar
      checklink: work around sshfs brain-damage (issue3636) · cfdae231
      Matt Mackall authored
      With the follow_symlinks option, sshfs will successfully create links
      while claiming it encountered an I/O error. In addition, depending on
      the type of link, it may subsequently be impossible to delete the link
      via sshfs. Our existing link to '.' will cause sshfs to think the link
      is a directory, and thus cause unlink to give EISDIR. Links to
      non-existent names or circular links will cause the created link to not even
      be visible.
      
      Thus, we need to create a new temporary file and link to that. We'll
      still get a failure, but we'll be able to remove the link.
      cfdae231
    • Matt Mackall's avatar
      import: cut commit messages at --- unconditionally (issue2148) · 9e8298a3
      Matt Mackall authored
      We used to do this based on X-mailer: mentioning git, but git doesn't
      put X-mailer in its git-format-patch output.
      9e8298a3
  17. Jul 27, 2013
  18. Jul 26, 2013
  19. Jul 25, 2013
  20. Jul 26, 2013
  21. Jul 25, 2013
Loading