tests/test-import.t
branchstable
changeset 13446 1e497df514e2
parent 12945 99f7dc8def34
child 14125 2852843947da
equal deleted inserted replaced
13445:61a898576888 13446:1e497df514e2
   362   $ hg --cwd b import ../patch1 ../patch2
   362   $ hg --cwd b import ../patch1 ../patch2
   363   applying ../patch1
   363   applying ../patch1
   364   applying ../patch2
   364   applying ../patch2
   365   applied 1d4bd90af0e4
   365   applied 1d4bd90af0e4
   366   $ hg --cwd b rollback
   366   $ hg --cwd b rollback
   367   rolling back to revision 1 (undo commit)
   367   repository tip rolled back to revision 1 (undo commit)
       
   368   working directory now based on revision 1
   368   $ hg --cwd b parents --template 'parent: {rev}\n'
   369   $ hg --cwd b parents --template 'parent: {rev}\n'
   369   parent: 1
   370   parent: 1
   370   $ rm -r b
   371   $ rm -r b
   371 
   372 
   372 
   373