##// END OF EJS Templates
Fix earlygetop for short options with unnecessary spaces removed...
Fix earlygetop for short options with unnecessary spaces removed Examples: hg log -qR foo hg log -Rfoo hg log -qRfoo

File last commit:

r406:d8abb687 default
r4727:79cc512a default
Show More
git-cat-file
5 lines | 69 B | text/plain | TextLexer
#!/bin/sh
op=`basename $0 | sed -e 's/^git-//'`
exec hgit $op "$@"