Skip to content
Snippets Groups Projects
  1. Oct 04, 2014
    • Martin von Zweigbergk's avatar
      lfutil: avoid creating unnecessary copy of status tuple · 3b8e6c09
      Martin von Zweigbergk authored
      In lfdirstatestatus(), the status tuple gets deconstructed, the lists
      get updated, and then an identical status tuple gets created and
      returned. Change it so we simply return the original tuple.
      3b8e6c09
    • Martin von Zweigbergk's avatar
      dirstate: separate 'lookup' status field from others · 509e2cbe
      Martin von Zweigbergk authored
      The status tuple returned from dirstate.status() has an additional
      field compared to the other status tuples: lookup/unsure. This field
      is just an optimization and not something most callers care about
      (they want the resolved value of 'modified' or 'clean'). To prepare
      for a single future status type, let's separate out the 'lookup' field
      from the rest by having dirstate.status() return a pair: (lookup,
      status).
      509e2cbe
  2. Oct 13, 2014
  3. Oct 10, 2014
  4. Oct 11, 2014
  5. Oct 10, 2014
  6. Oct 07, 2014
  7. Oct 13, 2014
    • Durham Goode's avatar
      phases: change phase command change detection · 40f46fd7
      Durham Goode authored
      A future patch is going to make phase computation lazy, so the phase command can
      no longer read and diff the entire phase list directly. This changes the phase
      command to build it's own list for diff purposes.
      40f46fd7
  8. Oct 10, 2014
  9. Oct 08, 2014
  10. Oct 10, 2014
Loading