Mercurial > dotfiles
annotate build/stop_git_bullshit.cmd @ 501:7a69433f0b1c
Ignore more stuff in mercurial.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 20 Apr 2020 16:21:47 -0700 |
parents | 12d610e73ee6 |
children |
rev | line source |
---|---|
194
12d610e73ee6
Stop Git bullshit on Windows too.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
1 @echo off |
12d610e73ee6
Stop Git bullshit on Windows too.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
2 hg onsub -t git "git reset --hard origin/master" |
12d610e73ee6
Stop Git bullshit on Windows too.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
3 |