Mercurial > public > mercurial-scm > hg
diff tests/test-convert-git @ 6737:7239e06e58e9
context: consistently return p1 context for None
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Wed, 25 Jun 2008 17:33:51 -0500 |
parents | a5a7f7fd5554 |
children | 5d14b06b1cc1 |
line wrap: on
line diff
--- a/tests/test-convert-git Wed Jun 25 17:33:34 2008 -0500 +++ b/tests/test-convert-git Wed Jun 25 17:33:51 2008 -0500 @@ -53,7 +53,7 @@ cd .. hg convert --datesort git-repo - +hg up -q -R git-repo-hg hg -R git-repo-hg tip -v count=10 @@ -117,12 +117,14 @@ echo "include $i" >> "$fmap" done hg -q convert $opts --filemap "$fmap" --datesort git-repo2 "$repo" + hg up -q -R "$repo" glog -R "$repo" hg -R "$repo" manifest --debug } echo '% full conversion' hg -q convert --datesort git-repo2 fullrepo +hg up -q -R fullrepo glog -R fullrepo hg -R fullrepo manifest --debug