log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
hg
>
tony
annotate repoint.bat @ 684:
1f1824a93c7d
v2.1.1
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Merge
author
Chris Cannam
date
Tue, 10 Dec 2019 09:42:21 +0000
parents
12d36dcfbbfb
children
rev
line source
Chris@523
1
@echo off
Chris@523
2
PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '%~dpn0.ps1' %*";
Chris@523
3