| # Compare a fork (with module path example.com/basic, downloaded from | |
| # example.com/basicfork) with a local module (with module path | |
| # example.com/basic). | |
| mod=example.com/basic | |
| version=v1.1.2 | |
| base=example.com/basicfork@v1.1.2 | |
| release=v1.1.3 | |
| -- want -- | |
| # example.com/basicfork/a | |
| ## incompatible changes | |
| A3: removed | |
| # example.com/basicfork/b | |
| ## incompatible changes | |
| package removed |