Skip to content
Snippets Groups Projects
  1. Jul 12, 2010
  2. Jul 13, 2010
  3. Jul 12, 2010
    • Nicolas Dumazet's avatar
      mq: reset self.added after the mq transaction instead of inside qimport · 958022f0
      Nicolas Dumazet authored
      It seems wiser to reset mq.added at the end of the mq transaction instead of at
      the beginning of a qimport call: this way, calling several times qimport()
      without saving mq state in-between does not overwrite the previous value of
      mq.added (this happens, for example in rebase, where we import several patches
      in a batch before calling .save_dirty() )
      958022f0
  4. Jul 08, 2010
    • kiilerix's avatar
      convert: cleanup of filemap help text · dec57aa0
      kiilerix authored
      Clarify that:
      - Specified paths are matched by comparing name of file or directory.
      - Line order (thus) doesn't matter.
      - Rename doesn't imply include.
      dec57aa0
  5. Jul 09, 2010
  6. Jul 07, 2010
  7. Mar 28, 2010
    • Yuya Nishihara's avatar
      mq: fixed ENOENT when qrename to new/directory.patch · 0c944b7a
      Yuya Nishihara authored
      MQ patch name can contain slashes, e.g. 'foo/bar.patch'.
      
      Currently "qnew foo/bar.patch" works, but
      "qrename foo/bar.patch new/dir.patch" fails with
      "No such file or directory".
      
      Also added test case for "qnew foo/bar.patch"
      0c944b7a
  8. Jul 03, 2010
  9. Jul 06, 2010
  10. Jul 04, 2010
  11. Jul 02, 2010
  12. Jul 04, 2010
  13. Jul 02, 2010
  14. Jul 03, 2010
  15. Jul 02, 2010
  16. Jul 01, 2010
  17. Jun 29, 2010
    • kiilerix's avatar
      log: follow filenames through renames (issue647) · f786fc4b
      kiilerix authored
      In commands.log a displayer was initialized from
      cmdutil.show_changeset() with the initial matchfn (which designates
      the specified files which only is correct in the highest revision in
      the range). prep() is handed the correct list of files, but
      displayer.show() didn't use that list but keept using the original
      matchfn.
      
      The matchfn argument to cmdutil.show_changeset() wasn't specified in
      other places and is only used in .show(), so now we give the matchfn
      as an optional parameter to .show().
      
      We do however still have to detect --patch and --stat from opts in
      show_changeset() and let it imply a matchall, but that can now be
      overruled with the new .show() matchfn parameter.
  18. Jul 01, 2010
  19. Jun 30, 2010
  20. Jun 29, 2010
  21. Jun 27, 2010
  22. Jun 23, 2010
Loading