tests/test-log.t
branchstable
changeset 15615 41885892796e
parent 14645 e4cfdff6d3f4
child 15623 fc8c7a5ccc4a
equal deleted inserted replaced
15610:09b200396384 15615:41885892796e
   625   $ echo a > a
   625   $ echo a > a
   626   $ hg ci -A -m "commit on default"
   626   $ hg ci -A -m "commit on default"
   627   adding a
   627   adding a
   628   $ hg branch test
   628   $ hg branch test
   629   marked working directory as branch test
   629   marked working directory as branch test
       
   630   (branches are permanent and global, did you want a bookmark?)
   630   $ echo b > b
   631   $ echo b > b
   631   $ hg ci -A -m "commit on test"
   632   $ hg ci -A -m "commit on test"
   632   adding b
   633   adding b
   633 
   634 
   634   $ hg up default
   635   $ hg up default