tests/test-evolve.t
branchmercurial-3.9
changeset 2319 ee321b87c548
parent 2261 3e339f6717c7
parent 2317 7263463ae79a
child 2433 fd24f1c7accd
equal deleted inserted replaced
2318:523855eb28c1 2319:ee321b87c548
  1145    serve         start stand-alone webserver
  1145    serve         start stand-alone webserver
  1146    status        show changed files in the working directory
  1146    status        show changed files in the working directory
  1147    summary       summarize working directory state
  1147    summary       summarize working directory state
  1148    update        update working directory (or switch revisions)
  1148    update        update working directory (or switch revisions)
  1149   
  1149   
  1150   (use 'hg help' for the full list of commands or 'hg -v' for details)
  1150   (use "hg help" for the full list of commands or "hg -v" for details)
  1151   [255]
  1151   [255]
  1152   $ hg fold
  1152   $ hg fold
  1153   hg: unknown command 'fold'
  1153   hg: unknown command 'fold'
  1154   Mercurial Distributed SCM
  1154   Mercurial Distributed SCM
  1155   
  1155   
  1171    serve         start stand-alone webserver
  1171    serve         start stand-alone webserver
  1172    status        show changed files in the working directory
  1172    status        show changed files in the working directory
  1173    summary       summarize working directory state
  1173    summary       summarize working directory state
  1174    update        update working directory (or switch revisions)
  1174    update        update working directory (or switch revisions)
  1175   
  1175   
  1176   (use 'hg help' for the full list of commands or 'hg -v' for details)
  1176   (use "hg help" for the full list of commands or "hg -v" for details)
  1177   [255]
  1177   [255]
  1178 Enabling commands selectively, only fold enabled, next is still unknown
  1178 Enabling commands selectively, only fold enabled, next is still unknown
  1179   $ cat >> $HGRCPATH <<EOF
  1179   $ cat >> $HGRCPATH <<EOF
  1180   > [experimental]
  1180   > [experimental]
  1181   > evolution=createmarkers
  1181   > evolution=createmarkers
  1207    serve         start stand-alone webserver
  1207    serve         start stand-alone webserver
  1208    status        show changed files in the working directory
  1208    status        show changed files in the working directory
  1209    summary       summarize working directory state
  1209    summary       summarize working directory state
  1210    update        update working directory (or switch revisions)
  1210    update        update working directory (or switch revisions)
  1211   
  1211   
  1212   (use 'hg help' for the full list of commands or 'hg -v' for details)
  1212   (use "hg help" for the full list of commands or "hg -v" for details)
  1213   [255]
  1213   [255]
  1214 
  1214 
  1215 Restore all of the evolution features
  1215 Restore all of the evolution features
  1216 
  1216 
  1217   $ cat >> $HGRCPATH <<EOF
  1217   $ cat >> $HGRCPATH <<EOF