This is a script to make it easier to manage phabricator reviews for src
commits. It tries to avoid forcing any particular workflow.
Details
Details
- Reviewers
jhb - Commits
- rG3279329b2dca: tools/git: Add git-arc
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 36474 Build 33363: arc lint + arc unit
Event Timeline
Comment Actions
I might also be convinced to write a git-arc(8) man-page. ;)
tools/tools/git/git-arc.sh | ||
---|---|---|
51 | I would recommend s/verb/command/, as that's the syntax used in other places, for example camcontrol(8), which uses (sub)commands too. |
Comment Actions
That would be useful. Let's perhaps first wait and see if the interface changes much before I commit.
tools/tools/git/git-arc.sh | ||
---|---|---|
92 | Probably s/upstream/freebsd/ here to match our other git docs. |
tools/tools/git/git-arc.sh | ||
---|---|---|
92 | Agreed. |
Comment Actions
I don't really expect so since it already relies on the arcanist port. But we should verify that both packages are installed before trying to do anything...