Mercurial > public > mercurial-scm > hg-stable
diff tests/test-subrepo-svn.t @ 12209:affec9fb56ef
subrepos: handle diff nodeids in subrepos, not before
Subversion nodeids are integer revisions.
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Fri, 10 Sep 2010 22:52:00 +0200 |
parents | d1ea16ca6520 |
children | 4134686b83e1 |
line wrap: on
line diff
--- a/tests/test-subrepo-svn.t Fri Sep 10 22:36:04 2010 +0200 +++ b/tests/test-subrepo-svn.t Fri Sep 10 22:52:00 2010 +0200 @@ -153,6 +153,17 @@ $ hg ci -m 'amend externals from hg' committing subrepository s abort: cannot commit svn externals + $ hg diff --subrepos -r 1:2 | grep -v diff + --- a/.hgsubstate Thu Jan 01 00:00:00 1970 +0000 + +++ b/.hgsubstate Thu Jan 01 00:00:00 1970 +0000 + @@ -1,1 +1,1 @@ + -2 s + +3 s + --- a/a Thu Jan 01 00:00:00 1970 +0000 + +++ b/a Thu Jan 01 00:00:00 1970 +0000 + @@ -1,1 +1,2 @@ + a + +a $ svn revert -q s/externals/other this commit fails because of externals meta changes