Skip to content
Snippets Groups Projects
  1. Mar 04, 2018
  2. Mar 26, 2018
  3. Mar 05, 2018
  4. Mar 25, 2018
  5. Mar 24, 2018
  6. Mar 25, 2018
  7. Mar 06, 2018
    • Gregory Szorc's avatar
      commands: use constants for merge things · 704932ef
      Gregory Szorc authored
      We have nice constants now. Let's use them to make the code
      easier to reason about.
      
      Differential Revision: https://phab.mercurial-scm.org/D2702
      704932ef
    • Gregory Szorc's avatar
      merge: use constants for actions · 43ffd907
      Gregory Szorc authored
      We finish up establishing named constants in this file with
      actions.
      
      I remember scratching my head trying to figure out what this
      code was doing as part of addressing a recent security issue with
      subrepos. Having the named constants in place definitely makes
      things easier to read.
      
      I'm not convinced the new constants have the best names (I'm not
      an expert in this code). But they can be changed easily enough.
      
      Also, since these constants are internal only, we might want
      to change their values to something more human readable to
      facilitate debugging. Or maybe we could employ an enum type
      some day...
      
      Differential Revision: https://phab.mercurial-scm.org/D2701
      43ffd907
  8. Mar 05, 2018
  9. Feb 23, 2018
  10. Mar 17, 2018
  11. Mar 15, 2018
  12. Mar 24, 2018
  13. Mar 23, 2018
Loading