/review-branch

In a git repo, create a branch for code review with all the commits that reference a particular ticket

Primary LanguagePython

From your git repo directory run:

review_branch.py <num1> <num2> ...

Where the numbers reference (trac) ticket numbers that
are referenced in commit messages.

See source for more details.

Requires GitPython 0.3.1+