equal
deleted
inserted
replaced
46 hg --cwd empty pull ../full.hg |
46 hg --cwd empty pull ../full.hg |
47 echo "====== Rollback empty" |
47 echo "====== Rollback empty" |
48 hg -R empty rollback |
48 hg -R empty rollback |
49 echo "====== Pull full.hg into empty again (using --cwd)" |
49 echo "====== Pull full.hg into empty again (using --cwd)" |
50 hg --cwd empty pull ../full.hg |
50 hg --cwd empty pull ../full.hg |
|
51 |
|
52 echo "====== Pull full.hg into test (using -R)" |
|
53 hg -R test pull full.hg |
|
54 echo "====== Pull full.hg into empty (using -R)" |
|
55 hg -R empty pull full.hg |
|
56 echo "====== Rollback empty" |
|
57 hg -R empty rollback |
|
58 echo "====== Pull full.hg into empty again (using -R)" |
|
59 hg -R empty pull full.hg |
51 |
60 |
52 echo "====== Log -R full.hg in fresh empty" |
61 echo "====== Log -R full.hg in fresh empty" |
53 rm -r empty |
62 rm -r empty |
54 hg init empty |
63 hg init empty |
55 cd empty |
64 cd empty |