[ANN] First release of scmproj
Alexander Belchenko
bialix at ukr.net
Sun Sep 6 07:41:44 BST 2009
Jari Aalto пишет:
> Alexander Belchenko <bialix at ukr.net> writes:
>
> A small suggestion: http://bialix.com/scmproj/docs/howto.html
>
> bzr pcmd --no-cd "init-repo {LOCAL_REPO} --no-trees --format={FORMAT}"
> bzr pcmd --no-cd "init {LOCAL_BRANCH} --format={FORMAT}"
> bzr pcmd --no-cd "pull -d {LOCAL_BRANCH} {BRANCH_URL} -r {REVISION}"
>
> Perhaps in the docs, the braces could be left out. I think people
> understand substitutions when they see ALL-CAPS:
This is not substitution, it's the exact syntax of command template.
Scmproj plugin do substitute of actual values for each component.
So you provide template command line.
More information about the bazaar
mailing list