branch: don't warn about branches if repository has multiple branches already
This warning exists to prevent git users from prematurely polluting their namespace when trying out Mercurial. But for repos that already have multiple branches, understanding what branches are is not optional so we should just shut up.
Showing
- mercurial/commands.py 7 additions, 2 deletionsmercurial/commands.py
- tests/test-backout.t 0 additions, 1 deletiontests/test-backout.t
- tests/test-bheads.t 0 additions, 5 deletionstests/test-bheads.t
- tests/test-branch-option.t 0 additions, 5 deletionstests/test-branch-option.t
- tests/test-branches.t 0 additions, 5 deletionstests/test-branches.t
- tests/test-clone-update-order.t 0 additions, 1 deletiontests/test-clone-update-order.t
- tests/test-clone.t 0 additions, 1 deletiontests/test-clone.t
- tests/test-commit-amend.t 0 additions, 3 deletionstests/test-commit-amend.t
- tests/test-commit-multiple.t 0 additions, 1 deletiontests/test-commit-multiple.t
- tests/test-convert-clonebranches.t 0 additions, 3 deletionstests/test-convert-clonebranches.t
- tests/test-convert-datesort.t 0 additions, 2 deletionstests/test-convert-datesort.t
- tests/test-encoding-align.t 0 additions, 2 deletionstests/test-encoding-align.t
- tests/test-fetch.t 0 additions, 2 deletionstests/test-fetch.t
- tests/test-hgweb-commands.t 0 additions, 1 deletiontests/test-hgweb-commands.t
- tests/test-newbranch.t 0 additions, 8 deletionstests/test-newbranch.t
- tests/test-pull-branch.t 0 additions, 2 deletionstests/test-pull-branch.t
- tests/test-push-warn.t 0 additions, 6 deletionstests/test-push-warn.t
- tests/test-rebase-cache.t 0 additions, 5 deletionstests/test-rebase-cache.t
- tests/test-rebase-collapse.t 0 additions, 1 deletiontests/test-rebase-collapse.t
- tests/test-rebase-named-branches.t 0 additions, 2 deletionstests/test-rebase-named-branches.t
Loading
Please register or sign in to comment