Mercurial > public > mercurial-scm > hg-stable
diff tests/test-convert-svn-move @ 11124:55abde5cba43 stable
test-convert-svn-move: test moved dirs copy records
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Sun, 09 May 2010 19:11:02 +0200 |
parents | c52057614c72 |
children | a9b427b5821e |
line wrap: on
line diff
--- a/tests/test-convert-svn-move Sat May 01 16:29:27 2010 +0200 +++ b/tests/test-convert-svn-move Sun May 09 19:11:02 2010 +0200 @@ -28,5 +28,8 @@ cd A-hg hg glog --template '{rev} {desc|firstline} files: {files}\n' +echo '% check move copy records' +hg st --rev 12:13 --copies +echo '% check branches' hg branches | sed 's/:.*/:/' cd ..