tests/test-evolve.t
branchmercurial-3.9
changeset 1795 8e276bf812b1
parent 1758 5526e97928d7
parent 1785 f22120b12715
child 1797 4de90774eade
child 2110 f1ffd093ef30
equal deleted inserted replaced
1794:e35667b01e1e 1795:8e276bf812b1
  1137    serve         start stand-alone webserver
  1137    serve         start stand-alone webserver
  1138    status        show changed files in the working directory
  1138    status        show changed files in the working directory
  1139    summary       summarize working directory state
  1139    summary       summarize working directory state
  1140    update        update working directory (or switch revisions)
  1140    update        update working directory (or switch revisions)
  1141   
  1141   
  1142   (use 'hg help' for the full list of commands or 'hg -v' for details)
  1142   (use "hg help" for the full list of commands or "hg -v" for details)
  1143   [255]
  1143   [255]
  1144   $ hg fold
  1144   $ hg fold
  1145   hg: unknown command 'fold'
  1145   hg: unknown command 'fold'
  1146   Mercurial Distributed SCM
  1146   Mercurial Distributed SCM
  1147   
  1147   
  1163    serve         start stand-alone webserver
  1163    serve         start stand-alone webserver
  1164    status        show changed files in the working directory
  1164    status        show changed files in the working directory
  1165    summary       summarize working directory state
  1165    summary       summarize working directory state
  1166    update        update working directory (or switch revisions)
  1166    update        update working directory (or switch revisions)
  1167   
  1167   
  1168   (use 'hg help' for the full list of commands or 'hg -v' for details)
  1168   (use "hg help" for the full list of commands or "hg -v" for details)
  1169   [255]
  1169   [255]
  1170 Enabling commands selectively, only fold enabled, next is still unknown
  1170 Enabling commands selectively, only fold enabled, next is still unknown
  1171   $ cat >> $HGRCPATH <<EOF
  1171   $ cat >> $HGRCPATH <<EOF
  1172   > [experimental]
  1172   > [experimental]
  1173   > evolution=createmarkers
  1173   > evolution=createmarkers
  1199    serve         start stand-alone webserver
  1199    serve         start stand-alone webserver
  1200    status        show changed files in the working directory
  1200    status        show changed files in the working directory
  1201    summary       summarize working directory state
  1201    summary       summarize working directory state
  1202    update        update working directory (or switch revisions)
  1202    update        update working directory (or switch revisions)
  1203   
  1203   
  1204   (use 'hg help' for the full list of commands or 'hg -v' for details)
  1204   (use "hg help" for the full list of commands or "hg -v" for details)
  1205   [255]
  1205   [255]
  1206 
  1206 
  1207 Restore all of the evolution features
  1207 Restore all of the evolution features
  1208 
  1208 
  1209   $ cat >> $HGRCPATH <<EOF
  1209   $ cat >> $HGRCPATH <<EOF