changeset 8523 | 5b7da468531b |
parent 8211 | 5b4ff21c74e4 |
child 9042 | 95046688f80f |
8522:39fd67552297 | 8523:5b7da468531b |
---|---|
7 echo 'convert = ' >> $HGRCPATH |
7 echo 'convert = ' >> $HGRCPATH |
8 echo 'hgext.graphlog = ' >> $HGRCPATH |
8 echo 'hgext.graphlog = ' >> $HGRCPATH |
9 |
9 |
10 glog() |
10 glog() |
11 { |
11 { |
12 hg glog --template '#rev# "#desc|firstline#" files: #files#\n' "$@" |
12 hg glog --template '{rev} "{desc|firstline}" files: {files}\n' "$@" |
13 } |
13 } |
14 |
14 |
15 manifest() |
15 manifest() |
16 { |
16 { |
17 echo "% manifest of $2" |
17 echo "% manifest of $2" |