##// END OF EJS Templates
localrepo: improve readability of _findtags(), readtags() (issue548)....
localrepo: improve readability of _findtags(), readtags() (issue548). - rename many local variables - add some comments - refactor call to line.split() (catch ValueError rather than checking length of return value: one less local variable)

File last commit:

r406:d8abb687 default
r9147:234a230c default
Show More
git-rev-list
5 lines | 69 B | text/plain | TextLexer
#!/bin/sh
op=`basename $0 | sed -e 's/^git-//'`
exec hgit $op "$@"