Mercurial > hg
comparison tests/test-convert-tla.t @ 20306:fe8e254c7ad6 stable
merge default into stable for 2.9 code freeze
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Tue, 21 Jan 2014 14:30:06 -0600 |
parents | aa9385f983fa |
children | 7a9cbb315d84 |
comparison
equal
deleted
inserted
replaced
20213:8c69c69dbcd2 | 20306:fe8e254c7ad6 |
---|---|
1 | 1 |
2 $ "$TESTDIR/hghave" tla symlink || exit 80 | 2 $ "$TESTDIR/hghave" tla symlink || exit 80 |
3 $ tla my-id "mercurial <mercurial@selenic.com>" | 3 $ tla my-id "mercurial <mercurial@selenic.com>" |
4 $ echo "[extensions]" >> $HGRCPATH | 4 $ echo "[extensions]" >> $HGRCPATH |
5 $ echo "convert=" >> $HGRCPATH | 5 $ echo "convert=" >> $HGRCPATH |
6 $ echo 'graphlog =' >> $HGRCPATH | |
7 | 6 |
8 create tla archive | 7 create tla archive |
9 | 8 |
10 $ tla make-archive tla@mercurial--convert `pwd`/hg-test-convert-tla | 9 $ tla make-archive tla@mercurial--convert `pwd`/hg-test-convert-tla |
11 | 10 |
107 1 file to link and link to file test | 106 1 file to link and link to file test |
108 0 move and rename a-link-2 file and src directory | 107 0 move and rename a-link-2 file and src directory |
109 $ tla register-archive -d tla@mercurial--convert | 108 $ tla register-archive -d tla@mercurial--convert |
110 $ glog() | 109 $ glog() |
111 > { | 110 > { |
112 > hg glog --template '{rev} "{desc|firstline}" files: {files}\n' "$@" | 111 > hg log -G --template '{rev} "{desc|firstline}" files: {files}\n' "$@" |
113 > } | 112 > } |
114 | 113 |
115 show graph log | 114 show graph log |
116 | 115 |
117 $ glog -R tla-repo-hg | 116 $ glog -R tla-repo-hg |