Skip to content
Snippets Groups Projects
  1. Oct 05, 2016
  2. Oct 08, 2016
  3. Oct 07, 2016
  4. Oct 03, 2016
    • Jun Wu's avatar
      extensions: move the "import" logic out from "load" · 8f54f9b8
      Jun Wu authored
      The "load" method does too many things: on-demand import and check version.
      This patch moves the import logic out from "load" so it could be wrapped to
      change the import behavior, for example, chg will use it to pre-import
      extensions.
      8f54f9b8
  5. Oct 07, 2016
  6. Oct 01, 2016
  7. Oct 03, 2016
  8. Oct 01, 2016
  9. Sep 12, 2016
  10. Oct 03, 2016
    • Gregory Szorc's avatar
      hg: set default path correctly when doing a clone+share (issue5378) · 1779dde4
      Gregory Szorc authored
      Before, if performing a clone+share from a repo that was itself
      using shared storage, the share code would copy paths.default from
      the underlying repo being shared, not from the source given by
      the user.
      
      This patch teaches hg.clonewithshare to resolve paths.default
      and pass it to share so it can be written to the hgrc accordingly.
      1779dde4
  11. Oct 01, 2016
  12. Sep 30, 2016
  13. Sep 28, 2016
  14. Oct 01, 2016
  15. Sep 28, 2016
  16. Oct 01, 2016
  17. Sep 29, 2016
  18. Aug 30, 2016
    • Mateusz Kwapich's avatar
      dirstate: rebuild should update dirstate properly · ba06562a
      Mateusz Kwapich authored
      Updating dirstate by simply adding and dropping files from self._map doesn't
      keep the other maps updated (think: _dirs, _copymap, _foldmap, _nonormalset)
      thus introducing cache inconsistency.
      
      This is also affecting the debugstate tests since now we don't even try to set
      correct mode and mtime for the files because they are marked dirty anyway and
      will be checked during next status call.
      ba06562a
  19. Sep 28, 2016
  20. Sep 14, 2016
    • Augie Fackler's avatar
      help: mark boolean flags with [no-] to explain that they can be negated · f3c4edfd
      Augie Fackler authored
      That is, help gets tweaked thus:
      
        global options ([+] can be repeated):
         -v --[no-]verbose      enable additional output
      
      
      Other proposals have included:
      
        global options ([+] can be repeated, options marked [?] are boolean flags):
         -v --verbose[?]        enable additional output
      
      and
      
        global options ([+] can be repeated, options marked [^] are boolean flags):
         -v --verbose[^]        enable additional output
      
      which avoid the unfortunate visual noise in this patch. In this
      version's favor, it's consistent with what I'm used to seeing in man
      pages and similar documentation venues.
      f3c4edfd
  21. Sep 27, 2016
  22. Sep 26, 2016
Loading