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: whitequark/glasgow
base: af0df1714e6a
Choose a base ref
...
head repository: whitequark/glasgow
compare: 257197eeefd9
Choose a head ref
  • 1 commit
  • 11 files changed
  • 1 contributor

Commits on Mar 8, 2019

  1. applet: sort out required=True in add_subparsers().

    In code that uses add_subparsers to choose an interact operation,
    where not specifying an operation argument would not perform any
    action at all (as opposed to some identification action), ideally,
    required=True should be added. However, this is only available on
    Python 3.7, so we can't use it just yet.
    whitequark committed Mar 8, 2019
    Copy the full SHA
    257197e View commit details
    Browse the repository at this point in the history