tests/test-evolve.t
branchmercurial-3.9
changeset 2811 35d053d7bd87
parent 2801 49494d0155b7
child 3004 a456f55b3a6b
equal deleted inserted replaced
2810:604ddf1e1a8e 2811:35d053d7bd87
   763   
   763   
   764   conflict
   764   conflict
   765   $ hg debugrebuildstate
   765   $ hg debugrebuildstate
   766   $ hg st
   766   $ hg st
   767 
   767 
   768 Test olog
       
   769 
       
   770   $ hg olog | head -n 10 # hg touch makes the output unstable (fix it with devel option for more stable touch)
       
   771   @    d26d339c513f (12) add 4
       
   772   |\
       
   773   x |    af636757ce3b (11) add 3
       
   774   |\ \     rewritten(description, user, parent, content) by test (*) as d26d339c513f (glob)
       
   775   | | |
       
   776   | \ \
       
   777   | |\ \
       
   778   | | | x  ce341209337f (4) add 4
       
   779   | | |      rewritten(description, user, content) by test (*) as d26d339c513f (glob)
       
   780   | | |
       
   781 
       
   782 Test obsstore stat
   768 Test obsstore stat
   783 
   769 
   784   $ hg debugobsstorestat
   770   $ hg debugobsstorestat
   785   markers total:                     10
   771   markers total:                     10
   786       for known precursors:          10 (10/13 obsolete changesets)
   772       for known precursors:          10 (10/13 obsolete changesets)
  1163    serve         start stand-alone webserver
  1149    serve         start stand-alone webserver
  1164    status        show changed files in the working directory
  1150    status        show changed files in the working directory
  1165    summary       summarize working directory state
  1151    summary       summarize working directory state
  1166    update        update working directory (or switch revisions)
  1152    update        update working directory (or switch revisions)
  1167   
  1153   
  1168   (use 'hg help' for the full list of commands or 'hg -v' for details)
  1154   (use "hg help" for the full list of commands or "hg -v" for details)
  1169   [255]
  1155   [255]
  1170   $ hg fold
  1156   $ hg fold
  1171   hg: unknown command 'fold'
  1157   hg: unknown command 'fold'
  1172   Mercurial Distributed SCM
  1158   Mercurial Distributed SCM
  1173   
  1159   
  1189    serve         start stand-alone webserver
  1175    serve         start stand-alone webserver
  1190    status        show changed files in the working directory
  1176    status        show changed files in the working directory
  1191    summary       summarize working directory state
  1177    summary       summarize working directory state
  1192    update        update working directory (or switch revisions)
  1178    update        update working directory (or switch revisions)
  1193   
  1179   
  1194   (use 'hg help' for the full list of commands or 'hg -v' for details)
  1180   (use "hg help" for the full list of commands or "hg -v" for details)
  1195   [255]
  1181   [255]
  1196 Enabling commands selectively, only fold enabled, next is still unknown
  1182 Enabling commands selectively, only fold enabled, next is still unknown
  1197   $ cat >> $HGRCPATH <<EOF
  1183   $ cat >> $HGRCPATH <<EOF
  1198   > [experimental]
  1184   > [experimental]
  1199   > evolution=createmarkers
  1185   > evolution=createmarkers
  1225    serve         start stand-alone webserver
  1211    serve         start stand-alone webserver
  1226    status        show changed files in the working directory
  1212    status        show changed files in the working directory
  1227    summary       summarize working directory state
  1213    summary       summarize working directory state
  1228    update        update working directory (or switch revisions)
  1214    update        update working directory (or switch revisions)
  1229   
  1215   
  1230   (use 'hg help' for the full list of commands or 'hg -v' for details)
  1216   (use "hg help" for the full list of commands or "hg -v" for details)
  1231   [255]
  1217   [255]
  1232 
  1218 
  1233 Restore all of the evolution features
  1219 Restore all of the evolution features
  1234 
  1220 
  1235   $ cat >> $HGRCPATH <<EOF
  1221   $ cat >> $HGRCPATH <<EOF