log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
piecrust2
annotate bin/chef.cmd @ 0:
a212a3f2e3ee
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Initial commit.
author
Ludovic Chabant <ludovic@chabant.com>
date
Sat, 21 Dec 2013 14:44:02 -0800
parents
children
Ignore whitespace changes -
Everywhere:
Within whitespace:
At end of lines:
rev
line source
0
a212a3f2e3ee
Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
1
@echo off
a212a3f2e3ee
Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
2
setlocal
a212a3f2e3ee
Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
3
a212a3f2e3ee
Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
4
python %~dp0..\chef.py %*
a212a3f2e3ee
Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
5