tests/test-convert.t
changeset 22110 26f7c8033bed
parent 21077 78b15ad2f968
child 22300 35ab037de989
equal deleted inserted replaced
22109:feab93a24e81 22110:26f7c8033bed
   270       --branchsort       try to sort changesets by branches
   270       --branchsort       try to sort changesets by branches
   271       --datesort         try to sort changesets by date
   271       --datesort         try to sort changesets by date
   272       --sourcesort       preserve source changesets order
   272       --sourcesort       preserve source changesets order
   273       --closesort        try to reorder closed revisions
   273       --closesort        try to reorder closed revisions
   274   
   274   
   275   use "hg -v help convert" to show the global options
   275   (some details hidden, use --verbose to show complete help)
   276   $ hg init a
   276   $ hg init a
   277   $ cd a
   277   $ cd a
   278   $ echo a > a
   278   $ echo a > a
   279   $ hg ci -d'0 0' -Ama
   279   $ hg ci -d'0 0' -Ama
   280   adding a
   280   adding a