tests/test-unionrepo.t
branchstable
changeset 19164 198b003a2263
parent 19084 70675d77fd4a
child 27723 bf86e3e87123
equal deleted inserted replaced
19162:27013ace80eb 19164:198b003a2263
   110   $ hg -R union:repo1+repo2 id -r "ancestor($tip1, 5)"
   110   $ hg -R union:repo1+repo2 id -r "ancestor($tip1, 5)"
   111   8a58db72e69d
   111   8a58db72e69d
   112 
   112 
   113 annotate works - an indication that linkrevs works
   113 annotate works - an indication that linkrevs works
   114 
   114 
   115   $ hg --cwd repo1 -R union:../repo2 annotate $TESTTMP/repo1/f -r tip
   115   $ hg --cwd repo1 -Runion:../repo2 annotate $TESTTMP/repo1/f -r tip
   116   3: repo2-1 at top
   116   3: repo2-1 at top
   117   0: repo1-0
   117   0: repo1-0
   118   1: repo1-1
   118   1: repo1-1
   119   5: repo2-3
   119   5: repo2-3
   120 
   120