Skip to content
Snippets Groups Projects
  1. Aug 02, 2012
  2. Sep 19, 2012
  3. Sep 14, 2012
    • Adrian Buehlmann's avatar
      perf: add perffncacheencode · 5ab86392
      Adrian Buehlmann authored
      Examples (all done with somewhat dated clones I found on my disk):
      
      Netbeans (~120k entries in fncache):
      
        $ hg perffncacheencode
        ! wall 4.338000 comb 4.336828 user 4.336828 sys 0.000000 (best of 3)
      
      Openoffice (~77k entries in fncache)):
      
        $ hg perffncacheencode
        ! wall 1.533000 comb 1.528810 user 1.528810 sys 0.000000 (best of 7)
      
      Xen (~10k entries in fncache):
      
        $ hg perffncacheencode
        ! wall 0.198000 comb 0.187201 user 0.187201 sys 0.000000 (best of 51)
      
      Done on Windows 7 x64.
      5ab86392
  4. Sep 11, 2012
  5. Aug 17, 2012
  6. Aug 31, 2012
  7. Aug 29, 2012
  8. Aug 28, 2012
  9. Aug 27, 2012
  10. Aug 15, 2012
  11. Aug 02, 2012
    • Pierre-Yves David's avatar
      mergetools.hgrc: set vimdiff to check=changed · 93bc65e9
      Pierre-Yves David authored
      The standard reaction in from of unexpected vimdiff is to ":quit". This will
      make vimdiff return a 0 status even if no merge were done at all.
      
      This change detect that nothing have been changed in vimdiff as a potential
      unresolved conflict.
      93bc65e9
  12. Aug 29, 2012
  13. Aug 16, 2012
  14. Aug 23, 2012
  15. Aug 08, 2012
  16. Jul 31, 2012
  17. Jul 29, 2012
  18. Jul 26, 2012
  19. Jul 18, 2012
  20. Jul 06, 2012
  21. Jul 04, 2012
  22. Jun 20, 2012
    • Nikolaj Sjujskij's avatar
      zsh completion: catch up with 2.2 commands and options · a1d86396
      Nikolaj Sjujskij authored
       * add completion for phase and graft core commands
       * add completion for rebase extension
       * add new options for already defined commands:
         * commit --amend
         * import --bypass
         * manifest --all
         * merge --tool
         * revert -C (short for --no-backup)
         * qpush --exact [mq]
         * email --body [patchbomb]
      a1d86396
  23. Jun 16, 2012
    • kiilerix's avatar
      test-alias: adapt for Windows · 91284af5
      kiilerix authored
      The test used 'echo' to test '!' style aliases. On Windows 'echo' is handled
      by cmd and thus behaves very differently from the 'normal' echo command.
      
      The simple workaround used here for using the same alias on all platforms
      is to use 'printf' instead. Msys 'printf' will also handle sh quoting and
      escaping in cmd.
      
      Environment variable expansion with sh syntax is handled by launching sh.
      91284af5
  24. Jun 01, 2012
  25. May 22, 2012
    • David Schleimer's avatar
      hg-ssh: read-only flag · 1ba3e171
      David Schleimer authored
      Allows you to restrict a ssh key to have read-only access to a set of
      repos by passing the --read-only flag to hg-ssh.
      
      This is useful in an environment where the number of unix users you
      can or are willing to create is limited.  In such an environment,
      multiple users or applications will share a single unix account.  Some
      of those applications will likely need read-only access to the
      repository.  This change makes it possible to grant them such access
      without requiring that they use a separate unix account.
      1ba3e171
  26. May 15, 2012
  27. May 16, 2012
Loading