tests/test-evolve.t
changeset 1737 5383671ef612
parent 1736 c9a79b432907
child 1746 343298df3f26
child 1753 9fd15f27c91c
equal deleted inserted replaced
1736:c9a79b432907 1737:5383671ef612
  1124    serve         start stand-alone webserver
  1124    serve         start stand-alone webserver
  1125    status        show changed files in the working directory
  1125    status        show changed files in the working directory
  1126    summary       summarize working directory state
  1126    summary       summarize working directory state
  1127    update        update working directory (or switch revisions)
  1127    update        update working directory (or switch revisions)
  1128   
  1128   
  1129   (use "hg help" for the full list of commands or "hg -v" for details)
  1129   (use 'hg help' for the full list of commands or 'hg -v' for details)
  1130   [255]
  1130   [255]
  1131   $ hg fold
  1131   $ hg fold
  1132   hg: unknown command 'fold'
  1132   hg: unknown command 'fold'
  1133   Mercurial Distributed SCM
  1133   Mercurial Distributed SCM
  1134   
  1134   
  1150    serve         start stand-alone webserver
  1150    serve         start stand-alone webserver
  1151    status        show changed files in the working directory
  1151    status        show changed files in the working directory
  1152    summary       summarize working directory state
  1152    summary       summarize working directory state
  1153    update        update working directory (or switch revisions)
  1153    update        update working directory (or switch revisions)
  1154   
  1154   
  1155   (use "hg help" for the full list of commands or "hg -v" for details)
  1155   (use 'hg help' for the full list of commands or 'hg -v' for details)
  1156   [255]
  1156   [255]
  1157 Enabling commands selectively, only fold enabled, next is still unknown
  1157 Enabling commands selectively, only fold enabled, next is still unknown
  1158   $ cat >> $HGRCPATH <<EOF
  1158   $ cat >> $HGRCPATH <<EOF
  1159   > [experimental]
  1159   > [experimental]
  1160   > evolution=createmarkers
  1160   > evolution=createmarkers
  1186    serve         start stand-alone webserver
  1186    serve         start stand-alone webserver
  1187    status        show changed files in the working directory
  1187    status        show changed files in the working directory
  1188    summary       summarize working directory state
  1188    summary       summarize working directory state
  1189    update        update working directory (or switch revisions)
  1189    update        update working directory (or switch revisions)
  1190   
  1190   
  1191   (use "hg help" for the full list of commands or "hg -v" for details)
  1191   (use 'hg help' for the full list of commands or 'hg -v' for details)
  1192   [255]
  1192   [255]
  1193 
  1193 
  1194 Restore all of the evolution features
  1194 Restore all of the evolution features
  1195 
  1195 
  1196   $ cat >> $HGRCPATH <<EOF
  1196   $ cat >> $HGRCPATH <<EOF