Mercurial
Mercurial
>
hg-stable
/ comparison
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
|
file
|
latest
|
revisions
|
annotate
|
diff
| comparison |
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
contrib/git-viz/git-rev-list
changeset 406
d8abb687d501
equal
deleted
inserted
replaced
405:99470ae6b424
406:d8abb687d501
1
#!/bin/sh
2
3
op=`basename $0 | sed -e 's/^git-//'`
4
exec hgit $op "$@"
5