Skip to content
Snippets Groups Projects
  1. Oct 08, 2012
    • David M. Carr's avatar
      push: change "no changes" default output to match normal mercurial · 4bc39fd24db3
      David M. Carr authored
      The output for "hg push" when there were no changes didn't quite match between
      Mercurial with and without Hg-Git, so I changed the behavior to bring it into
      synch.  The existing "creating and sending data" message was changed to be
      included if --verbose is specified.
      4bc39fd24db3
  2. Oct 07, 2012
    • David M. Carr's avatar
      tests: add coverage for outgoing with no changes · 36812cecfb9e
      David M. Carr authored
      36812cecfb9e
    • David M. Carr's avatar
      461fe932c388
    • David M. Carr's avatar
      tests: fix test-subrepos.t sporadically failing · 6e27c42c99d0
      David M. Carr authored
      I was seeing sporadic failures running this test on Mac OS X 10.8.
      They looked like this:
      +  sed: 1: "s_/private/var/folders/ ...": bad flag in substitute command: 'T'
      
      My assumption is that some character was being included in the path of the
      temporary directory that sed didn't like.  It looks like the sed function was
      being used to eliminate differences between test runs due to the path changing
      each run.  That isn't needed any more now that we're using the unified test
      format, since said replacement is taken care of for us by run-tests.py.  Thus,
      this changeset removes the calls to sed and updates the output to use the result
      from the framework-level replacement.
      6e27c42c99d0
  3. Sep 28, 2012
    • David M. Carr's avatar
      docs: include testedwith · c5d4900a804e
      David M. Carr authored
      Mercurial has support for including information about the tested versions of
      Mercurial for an extension when it detects that an extension has broken.  This
      change includes the appropriate attribute in the extension.
      c5d4900a804e
    • David M. Carr's avatar
      docs: include buglink · 22b8df4c54c5
      David M. Carr authored
      Mercurial has support for including a link to an issue tracker when it detects
      that an extension has broken.  This change includes the appropriate attribute
      in the extension, pointing it at the issue tracker for the main BitBucket repo.
      22b8df4c54c5
    • David M. Carr's avatar
      outgoing: don't delete remote refs · ebf4ea20ade5
      David M. Carr authored
      There was a bug introduced in 8c1f2b07c04b such that calling hg outgoing on
      a Git repository would result in all refs being deleted from the remote
      repository (with the possible exception of the currently checked out branch).
      It wasn't noticed before because the existing test for outgoing didn't actually
      verify the refs on the remote.  This changeset fixes the bug, as well as adding
      test coverage to allow verifying that the fix works.
      ebf4ea20ade5
  4. Sep 22, 2012
  5. Sep 16, 2012
  6. Sep 14, 2012
  7. Sep 13, 2012
  8. Sep 12, 2012
  9. Sep 11, 2012
  10. Sep 13, 2012
  11. Sep 10, 2012
Loading