Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sillsdev/hgresume
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: sillsdev/hgresume
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v03
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Oct 7, 2019

  1. Force creation of v1 bundles

    Mercurial 3.5 and later defaults to creating v2 bundles for new projects
    (existing projects will continue to use v1 bundles by default), which
    Mercurial 3.3 (deployed in current versions of Chorus) doesn't
    understand. The -t option forces creation of v1 bundles.
    rmunn committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    e35593b View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. Merge pull request #5 from sillsdev/hg-bundle-v1

    Force creation of v1 bundles
    megahirt authored Oct 24, 2019
    Configuration menu
    Copy the full SHA
    4159468 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. Send correct MIME type for Mercurial bundles (#7)

    PHP defaults to text/html content type if none is specified, and that is
    causing issues when this API endpoint is behind CloudFlare (which uses
    the text/html content as a heuristic to apply caching rules that are
    inappropriate for the responses from Resumable).
    rmunn authored Nov 17, 2020
    Configuration menu
    Copy the full SHA
    d75906f View commit details
    Browse the repository at this point in the history
Loading