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: trac-hacks/trac-github
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: trac-hacks/trac-github
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: t131
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Apr 4, 2018

  1. Configuration menu
    Copy the full SHA
    a7ef783 View commit details
    Browse the repository at this point in the history
  2. GitHubMixin doesn't need to inherit from Component

    All of the classes utilizing the mixin inherit from
    Component, and we don't need to support enabling/
    disabling GitHubMixin.
    rjollos committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    6f4f97d View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2018

  1. Fix test failure due to section already present

    The section already present is due to an `Option`
    defined on a class that doesn't inherit from Component:
    https://trac.edgewall.org/ticket/12457
    rjollos committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    a30d756 View commit details
    Browse the repository at this point in the history
Loading