changeset 8523 | 5b7da468531b |
parent 6885 | 6e253aa04ff7 |
child 10119 | bb5ea66789e3 |
8522:39fd67552297 | 8523:5b7da468531b |
---|---|
4 echo 'hgext.graphlog =' >> $HGRCPATH |
4 echo 'hgext.graphlog =' >> $HGRCPATH |
5 echo 'hgext.convert =' >> $HGRCPATH |
5 echo 'hgext.convert =' >> $HGRCPATH |
6 |
6 |
7 glog() |
7 glog() |
8 { |
8 { |
9 hg -R "$1" glog --template '#rev# "#desc#" files: #files#\n' |
9 hg -R "$1" glog --template '{rev} "{desc}" files: {files}\n' |
10 } |
10 } |
11 |
11 |
12 hg init source |
12 hg init source |
13 cd source |
13 cd source |
14 |
14 |