tests/test-convert.t
changeset 17837 b623e323c561
parent 17424 e7cfe3587ea4
child 17974 337d728e644f
child 18321 c51d2bc7a5d7
equal deleted inserted replaced
17836:98347af64593 17837:b623e323c561
   259       --branchmap FILE   change branch names while converting
   259       --branchmap FILE   change branch names while converting
   260       --branchsort       try to sort changesets by branches
   260       --branchsort       try to sort changesets by branches
   261       --datesort         try to sort changesets by date
   261       --datesort         try to sort changesets by date
   262       --sourcesort       preserve source changesets order
   262       --sourcesort       preserve source changesets order
   263   
   263   
   264   use "hg -v help convert" to show more info
   264   use "hg -v help convert" to show the global options
   265   $ hg init a
   265   $ hg init a
   266   $ cd a
   266   $ cd a
   267   $ echo a > a
   267   $ echo a > a
   268   $ hg ci -d'0 0' -Ama
   268   $ hg ci -d'0 0' -Ama
   269   adding a
   269   adding a