push: suppress ref output by default
When communicating with the user on push, Mercurial doesn't show much on success. Currently, Hg-Git shows every changed ref. After this change, the default output will more closely match Mercurial's regular behavior (no per-ref output), while changed refs will be shown if --verbose is specified, and all refs will be shown if --debug is specified.
Showing
- hggit/git_handler.py 4 additions, 1 deletionhggit/git_handler.py
- tests/test-git-tags.t 0 additions, 1 deletiontests/test-git-tags.t
- tests/test-hg-author.t 0 additions, 8 deletionstests/test-hg-author.t
- tests/test-hg-branch.t 0 additions, 2 deletionstests/test-hg-branch.t
- tests/test-hg-tags.t 0 additions, 2 deletionstests/test-hg-tags.t
- tests/test-push.t 0 additions, 2 deletionstests/test-push.t
- tests/test-subrepos.t 0 additions, 1 deletiontests/test-subrepos.t
Loading
Please register or sign in to comment