Mercurial > evolve
comparison tests/test-evolve.t @ 4195:4803bfe8db17 stable
test-compat: backed out changeset 8eec9422bd8e
Preparing the branch for 4.8.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 25 Oct 2018 12:52:34 +0200 |
parents | 8eec9422bd8e |
children | f21a9aac3add |
comparison
equal
deleted
inserted
replaced
4192:e527df0f2a68 | 4195:4803bfe8db17 |
---|---|
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 Mercurial Distributed SCM | 1166 (use 'hg help' for a list of commands) |
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) | |
1189 [255] | 1167 [255] |
1190 $ hg fold | 1168 $ hg fold |
1191 hg: unknown command 'fold' | 1169 hg: unknown command 'fold' |
1192 Mercurial Distributed SCM | 1170 (use 'hg help' for a list of commands) |
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) | |
1215 [255] | 1171 [255] |
1216 Enabling commands selectively, only fold enabled, next is still unknown | 1172 Enabling commands selectively, only fold enabled, next is still unknown |
1217 $ cat >> $HGRCPATH <<EOF | 1173 $ cat >> $HGRCPATH <<EOF |
1218 > [experimental] | 1174 > [experimental] |
1219 > evolution=createmarkers | 1175 > evolution=createmarkers |
1222 $ hg fold | 1178 $ hg fold |
1223 abort: no revisions specified | 1179 abort: no revisions specified |
1224 [255] | 1180 [255] |
1225 $ hg next | 1181 $ hg next |
1226 hg: unknown command 'next' | 1182 hg: unknown command 'next' |
1227 Mercurial Distributed SCM | 1183 (use 'hg help' for a list of commands) |
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) | |
1251 [255] | 1184 [255] |
1252 | 1185 |
1253 Shows "use 'hg evolve' to..." hints iff the evolve command is enabled | 1186 Shows "use 'hg evolve' to..." hints iff the evolve command is enabled |
1254 | 1187 |
1255 $ hg --hidden up 14 | 1188 $ hg --hidden up 14 |