Skip to content
Snippets Groups Projects
  1. Apr 21, 2014
  2. May 17, 2014
  3. Apr 23, 2014
    • Sean Farley's avatar
      localrepo: use _matchstatus of context objects · 6adfc311
      Sean Farley authored
      Now that we have the machinery in place, we call the context method for
      changing the match object in the case of comparing the working directory with
      its parent.
      
      This removes the last of the hard-coded workingctx knowledge in localrepo
      paving the way for us to remove localrepo.status completely.
      6adfc311
  4. Apr 24, 2014
    • Sean Farley's avatar
      workingctx: override _matchstatus for parentworking case · 869a28d0
      Sean Farley authored
      This patch encapsulate the logic for changing the match.bad function when
      comparing against the working directory's parent. Future patches will remove
      more of the 'if ... else' blocks in localrepo.status that test for this working
      directory parent case.
      869a28d0
  5. Apr 23, 2014
  6. Apr 24, 2014
  7. Apr 23, 2014
    • Sean Farley's avatar
      localrepo: remove unneeded unpacking of r · e18ef2e1
      Sean Farley authored
      This unpacking is unneeded now because previous patches have removed the need
      for this method to modify each of these variables in favor of passing the whole
      set around to pre/post hook methods of the corresponding context object.
      e18ef2e1
  8. Apr 22, 2014
  9. Apr 15, 2014
  10. Mar 11, 2014
  11. 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
  12. 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
  13. 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
  14. Apr 22, 2014
  15. Apr 21, 2014
  16. Apr 20, 2014
  17. Apr 21, 2014
  18. Apr 20, 2014
    • Gregory Szorc's avatar
      run-tests: refactor testtmp · 046587aa
      Gregory Szorc authored
      testtmp is now a member variable of our test class. It's value is
      computed during instance creation and the directory is managed via the
      lifetime of the test object.
      046587aa
Loading