Skip to content
Snippets Groups Projects
  1. Jan 09, 2016
  2. Dec 07, 2015
  3. Oct 08, 2015
    • Pierre-Yves David's avatar
      error: get Abort from 'error' instead of 'util' · 56b2bcea2529
      Pierre-Yves David authored
      The home of 'Abort' is 'error' not 'util' however, a lot of code seems to be
      confused about that and gives all the credit to 'util' instead of the
      hardworking 'error'. In a spirit of equity, we break the cycle of injustice and
      give back to 'error' the respect it deserves. And screw that 'util' poser.
      
      For great justice.
      56b2bcea2529
  4. Nov 22, 2014
  5. May 05, 2014
  6. Nov 25, 2012
  7. Jun 18, 2011
    • Matt Mackall's avatar
      scmutil: switch match users to supplying contexts · 35c2cc322ba8
      Matt Mackall authored
      The most appropriate context is not always clearly defined. The obvious cases:
      
      For working directory commands, we use None
      For commands (eg annotate) with single revs, we use that revision
      
      The less obvious cases:
      
      For commands (eg status, diff) with a pair of revs, we use the second revision
      For commands that take a range (like log), we use None
      35c2cc322ba8
  8. May 13, 2011
  9. Jan 01, 2010
    • Patrick Mezard's avatar
      patch: support diff data loss detection and upgrade · e451e599fbcf
      Patrick Mezard authored
      In worst case, generating diff in upgrade mode can be two times more expensive
      than generating it in git mode directly: we may have to regenerate the whole
      diff again whenever a git feature is detected. Also, the first diff attempt is
      completely buffered instead of being streamed. That said, even without having
      profiled it yet, I am convinced we can fast-path the upgrade mode if necessary
      were it to be used in regular diff commands, and not only in mq where avoiding
      data loss is worth the price.
      e451e599fbcf
Loading