Skip to content
Snippets Groups Projects
  1. Jun 18, 2021
  2. Jun 10, 2021
  3. Jun 15, 2021
  4. Jun 08, 2021
  5. Jun 12, 2021
  6. Jun 08, 2021
  7. Jun 07, 2021
    • Pierre-Yves David's avatar
      copyfiles: deal with existing file when hardlinking · 9ea52521
      Pierre-Yves David authored
      If the hardlinking fails, we fallback to `shutil.copy`, but do not consider
      future hardlinking doomed.
      
      This is a slight improvement from the current situation, we still avoid
      hardliking in a case we might be able to do it. However this does not have an
      impact of the rest of the operation.
      
      (This is an opportunity improvement while looking at something next to that.)
      
      Differential Revision: https://phab.mercurial-scm.org/D10841
      9ea52521
  8. Jun 08, 2021
  9. Apr 09, 2021
  10. Jun 12, 2021
  11. Jun 02, 2021
  12. Jun 07, 2021
  13. May 24, 2021
  14. Apr 10, 2021
    • Pulkit Goyal's avatar
      rhg: read [paths] for `--repository` value · ebdef628
      Pulkit Goyal authored
      hg parses `-R` and `--repository` CLI arguments "early" in order to know which
      local repository to load config from. (Config can then affect whether or how to
      fall back.)
      
      The value of of those arguments can be not only a filesystem path, but also an
      alias configured in the `[paths]` section. This part was missing in rhg and
      this patch implements that.
      
      The current patch still lacks functionality to read config of current repository
      if we are not at root of repo. That will be fixed in upcoming patches.
      
      A new crate `home` is added to get path of home directory.
      
      Differential Revision: https://phab.mercurial-scm.org/D10296
      ebdef628
  15. Jun 07, 2021
  16. May 30, 2021
Loading