Show More
@@ -5,7 +5,7 b'' | |||||
5 | $ echo "[diff]" >> $HGRCPATH |
|
5 | $ echo "[diff]" >> $HGRCPATH | |
6 | $ echo "nodates=1" >> $HGRCPATH |
|
6 | $ echo "nodates=1" >> $HGRCPATH | |
7 |
|
7 | |||
8 |
fn to create new repository |
|
8 | fn to create new repository, and cd into it | |
9 | $ mkrepo() { |
|
9 | $ mkrepo() { | |
10 | > hg init $1 |
|
10 | > hg init $1 | |
11 | > cd $1 |
|
11 | > cd $1 |
General Comments 0
You need to be logged in to leave comments.
Login now