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: vcs-python/vcspull
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.14.0
Choose a base ref
...
head repository: vcs-python/vcspull
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.15.0a0
Choose a head ref
  • 14 commits
  • 14 files changed
  • 1 contributor

Commits on Oct 1, 2022

  1. Configuration menu
    Copy the full SHA
    3656aad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    376e377 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2022

  1. build(deps): Bump pytz

    tony committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    2552917 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11a3a01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a984cd View commit details
    Browse the repository at this point in the history
  4. build(deps): Remove sphinx and sphinx-click

    poetry remove click; poetry remove --dev sphinx-click
    tony committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    e6e5f27 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d3b77f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7b43881 View commit details
    Browse the repository at this point in the history
  7. docs(cli): Move to argparse

    tony committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    6125ac0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dc122a7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    808c7b8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9f36207 View commit details
    Browse the repository at this point in the history
  11. refactor!: click -> argparse (#400)

    click is an additional dependency, introduces complicated bugs,
    sphinx-click is difficult to place commands into document sections.
    
    On the other hand, argparse is stable, battle-tested, predictable.
    tony authored Oct 2, 2022
    Configuration menu
    Copy the full SHA
    2b012f5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    047c2d2 View commit details
    Browse the repository at this point in the history
Loading