tests/bzr-definitions
changeset 16060 f84dda152a55
parent 9042 95046688f80f
child 20117 aa9385f983fa
equal deleted inserted replaced
16059:f5b6046f6ce8 16060:f84dda152a55
     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}@{branch} "{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"