Mercurial > hgsubversion
comparison tests/fixtures/renames.sh @ 130:c2a84d436202
test_fetch_rename: test content of files coming from the past
| author | Patrick Mezard <pmezard@gmail.com> |
|---|---|
| date | Wed, 10 Dec 2008 11:03:22 -0600 |
| parents | bf1e8b8ed452 |
| children | 0d0132cba155 |
comparison
equal
deleted
inserted
replaced
| 129:59f8603a6641 | 130:c2a84d436202 |
|---|---|
| 85 svn cp $svnurl/trunk/deleteddir@2 deleteddir | 85 svn cp $svnurl/trunk/deleteddir@2 deleteddir |
| 86 svn ci -m "copy stuff from the past" | 86 svn ci -m "copy stuff from the past" |
| 87 # Copy data from the past before it was changed | 87 # Copy data from the past before it was changed |
| 88 svn cp $svnurl/trunk/changed@2 changed2 | 88 svn cp $svnurl/trunk/changed@2 changed2 |
| 89 svn cp $svnurl/trunk/changeddir@2 changeddir2 | 89 svn cp $svnurl/trunk/changeddir@2 changeddir2 |
| 90 # Harder, copy from the past before change and change it again | |
| 91 # This confused the stupid diff path | |
| 92 svn cp $svnurl/trunk/changed@2 changed3 | |
| 93 echo changed3 >> changed3 | |
| 90 svn ci -m "copy stuff from the past before change" | 94 svn ci -m "copy stuff from the past before change" |
| 91 # Copy unchanged stuff from the past. Since no changed occured in these files | 95 # Copy unchanged stuff from the past. Since no changed occured in these files |
| 92 # between the source and parent revision, we record them as copy from parent | 96 # between the source and parent revision, we record them as copy from parent |
| 93 # instead of source rev. | 97 # instead of source rev. |
| 94 svn cp $svnurl/trunk/unchanged@2 unchanged2 | 98 svn cp $svnurl/trunk/unchanged@2 unchanged2 |
