equal
deleted
inserted
replaced
59 hg qrefresh -m 'patch 2' |
59 hg qrefresh -m 'patch 2' |
60 show_branch_cache 1 |
60 show_branch_cache 1 |
61 |
61 |
62 echo |
62 echo |
63 echo '# removing the cache' |
63 echo '# removing the cache' |
64 rm -f .hg/branches.cache |
64 rm .hg/branches.cache |
65 show_branch_cache 1 |
65 show_branch_cache 1 |
66 |
66 |
67 echo |
67 echo |
68 echo '# importing rev 1 (the cache now ends in one of the patches)' |
68 echo '# importing rev 1 (the cache now ends in one of the patches)' |
69 hg qimport -r 1 -n p0 |
69 hg qimport -r 1 -n p0 |