Mercurial > hg > mercurial-crew
view tests/bzr-definitions @ 28443:d713fa934fb9
buildrpm: move creation of RPM directories from dockerrpm
Handling the creation of the RPM directories in buildrpm
is more consistent and takes care of non-docker builds as well.
author | Mathias De Maré <mathias.demare@gmail.com> |
---|---|
date | Thu, 07 Jan 2016 06:44:37 +0100 |
parents | 89872688893f |
children |
line wrap: on
line source
# this file holds the definitions that are used in various bzr tests TERM=dumb; export TERM echo '[extensions]' >> $HGRCPATH echo 'convert = ' >> $HGRCPATH glog() { hg log -G --template '{rev}@{branch} "{desc|firstline}" files: {files}\n' "$@" } manifest() { echo "% manifest of $2" hg -R $1 manifest -v -r $2 }