Skip to content
Snippets Groups Projects
  1. Jul 12, 2013
  2. Jul 08, 2013
  3. Jul 12, 2013
  4. Jul 03, 2013
  5. Jul 15, 2013
  6. Jul 17, 2013
  7. Jul 13, 2013
  8. Jul 14, 2013
  9. Jul 13, 2013
  10. Jul 17, 2013
  11. Jul 14, 2013
  12. Jul 16, 2013
  13. Jul 12, 2013
  14. Jul 11, 2013
  15. Jul 14, 2013
    • Pierre-Yves David's avatar
      mq: use an unfiltered property cache for the queue object · 19622224
      Pierre-Yves David authored
      The same `queue` object should be used in all situations. This allows to store
      global states on the object (like the reworked shelve extension plans to).  The
      queue object does not need to be distinct for all possible views (no reference
      to the repo/view used at creation time) it's even a bit surprising that mq still
      works with the current code.
      19622224
  16. Jul 15, 2013
  17. Jul 16, 2013
  18. Jul 15, 2013
    • Martin Geisler's avatar
      histedit: use base for computing renames when folding (issue3729) · f6b047cf
      Martin Geisler authored
      When a file was renamed in the very first changeset being histedited,
      the rename was not detected. Consider a history like this:
      
         0  base: add a.txt
         1  first: rename a.txt to b.txt
         2  last: edit b.txt
      
      When 1 and 2 are edited, copies.pathcopies(first, last) correctly
      returns that nothing was renamed. We must instead use
      copies.pathcopies(first, last) to detect the initial rename.
      f6b047cf
Loading