Have 'stg branch --create' record parent information.
[stgit] / INSTALL
1 For basic installation:
2
3 python setup.py install
4
5 By default, the above command installs StGIT in the
6 $HOME/{bin,lib,share} directories. For a different location, use the
7 --prefix option.
8
9 python setup.py install --prefix=/usr
10
11 For more information:
12
13 http://docs.python.org/inst/inst.html