Mercurial > september
comparison README.md @ 3:455043eb436a
More info in the README.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 28 Mar 2015 15:51:21 -0700 |
parents | 08dfce548a9f |
children |
comparison
equal
deleted
inserted
replaced
2:08dfce548a9f | 3:455043eb436a |
---|---|
16 python september.py /path/to/repo --command "foo bar" | 16 python september.py /path/to/repo --command "foo bar" |
17 | 17 |
18 By default, this will clone your repository into a temporary directory (which | 18 By default, this will clone your repository into a temporary directory (which |
19 you can override with the `--tmp-dir` argument), update back to every tag, and | 19 you can override with the `--tmp-dir` argument), update back to every tag, and |
20 run `foo bar` each time at the root of the clone. | 20 run `foo bar` each time at the root of the clone. |
21 | |
22 If you already ran September previously, however, it will only run the command | |
23 on any new/changed tag. You can see what September remembers by using the | |
24 `--status` argument. | |
21 | 25 |
22 September will guess what kind of repository you're giving it, and do the | 26 September will guess what kind of repository you're giving it, and do the |
23 appropriate things to clone and update it. Right now Git and Mercurial are | 27 appropriate things to clone and update it. Right now Git and Mercurial are |
24 supported. | 28 supported. |
25 | 29 |