Mercurial > evolve
comparison tests/test-evolve.t @ 2433:fd24f1c7accd mercurial-3.9
merge with future 6.2.0
The new 'olog' command is not working with 3.9 so we skill all mentions of it in
the tests. This also apply to the topic extensions.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 18 May 2017 23:51:10 +0200 |
parents | ee321b87c548 0405bbda7402 |
children | 7abea6ea172c |
comparison
equal
deleted
inserted
replaced
2432:765b2561fa90 | 2433:fd24f1c7accd |
---|---|
765 | 765 |
766 conflict | 766 conflict |
767 $ hg debugrebuildstate | 767 $ hg debugrebuildstate |
768 $ hg st | 768 $ hg st |
769 | 769 |
770 Test olog | |
771 | |
772 $ hg olog | head -n 10 # hg touch makes the output unstable (fix it with devel option for more stable touch) | |
773 @ d26d339c513f (12) add 4 | |
774 |\ | |
775 x | af636757ce3b (11) add 3 | |
776 |\ \ rewritten by test (*) as d26d339c513f (glob) | |
777 | | | | |
778 | \ \ | |
779 | |\ \ | |
780 | | | x ce341209337f (4) add 4 | |
781 | | | rewritten by test (*) as d26d339c513f (glob) | |
782 | | | | |
783 | |
784 Test obsstore stat | 770 Test obsstore stat |
785 | 771 |
786 $ hg debugobsstorestat | 772 $ hg debugobsstorestat |
787 markers total: 10 | 773 markers total: 10 |
788 for known precursors: 10 | 774 for known precursors: 10 |
1153 serve start stand-alone webserver | 1139 serve start stand-alone webserver |
1154 status show changed files in the working directory | 1140 status show changed files in the working directory |
1155 summary summarize working directory state | 1141 summary summarize working directory state |
1156 update update working directory (or switch revisions) | 1142 update update working directory (or switch revisions) |
1157 | 1143 |
1158 (use 'hg help' for the full list of commands or 'hg -v' for details) | 1144 (use "hg help" for the full list of commands or "hg -v" for details) |
1159 [255] | 1145 [255] |
1160 $ hg fold | 1146 $ hg fold |
1161 hg: unknown command 'fold' | 1147 hg: unknown command 'fold' |
1162 Mercurial Distributed SCM | 1148 Mercurial Distributed SCM |
1163 | 1149 |
1179 serve start stand-alone webserver | 1165 serve start stand-alone webserver |
1180 status show changed files in the working directory | 1166 status show changed files in the working directory |
1181 summary summarize working directory state | 1167 summary summarize working directory state |
1182 update update working directory (or switch revisions) | 1168 update update working directory (or switch revisions) |
1183 | 1169 |
1184 (use 'hg help' for the full list of commands or 'hg -v' for details) | 1170 (use "hg help" for the full list of commands or "hg -v" for details) |
1185 [255] | 1171 [255] |
1186 Enabling commands selectively, only fold enabled, next is still unknown | 1172 Enabling commands selectively, only fold enabled, next is still unknown |
1187 $ cat >> $HGRCPATH <<EOF | 1173 $ cat >> $HGRCPATH <<EOF |
1188 > [experimental] | 1174 > [experimental] |
1189 > evolution=createmarkers | 1175 > evolution=createmarkers |
1215 serve start stand-alone webserver | 1201 serve start stand-alone webserver |
1216 status show changed files in the working directory | 1202 status show changed files in the working directory |
1217 summary summarize working directory state | 1203 summary summarize working directory state |
1218 update update working directory (or switch revisions) | 1204 update update working directory (or switch revisions) |
1219 | 1205 |
1220 (use 'hg help' for the full list of commands or 'hg -v' for details) | 1206 (use "hg help" for the full list of commands or "hg -v" for details) |
1221 [255] | 1207 [255] |
1222 | 1208 |
1223 Restore all of the evolution features | 1209 Restore all of the evolution features |
1224 | 1210 |
1225 $ cat >> $HGRCPATH <<EOF | 1211 $ cat >> $HGRCPATH <<EOF |