##// END OF EJS Templates
hgweb help: split up long lines (in generated output)
Dan Villiom Podlaski Christiansen -
r18745:3c7c25fa default
parent child Browse files
Show More
@@ -13,7 +13,14 b' graph = ../paper/graph.tmpl'
13 13 help = ../paper/help.tmpl
14 14 helptopics = ../paper/helptopics.tmpl
15 15
16 helpentry = '<tr><td><a href="{url|urlescape}help/{topic|escape}{sessionvars%urlparameter}">{topic|escape}</a></td><td>{summary|escape}</td></tr>'
16 helpentry = '
17 <tr><td>
18 <a href="{url|urlescape}help/{topic|escape}{sessionvars%urlparameter}">
19 {topic|escape}
20 </a>
21 </td><td>
22 {summary|escape}
23 </td></tr>'
17 24
18 25 naventry = '<a href="{url|urlescape}log/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
19 26 navshortentry = '<a href="{url|urlescape}shortlog/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
@@ -11,7 +11,14 b' notfound = notfound.tmpl'
11 11 help = help.tmpl
12 12 helptopics = helptopics.tmpl
13 13
14 helpentry = '<tr><td><a href="{url|urlescape}help/{topic|escape}{sessionvars%urlparameter}">{topic|escape}</a></td><td>{summary|escape}</td></tr>'
14 helpentry = '
15 <tr><td>
16 <a href="{url|urlescape}help/{topic|escape}{sessionvars%urlparameter}">
17 {topic|escape}
18 </a>
19 </td><td>
20 {summary|escape}
21 </td></tr>'
15 22
16 23 naventry = '<a href="{url|urlescape}log/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
17 24 navshortentry = '<a href="{url|urlescape}shortlog/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
@@ -11,7 +11,14 b' notfound = notfound.tmpl'
11 11 help = help.tmpl
12 12 helptopics = helptopics.tmpl
13 13
14 helpentry = '<tr><td><a href="{url|urlescape}help/{topic|escape}{sessionvars%urlparameter}">{topic|escape}</a></td><td>{summary|escape}</td></tr>'
14 helpentry = '
15 <tr><td>
16 <a href="{url|urlescape}help/{topic|escape}{sessionvars%urlparameter}">
17 {topic|escape}
18 </a>
19 </td><td>
20 {summary|escape}
21 </td></tr>'
15 22
16 23 naventry = '<a href="{url|urlescape}log/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
17 24 navshortentry = '<a href="{url|urlescape}shortlog/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
@@ -12,7 +12,14 b' graph = graph.tmpl'
12 12 help = help.tmpl
13 13 helptopics = helptopics.tmpl
14 14
15 helpentry = '<tr><td><a href="{url|urlescape}help/{topic|escape}{sessionvars%urlparameter}">{topic|escape}</a></td><td>{summary|escape}</td></tr>'
15 helpentry = '
16 <tr><td>
17 <a href="{url|urlescape}help/{topic|escape}{sessionvars%urlparameter}">
18 {topic|escape}
19 </a>
20 </td><td>
21 {summary|escape}
22 </td></tr>'
16 23
17 24 naventry = '<a href="{url|urlescape}log/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
18 25 navshortentry = '<a href="{url|urlescape}shortlog/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
This diff has been collapsed as it changes many lines, (517 lines changed) Show them Hide them
@@ -931,13 +931,524 b' Dish up an empty repo; serve it cold.'
931 931 </form>
932 932 <table class="bigtable">
933 933 <tr><td colspan="2"><h2><a name="main" href="#topics">Topics</a></h2></td></tr>
934 <tr><td><a href="/help/config">config</a></td><td>Configuration Files</td></tr><tr><td><a href="/help/dates">dates</a></td><td>Date Formats</td></tr><tr><td><a href="/help/diffs">diffs</a></td><td>Diff Formats</td></tr><tr><td><a href="/help/environment">environment</a></td><td>Environment Variables</td></tr><tr><td><a href="/help/extensions">extensions</a></td><td>Using Additional Features</td></tr><tr><td><a href="/help/filesets">filesets</a></td><td>Specifying File Sets</td></tr><tr><td><a href="/help/glossary">glossary</a></td><td>Glossary</td></tr><tr><td><a href="/help/hgignore">hgignore</a></td><td>Syntax for Mercurial Ignore Files</td></tr><tr><td><a href="/help/hgweb">hgweb</a></td><td>Configuring hgweb</td></tr><tr><td><a href="/help/merge-tools">merge-tools</a></td><td>Merge Tools</td></tr><tr><td><a href="/help/multirevs">multirevs</a></td><td>Specifying Multiple Revisions</td></tr><tr><td><a href="/help/patterns">patterns</a></td><td>File Name Patterns</td></tr><tr><td><a href="/help/phases">phases</a></td><td>Working with Phases</td></tr><tr><td><a href="/help/revisions">revisions</a></td><td>Specifying Single Revisions</td></tr><tr><td><a href="/help/revsets">revsets</a></td><td>Specifying Revision Sets</td></tr><tr><td><a href="/help/subrepos">subrepos</a></td><td>Subrepositories</td></tr><tr><td><a href="/help/templating">templating</a></td><td>Template Usage</td></tr><tr><td><a href="/help/urls">urls</a></td><td>URL Paths</td></tr><tr><td><a href="/help/topic-containing-verbose">topic-containing-verbose</a></td><td>This is the topic to test omit indicating.</td></tr>
934
935 <tr><td>
936 <a href="/help/config">
937 config
938 </a>
939 </td><td>
940 Configuration Files
941 </td></tr>
942 <tr><td>
943 <a href="/help/dates">
944 dates
945 </a>
946 </td><td>
947 Date Formats
948 </td></tr>
949 <tr><td>
950 <a href="/help/diffs">
951 diffs
952 </a>
953 </td><td>
954 Diff Formats
955 </td></tr>
956 <tr><td>
957 <a href="/help/environment">
958 environment
959 </a>
960 </td><td>
961 Environment Variables
962 </td></tr>
963 <tr><td>
964 <a href="/help/extensions">
965 extensions
966 </a>
967 </td><td>
968 Using Additional Features
969 </td></tr>
970 <tr><td>
971 <a href="/help/filesets">
972 filesets
973 </a>
974 </td><td>
975 Specifying File Sets
976 </td></tr>
977 <tr><td>
978 <a href="/help/glossary">
979 glossary
980 </a>
981 </td><td>
982 Glossary
983 </td></tr>
984 <tr><td>
985 <a href="/help/hgignore">
986 hgignore
987 </a>
988 </td><td>
989 Syntax for Mercurial Ignore Files
990 </td></tr>
991 <tr><td>
992 <a href="/help/hgweb">
993 hgweb
994 </a>
995 </td><td>
996 Configuring hgweb
997 </td></tr>
998 <tr><td>
999 <a href="/help/merge-tools">
1000 merge-tools
1001 </a>
1002 </td><td>
1003 Merge Tools
1004 </td></tr>
1005 <tr><td>
1006 <a href="/help/multirevs">
1007 multirevs
1008 </a>
1009 </td><td>
1010 Specifying Multiple Revisions
1011 </td></tr>
1012 <tr><td>
1013 <a href="/help/patterns">
1014 patterns
1015 </a>
1016 </td><td>
1017 File Name Patterns
1018 </td></tr>
1019 <tr><td>
1020 <a href="/help/phases">
1021 phases
1022 </a>
1023 </td><td>
1024 Working with Phases
1025 </td></tr>
1026 <tr><td>
1027 <a href="/help/revisions">
1028 revisions
1029 </a>
1030 </td><td>
1031 Specifying Single Revisions
1032 </td></tr>
1033 <tr><td>
1034 <a href="/help/revsets">
1035 revsets
1036 </a>
1037 </td><td>
1038 Specifying Revision Sets
1039 </td></tr>
1040 <tr><td>
1041 <a href="/help/subrepos">
1042 subrepos
1043 </a>
1044 </td><td>
1045 Subrepositories
1046 </td></tr>
1047 <tr><td>
1048 <a href="/help/templating">
1049 templating
1050 </a>
1051 </td><td>
1052 Template Usage
1053 </td></tr>
1054 <tr><td>
1055 <a href="/help/urls">
1056 urls
1057 </a>
1058 </td><td>
1059 URL Paths
1060 </td></tr>
1061 <tr><td>
1062 <a href="/help/topic-containing-verbose">
1063 topic-containing-verbose
1064 </a>
1065 </td><td>
1066 This is the topic to test omit indicating.
1067 </td></tr>
935 1068
936 1069 <tr><td colspan="2"><h2><a name="main" href="#main">Main Commands</a></h2></td></tr>
937 <tr><td><a href="/help/add">add</a></td><td>add the specified files on the next commit</td></tr><tr><td><a href="/help/annotate">annotate</a></td><td>show changeset information by line for each file</td></tr><tr><td><a href="/help/clone">clone</a></td><td>make a copy of an existing repository</td></tr><tr><td><a href="/help/commit">commit</a></td><td>commit the specified files or all outstanding changes</td></tr><tr><td><a href="/help/diff">diff</a></td><td>diff repository (or selected files)</td></tr><tr><td><a href="/help/export">export</a></td><td>dump the header and diffs for one or more changesets</td></tr><tr><td><a href="/help/forget">forget</a></td><td>forget the specified files on the next commit</td></tr><tr><td><a href="/help/init">init</a></td><td>create a new repository in the given directory</td></tr><tr><td><a href="/help/log">log</a></td><td>show revision history of entire repository or files</td></tr><tr><td><a href="/help/merge">merge</a></td><td>merge working directory with another revision</td></tr><tr><td><a href="/help/pull">pull</a></td><td>pull changes from the specified source</td></tr><tr><td><a href="/help/push">push</a></td><td>push changes to the specified destination</td></tr><tr><td><a href="/help/remove">remove</a></td><td>remove the specified files on the next commit</td></tr><tr><td><a href="/help/serve">serve</a></td><td>start stand-alone webserver</td></tr><tr><td><a href="/help/status">status</a></td><td>show changed files in the working directory</td></tr><tr><td><a href="/help/summary">summary</a></td><td>summarize working directory state</td></tr><tr><td><a href="/help/update">update</a></td><td>update working directory (or switch revisions)</td></tr>
1070
1071 <tr><td>
1072 <a href="/help/add">
1073 add
1074 </a>
1075 </td><td>
1076 add the specified files on the next commit
1077 </td></tr>
1078 <tr><td>
1079 <a href="/help/annotate">
1080 annotate
1081 </a>
1082 </td><td>
1083 show changeset information by line for each file
1084 </td></tr>
1085 <tr><td>
1086 <a href="/help/clone">
1087 clone
1088 </a>
1089 </td><td>
1090 make a copy of an existing repository
1091 </td></tr>
1092 <tr><td>
1093 <a href="/help/commit">
1094 commit
1095 </a>
1096 </td><td>
1097 commit the specified files or all outstanding changes
1098 </td></tr>
1099 <tr><td>
1100 <a href="/help/diff">
1101 diff
1102 </a>
1103 </td><td>
1104 diff repository (or selected files)
1105 </td></tr>
1106 <tr><td>
1107 <a href="/help/export">
1108 export
1109 </a>
1110 </td><td>
1111 dump the header and diffs for one or more changesets
1112 </td></tr>
1113 <tr><td>
1114 <a href="/help/forget">
1115 forget
1116 </a>
1117 </td><td>
1118 forget the specified files on the next commit
1119 </td></tr>
1120 <tr><td>
1121 <a href="/help/init">
1122 init
1123 </a>
1124 </td><td>
1125 create a new repository in the given directory
1126 </td></tr>
1127 <tr><td>
1128 <a href="/help/log">
1129 log
1130 </a>
1131 </td><td>
1132 show revision history of entire repository or files
1133 </td></tr>
1134 <tr><td>
1135 <a href="/help/merge">
1136 merge
1137 </a>
1138 </td><td>
1139 merge working directory with another revision
1140 </td></tr>
1141 <tr><td>
1142 <a href="/help/pull">
1143 pull
1144 </a>
1145 </td><td>
1146 pull changes from the specified source
1147 </td></tr>
1148 <tr><td>
1149 <a href="/help/push">
1150 push
1151 </a>
1152 </td><td>
1153 push changes to the specified destination
1154 </td></tr>
1155 <tr><td>
1156 <a href="/help/remove">
1157 remove
1158 </a>
1159 </td><td>
1160 remove the specified files on the next commit
1161 </td></tr>
1162 <tr><td>
1163 <a href="/help/serve">
1164 serve
1165 </a>
1166 </td><td>
1167 start stand-alone webserver
1168 </td></tr>
1169 <tr><td>
1170 <a href="/help/status">
1171 status
1172 </a>
1173 </td><td>
1174 show changed files in the working directory
1175 </td></tr>
1176 <tr><td>
1177 <a href="/help/summary">
1178 summary
1179 </a>
1180 </td><td>
1181 summarize working directory state
1182 </td></tr>
1183 <tr><td>
1184 <a href="/help/update">
1185 update
1186 </a>
1187 </td><td>
1188 update working directory (or switch revisions)
1189 </td></tr>
938 1190
939 1191 <tr><td colspan="2"><h2><a name="other" href="#other">Other Commands</a></h2></td></tr>
940 <tr><td><a href="/help/addremove">addremove</a></td><td>add all new files, delete all missing files</td></tr><tr><td><a href="/help/archive">archive</a></td><td>create an unversioned archive of a repository revision</td></tr><tr><td><a href="/help/backout">backout</a></td><td>reverse effect of earlier changeset</td></tr><tr><td><a href="/help/bisect">bisect</a></td><td>subdivision search of changesets</td></tr><tr><td><a href="/help/bookmarks">bookmarks</a></td><td>track a line of development with movable markers</td></tr><tr><td><a href="/help/branch">branch</a></td><td>set or show the current branch name</td></tr><tr><td><a href="/help/branches">branches</a></td><td>list repository named branches</td></tr><tr><td><a href="/help/bundle">bundle</a></td><td>create a changegroup file</td></tr><tr><td><a href="/help/cat">cat</a></td><td>output the current or given revision of files</td></tr><tr><td><a href="/help/copy">copy</a></td><td>mark files as copied for the next commit</td></tr><tr><td><a href="/help/graft">graft</a></td><td>copy changes from other branches onto the current branch</td></tr><tr><td><a href="/help/grep">grep</a></td><td>search for a pattern in specified files and revisions</td></tr><tr><td><a href="/help/heads">heads</a></td><td>show current repository heads or show branch heads</td></tr><tr><td><a href="/help/help">help</a></td><td>show help for a given topic or a help overview</td></tr><tr><td><a href="/help/identify">identify</a></td><td>identify the working copy or specified revision</td></tr><tr><td><a href="/help/import">import</a></td><td>import an ordered set of patches</td></tr><tr><td><a href="/help/incoming">incoming</a></td><td>show new changesets found in source</td></tr><tr><td><a href="/help/locate">locate</a></td><td>locate files matching specific patterns</td></tr><tr><td><a href="/help/manifest">manifest</a></td><td>output the current or given revision of the project manifest</td></tr><tr><td><a href="/help/nohelp">nohelp</a></td><td>(no help text available)</td></tr><tr><td><a href="/help/outgoing">outgoing</a></td><td>show changesets not found in the destination</td></tr><tr><td><a href="/help/parents">parents</a></td><td>show the parents of the working directory or revision</td></tr><tr><td><a href="/help/paths">paths</a></td><td>show aliases for remote repositories</td></tr><tr><td><a href="/help/phase">phase</a></td><td>set or show the current phase name</td></tr><tr><td><a href="/help/recover">recover</a></td><td>roll back an interrupted transaction</td></tr><tr><td><a href="/help/rename">rename</a></td><td>rename files; equivalent of copy + remove</td></tr><tr><td><a href="/help/resolve">resolve</a></td><td>redo merges or set/view the merge status of files</td></tr><tr><td><a href="/help/revert">revert</a></td><td>restore files to their checkout state</td></tr><tr><td><a href="/help/rollback">rollback</a></td><td>roll back the last transaction (dangerous)</td></tr><tr><td><a href="/help/root">root</a></td><td>print the root (top) of the current working directory</td></tr><tr><td><a href="/help/showconfig">showconfig</a></td><td>show combined config settings from all hgrc files</td></tr><tr><td><a href="/help/tag">tag</a></td><td>add one or more tags for the current or given revision</td></tr><tr><td><a href="/help/tags">tags</a></td><td>list repository tags</td></tr><tr><td><a href="/help/tip">tip</a></td><td>show the tip revision</td></tr><tr><td><a href="/help/unbundle">unbundle</a></td><td>apply one or more changegroup files</td></tr><tr><td><a href="/help/verify">verify</a></td><td>verify the integrity of the repository</td></tr><tr><td><a href="/help/version">version</a></td><td>output version and copyright information</td></tr>
1192
1193 <tr><td>
1194 <a href="/help/addremove">
1195 addremove
1196 </a>
1197 </td><td>
1198 add all new files, delete all missing files
1199 </td></tr>
1200 <tr><td>
1201 <a href="/help/archive">
1202 archive
1203 </a>
1204 </td><td>
1205 create an unversioned archive of a repository revision
1206 </td></tr>
1207 <tr><td>
1208 <a href="/help/backout">
1209 backout
1210 </a>
1211 </td><td>
1212 reverse effect of earlier changeset
1213 </td></tr>
1214 <tr><td>
1215 <a href="/help/bisect">
1216 bisect
1217 </a>
1218 </td><td>
1219 subdivision search of changesets
1220 </td></tr>
1221 <tr><td>
1222 <a href="/help/bookmarks">
1223 bookmarks
1224 </a>
1225 </td><td>
1226 track a line of development with movable markers
1227 </td></tr>
1228 <tr><td>
1229 <a href="/help/branch">
1230 branch
1231 </a>
1232 </td><td>
1233 set or show the current branch name
1234 </td></tr>
1235 <tr><td>
1236 <a href="/help/branches">
1237 branches
1238 </a>
1239 </td><td>
1240 list repository named branches
1241 </td></tr>
1242 <tr><td>
1243 <a href="/help/bundle">
1244 bundle
1245 </a>
1246 </td><td>
1247 create a changegroup file
1248 </td></tr>
1249 <tr><td>
1250 <a href="/help/cat">
1251 cat
1252 </a>
1253 </td><td>
1254 output the current or given revision of files
1255 </td></tr>
1256 <tr><td>
1257 <a href="/help/copy">
1258 copy
1259 </a>
1260 </td><td>
1261 mark files as copied for the next commit
1262 </td></tr>
1263 <tr><td>
1264 <a href="/help/graft">
1265 graft
1266 </a>
1267 </td><td>
1268 copy changes from other branches onto the current branch
1269 </td></tr>
1270 <tr><td>
1271 <a href="/help/grep">
1272 grep
1273 </a>
1274 </td><td>
1275 search for a pattern in specified files and revisions
1276 </td></tr>
1277 <tr><td>
1278 <a href="/help/heads">
1279 heads
1280 </a>
1281 </td><td>
1282 show current repository heads or show branch heads
1283 </td></tr>
1284 <tr><td>
1285 <a href="/help/help">
1286 help
1287 </a>
1288 </td><td>
1289 show help for a given topic or a help overview
1290 </td></tr>
1291 <tr><td>
1292 <a href="/help/identify">
1293 identify
1294 </a>
1295 </td><td>
1296 identify the working copy or specified revision
1297 </td></tr>
1298 <tr><td>
1299 <a href="/help/import">
1300 import
1301 </a>
1302 </td><td>
1303 import an ordered set of patches
1304 </td></tr>
1305 <tr><td>
1306 <a href="/help/incoming">
1307 incoming
1308 </a>
1309 </td><td>
1310 show new changesets found in source
1311 </td></tr>
1312 <tr><td>
1313 <a href="/help/locate">
1314 locate
1315 </a>
1316 </td><td>
1317 locate files matching specific patterns
1318 </td></tr>
1319 <tr><td>
1320 <a href="/help/manifest">
1321 manifest
1322 </a>
1323 </td><td>
1324 output the current or given revision of the project manifest
1325 </td></tr>
1326 <tr><td>
1327 <a href="/help/nohelp">
1328 nohelp
1329 </a>
1330 </td><td>
1331 (no help text available)
1332 </td></tr>
1333 <tr><td>
1334 <a href="/help/outgoing">
1335 outgoing
1336 </a>
1337 </td><td>
1338 show changesets not found in the destination
1339 </td></tr>
1340 <tr><td>
1341 <a href="/help/parents">
1342 parents
1343 </a>
1344 </td><td>
1345 show the parents of the working directory or revision
1346 </td></tr>
1347 <tr><td>
1348 <a href="/help/paths">
1349 paths
1350 </a>
1351 </td><td>
1352 show aliases for remote repositories
1353 </td></tr>
1354 <tr><td>
1355 <a href="/help/phase">
1356 phase
1357 </a>
1358 </td><td>
1359 set or show the current phase name
1360 </td></tr>
1361 <tr><td>
1362 <a href="/help/recover">
1363 recover
1364 </a>
1365 </td><td>
1366 roll back an interrupted transaction
1367 </td></tr>
1368 <tr><td>
1369 <a href="/help/rename">
1370 rename
1371 </a>
1372 </td><td>
1373 rename files; equivalent of copy + remove
1374 </td></tr>
1375 <tr><td>
1376 <a href="/help/resolve">
1377 resolve
1378 </a>
1379 </td><td>
1380 redo merges or set/view the merge status of files
1381 </td></tr>
1382 <tr><td>
1383 <a href="/help/revert">
1384 revert
1385 </a>
1386 </td><td>
1387 restore files to their checkout state
1388 </td></tr>
1389 <tr><td>
1390 <a href="/help/rollback">
1391 rollback
1392 </a>
1393 </td><td>
1394 roll back the last transaction (dangerous)
1395 </td></tr>
1396 <tr><td>
1397 <a href="/help/root">
1398 root
1399 </a>
1400 </td><td>
1401 print the root (top) of the current working directory
1402 </td></tr>
1403 <tr><td>
1404 <a href="/help/showconfig">
1405 showconfig
1406 </a>
1407 </td><td>
1408 show combined config settings from all hgrc files
1409 </td></tr>
1410 <tr><td>
1411 <a href="/help/tag">
1412 tag
1413 </a>
1414 </td><td>
1415 add one or more tags for the current or given revision
1416 </td></tr>
1417 <tr><td>
1418 <a href="/help/tags">
1419 tags
1420 </a>
1421 </td><td>
1422 list repository tags
1423 </td></tr>
1424 <tr><td>
1425 <a href="/help/tip">
1426 tip
1427 </a>
1428 </td><td>
1429 show the tip revision
1430 </td></tr>
1431 <tr><td>
1432 <a href="/help/unbundle">
1433 unbundle
1434 </a>
1435 </td><td>
1436 apply one or more changegroup files
1437 </td></tr>
1438 <tr><td>
1439 <a href="/help/verify">
1440 verify
1441 </a>
1442 </td><td>
1443 verify the integrity of the repository
1444 </td></tr>
1445 <tr><td>
1446 <a href="/help/version">
1447 version
1448 </a>
1449 </td><td>
1450 output version and copyright information
1451 </td></tr>
941 1452 </table>
942 1453 </div>
943 1454 </div>
General Comments 0
You need to be logged in to leave comments. Login now