##// END OF EJS Templates
Add 'git mrb' tool for 'git merge remote branch'....
Add 'git mrb' tool for 'git merge remote branch'. It's a little utility I wrote that makes it super quick to merge remote branches from remotes you're already tracking locally.

File last commit:

r4053:b45902e3
r5623:dcb7e761
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from _decorator import *