Skip to content
Snippets Groups Projects
  1. Jul 02, 2012
  2. Jul 01, 2012
  3. Jun 30, 2012
  4. Jun 23, 2012
  5. Jun 28, 2012
  6. Jun 22, 2012
    • David Schleimer's avatar
      bookmarks: correctly update current bookmarks on rebase (issue2277) · 4116504d
      David Schleimer authored
      When you rebased with a currently active bookmark, that bookmark would
      always point at the new tip, regardless of what revision it pointed at
      before the rebase.
      
      All bookmarks will now point at the equivalent post-rebase commit.
      However, the currently active bookmark will cease to be active unless
      it points at the new tip post-rebase.  Rebase will always leave the
      new tip as the working copy parent, which is incompatible with having
      an active bookmark that points at some other revision.  The common
      case should be that the active bookmark will point at the new tip
      post-rebase.
      4116504d
  7. Jun 16, 2012
  8. Jun 26, 2012
  9. Jun 22, 2012
  10. Jun 21, 2012
  11. Jun 26, 2012
  12. Jun 18, 2012
    • Dan Villiom Podlaski Christiansen's avatar
      rebase: improve error message on improper phases · f8af57c0
      Dan Villiom Podlaski Christiansen authored
      The previous error message had two issues: The first issue was that it
      wasn't, in fact, an error but a warning, even though it described a
      fatal error condition preventing the successful completion of the
      command. The second was that it didn't mention the immutable
      changesets, leaving the user guessing at the true cause of the error.
      
      The main downside to this change is that we now get an 'abort: can't
      abort...' message which technically contradicts itself. In this case,
      I blame that on the two uses we have for the word; if it weren't for
      backwards compatibility, we could make util.Abort print out 'error:
      <whatever>'.
      f8af57c0
  13. Jun 12, 2012
  14. Jun 18, 2012
  15. Jun 15, 2012
  16. Jun 18, 2012
  17. Jun 09, 2012
    • Adrian Buehlmann's avatar
      test-commit: remove extra cd .. · d1a0ac9b
      Adrian Buehlmann authored
      This specific cd .. leaves the base directory of the test ($TESTTMP).
      
      Removing it avoids that test artifacts (e.g. files) are created
      outside of the base directory.
      d1a0ac9b
  18. May 29, 2012
  19. Jun 12, 2012
  20. Jun 10, 2012
    • Alexander Boyd's avatar
      statichttprepo: don't send Range header when requesting entire file · a2d6e336
      Alexander Boyd authored
      When requesting files using statichttprepo.httprangereader, a request for the
      entire file is sent with a Range: bytes=0- header. This causes problems with
      web servers such as Cherokee that return an HTTP 416 when an empty file is
      requested in this way, which in turn cause some repository clone attempts to
      fail. This patch omits the Range header when the entire file is being
      requested, which fixes the problem.
      a2d6e336
  21. Jun 07, 2012
  22. Jun 05, 2012
  23. Jun 06, 2012
  24. Jun 04, 2012
  25. Jun 02, 2012
  26. Jun 01, 2012
Loading