Skip to content
Snippets Groups Projects
  1. Apr 15, 2014
  2. Mar 11, 2014
  3. Apr 24, 2014
    • Sean Farley's avatar
      basectx: add _manifestmatches method · 3b1ec3d4
      Sean Farley authored
      This method is a duplicate of localrepo.mfmatches and sets the stage for
      factoring localrepo.status into a context method that will be customizable
      based on inheritance and object type.
      3b1ec3d4
  4. Mar 11, 2014
    • Sean Farley's avatar
      localrepo: always set the variable r in status method · 2edb8648
      Sean Farley authored
      This is a small patch to help streamline keeping tracking of the list of files
      for status in a variable already called 'r' ('s' is for subrepos in this
      method). We now move the setting of it out of an 'if' block so that we can
      later refactor more code into the context objects.
      2edb8648
  5. Apr 20, 2014
    • Gregory Szorc's avatar
      run-tests: execute tests via unittest · d19164a0
      Gregory Szorc authored
      Now that unittest mode is functionally equivalent to the default mode,
      we switch the default execution mode to unittest and remove the choice
      of different execution modes.
      d19164a0
  6. Apr 22, 2014
  7. Apr 21, 2014
  8. Apr 20, 2014
  9. Apr 21, 2014
  10. Apr 20, 2014
  11. May 17, 2014
  12. Apr 20, 2014
Loading