log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
hg
>
Members
>
anatofuz
>
MoarVM
comparison 3rdparty/libtommath/mess.sh @ 0:
2cf249471370
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
convert mercurial for git
author
Takahiro SHIMIZU <anatofuz@cr.ie.u-ryukyu.ac.jp>
date
Tue, 08 May 2018 16:09:12 +0900
parents
children
comparison
equal
deleted
inserted
replaced
-1:000000000000
0:2cf249471370
1
#!/bin/bash
2
if cvs log $1 >/dev/null 2>/dev/null; then exit 0; else echo "$1 shouldn't be here" ; exit 1; fi
3
4