Statistics
| Branch: | Tag: | Revision:

root / devel / review @ grnet-2.4-ippool-devel

History | View | Annotate | Download (4.5 kB)

# Date Author Comment
926feaf1 07/12/2010 06:59 pm Manuel Franceschini

Use reserved documentation IPs and domains

Use RFC 5737 IP addresses and RFC 2606 domain names in all
unittests, docs, qa and docstrings.

Signed-off-by: Manuel Franceschini <>
Reviewed-by: Iustin Pop <>

53726a00 05/20/2010 05:50 pm Guido Trotter

devel/review: make the range argument optional

Rather than calling devel/review with from..to target we can just use
target, and assume target..HEAD as the range. This makes it a lot
easier, as now you just have to say something like "devel/review
devel-2.1" if you're already on the branch you want to commit, and want...

c69a43c8 10/05/2009 04:49 pm Michael Hanselmann

Implement strict mode for devel/review

This should prevent typos in aliases from going unnoticed.

Signed-off-by: Michael Hanselmann <>
Reviewed-by: Guido Trotter <>

42c067b7 08/03/2009 04:43 pm Michael Hanselmann

Add review script

I've been using this script for a while to update commits before
pushing them to the main repository. It copies all commits in a
range to another branch using git cherry-pick and starts an editor
to modify the Reviewed-by: line(s) for each commit. The script is...