Mercurial > hg > mercurial-crew
comparison tests/test-tags @ 4659:7a7d4937272b
Kill trailing spaces
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Thu, 21 Jun 2007 09:25:49 +0200 |
parents | 7176f278d6f9 |
children | 453acf64f71f |
comparison
equal
deleted
inserted
replaced
4658:17f5d2069551 | 4659:7a7d4937272b |
---|---|
79 echo >> foo | 79 echo >> foo |
80 hg ci -m 'change foo 2' -d '1000000 0' # rev 4 | 80 hg ci -m 'change foo 2' -d '1000000 0' # rev 4 |
81 hg tags | 81 hg tags |
82 | 82 |
83 # test tag removal | 83 # test tag removal |
84 hg tag --remove -d '1000000 0' bar | 84 hg tag --remove -d '1000000 0' bar |
85 hg tip | 85 hg tip |
86 hg tags | 86 hg tags |
87 | 87 |
88 echo '% remove nonexistent tag' | 88 echo '% remove nonexistent tag' |
89 hg tag --remove -d '1000000 0' foobar | 89 hg tag --remove -d '1000000 0' foobar |