tests/test-evolve.t
branchstable
changeset 4168 8eec9422bd8e
parent 4166 7091f7215651
child 4171 e541acefbaa5
child 4181 ab3581bc0637
child 4195 4803bfe8db17
equal deleted inserted replaced
4166:7091f7215651 4168:8eec9422bd8e
  1161   > [experimental]
  1161   > [experimental]
  1162   > evolution=createmarkers
  1162   > evolution=createmarkers
  1163   > EOF
  1163   > EOF
  1164   $ hg next
  1164   $ hg next
  1165   hg: unknown command 'next'
  1165   hg: unknown command 'next'
  1166   (use 'hg help' for a list of commands)
  1166   Mercurial Distributed SCM
       
  1167   
       
  1168   basic commands:
       
  1169   
       
  1170    add           add the specified files on the next commit
       
  1171    annotate      show changeset information by line for each file
       
  1172    clone         make a copy of an existing repository
       
  1173    commit        commit the specified files or all outstanding changes
       
  1174    diff          diff repository (or selected files)
       
  1175    export        dump the header and diffs for one or more changesets
       
  1176    forget        forget the specified files on the next commit
       
  1177    init          create a new repository in the given directory
       
  1178    log           show revision history of entire repository or files
       
  1179    merge         merge another revision into working directory
       
  1180    pull          pull changes from the specified source
       
  1181    push          push changes to the specified destination
       
  1182    remove        remove the specified files on the next commit
       
  1183    serve         start stand-alone webserver
       
  1184    status        show changed files in the working directory
       
  1185    summary       summarize working directory state
       
  1186    update        update working directory (or switch revisions)
       
  1187   
       
  1188   (use 'hg help' for the full list of commands or 'hg -v' for details)
  1167   [255]
  1189   [255]
  1168   $ hg fold
  1190   $ hg fold
  1169   hg: unknown command 'fold'
  1191   hg: unknown command 'fold'
  1170   (use 'hg help' for a list of commands)
  1192   Mercurial Distributed SCM
       
  1193   
       
  1194   basic commands:
       
  1195   
       
  1196    add           add the specified files on the next commit
       
  1197    annotate      show changeset information by line for each file
       
  1198    clone         make a copy of an existing repository
       
  1199    commit        commit the specified files or all outstanding changes
       
  1200    diff          diff repository (or selected files)
       
  1201    export        dump the header and diffs for one or more changesets
       
  1202    forget        forget the specified files on the next commit
       
  1203    init          create a new repository in the given directory
       
  1204    log           show revision history of entire repository or files
       
  1205    merge         merge another revision into working directory
       
  1206    pull          pull changes from the specified source
       
  1207    push          push changes to the specified destination
       
  1208    remove        remove the specified files on the next commit
       
  1209    serve         start stand-alone webserver
       
  1210    status        show changed files in the working directory
       
  1211    summary       summarize working directory state
       
  1212    update        update working directory (or switch revisions)
       
  1213   
       
  1214   (use 'hg help' for the full list of commands or 'hg -v' for details)
  1171   [255]
  1215   [255]
  1172 Enabling commands selectively, only fold enabled, next is still unknown
  1216 Enabling commands selectively, only fold enabled, next is still unknown
  1173   $ cat >> $HGRCPATH <<EOF
  1217   $ cat >> $HGRCPATH <<EOF
  1174   > [experimental]
  1218   > [experimental]
  1175   > evolution=createmarkers
  1219   > evolution=createmarkers
  1178   $ hg fold
  1222   $ hg fold
  1179   abort: no revisions specified
  1223   abort: no revisions specified
  1180   [255]
  1224   [255]
  1181   $ hg next
  1225   $ hg next
  1182   hg: unknown command 'next'
  1226   hg: unknown command 'next'
  1183   (use 'hg help' for a list of commands)
  1227   Mercurial Distributed SCM
       
  1228   
       
  1229   basic commands:
       
  1230   
       
  1231    add           add the specified files on the next commit
       
  1232    annotate      show changeset information by line for each file
       
  1233    clone         make a copy of an existing repository
       
  1234    commit        commit the specified files or all outstanding changes
       
  1235    diff          diff repository (or selected files)
       
  1236    export        dump the header and diffs for one or more changesets
       
  1237    fold          fold multiple revisions into a single one
       
  1238    forget        forget the specified files on the next commit
       
  1239    init          create a new repository in the given directory
       
  1240    log           show revision history of entire repository or files
       
  1241    merge         merge another revision into working directory
       
  1242    pull          pull changes from the specified source
       
  1243    push          push changes to the specified destination
       
  1244    remove        remove the specified files on the next commit
       
  1245    serve         start stand-alone webserver
       
  1246    status        show changed files in the working directory
       
  1247    summary       summarize working directory state
       
  1248    update        update working directory (or switch revisions)
       
  1249   
       
  1250   (use 'hg help' for the full list of commands or 'hg -v' for details)
  1184   [255]
  1251   [255]
  1185 
  1252 
  1186 Shows "use 'hg evolve' to..." hints iff the evolve command is enabled
  1253 Shows "use 'hg evolve' to..." hints iff the evolve command is enabled
  1187 
  1254 
  1188   $ hg --hidden up 14
  1255   $ hg --hidden up 14