Mercurial
Mercurial
>
hg
/ 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
.
tests/helper-killhook.py
branch
stable
changeset 50311
e2ba2234bf1c
parent 50310
4c1061b3e55a
child 50312
c185545a4c69
equal
deleted
inserted
replaced
50310:4c1061b3e55a
50311:e2ba2234bf1c
1
import os
2
3
4
def killme(ui, repo, hooktype, **wkargs):
5
os._exit(80)