comparison resources/hg_usage.vim @ 42:2ab1b802c070

Updated completion file to latest version of Mercurial.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 14 Aug 2012 21:49:58 -0700
parents 8ad46beaa94e
children
comparison
equal deleted inserted replaced
41:decbefcf74db 42:2ab1b802c070
62 \'--number', 62 \'--number',
63 \'-c', 63 \'-c',
64 \'--changeset', 64 \'--changeset',
65 \'-l', 65 \'-l',
66 \'--line-number', 66 \'--line-number',
67 \'-w',
68 \'--ignore-all-space',
69 \'-b',
70 \'--ignore-space-change',
71 \'-B',
72 \'--ignore-blank-lines',
67 \'-I', 73 \'-I',
68 \'--include', 74 \'--include',
69 \'-X', 75 \'-X',
70 \'--exclude', 76 \'--exclude',
71 \], 77 \],
190 \], 196 \],
191 \'commit': [ 197 \'commit': [
192 \'-A', 198 \'-A',
193 \'--addremove', 199 \'--addremove',
194 \'--close-branch', 200 \'--close-branch',
201 \'--amend',
195 \'-I', 202 \'-I',
196 \'--include', 203 \'--include',
197 \'-X', 204 \'-X',
198 \'--exclude', 205 \'--exclude',
199 \'-m', 206 \'-m',
265 \'--include', 272 \'--include',
266 \'-X', 273 \'-X',
267 \'--exclude', 274 \'--exclude',
268 \], 275 \],
269 \'graft': [ 276 \'graft': [
277 \'-r',
278 \'--rev',
270 \'-c', 279 \'-c',
271 \'--continue', 280 \'--continue',
272 \'-e', 281 \'-e',
273 \'--edit', 282 \'--edit',
283 \'--log',
274 \'-D', 284 \'-D',
275 \'--currentdate', 285 \'--currentdate',
276 \'-U', 286 \'-U',
277 \'--currentuser', 287 \'--currentuser',
278 \'-d', 288 \'-d',
279 \'--date', 289 \'--date',
280 \'-u', 290 \'-u',
281 \'--user', 291 \'--user',
282 \'-t', 292 \'-t',
283 \'--tool', 293 \'--tool',
294 \'-n',
295 \'--dry-run',
284 \], 296 \],
285 \'grep': [ 297 \'grep': [
286 \'-0', 298 \'-0',
287 \'--print0', 299 \'--print0',
288 \'--all', 300 \'--all',
322 \'help': [ 334 \'help': [
323 \'-e', 335 \'-e',
324 \'--extension', 336 \'--extension',
325 \'-c', 337 \'-c',
326 \'--command', 338 \'--command',
339 \'-k',
340 \'--keyword',
327 \], 341 \],
328 \'identify': [ 342 \'identify': [
329 \'-r', 343 \'-r',
330 \'--rev', 344 \'--rev',
331 \'-n', 345 \'-n',
336 \'--branch', 350 \'--branch',
337 \'-t', 351 \'-t',
338 \'--tags', 352 \'--tags',
339 \'-B', 353 \'-B',
340 \'--bookmarks', 354 \'--bookmarks',
355 \'-e',
356 \'--ssh',
357 \'--remotecmd',
358 \'--insecure',
341 \], 359 \],
342 \'import': [ 360 \'import': [
343 \'-p', 361 \'-p',
344 \'--strip', 362 \'--strip',
345 \'-b', 363 \'-b',
382 \'-l', 400 \'-l',
383 \'--limit', 401 \'--limit',
384 \'-M', 402 \'-M',
385 \'--no-merges', 403 \'--no-merges',
386 \'--stat', 404 \'--stat',
405 \'-G',
406 \'--graph',
387 \'--style', 407 \'--style',
388 \'--template', 408 \'--template',
389 \'-e', 409 \'-e',
390 \'--ssh', 410 \'--ssh',
391 \'--remotecmd', 411 \'--remotecmd',
441 \'-l', 461 \'-l',
442 \'--limit', 462 \'--limit',
443 \'-M', 463 \'-M',
444 \'--no-merges', 464 \'--no-merges',
445 \'--stat', 465 \'--stat',
466 \'-G',
467 \'--graph',
446 \'--style', 468 \'--style',
447 \'--template', 469 \'--template',
448 \'-I', 470 \'-I',
449 \'--include', 471 \'--include',
450 \'-X', 472 \'-X',
483 \'-l', 505 \'-l',
484 \'--limit', 506 \'--limit',
485 \'-M', 507 \'-M',
486 \'--no-merges', 508 \'--no-merges',
487 \'--stat', 509 \'--stat',
510 \'-G',
511 \'--graph',
488 \'--style', 512 \'--style',
489 \'--template', 513 \'--template',
490 \'-e', 514 \'-e',
491 \'--ssh', 515 \'--ssh',
492 \'--remotecmd', 516 \'--remotecmd',
499 \'--rev', 523 \'--rev',
500 \'--style', 524 \'--style',
501 \'--template', 525 \'--template',
502 \], 526 \],
503 \'paths': [ 527 \'paths': [
528 \],
529 \'phase': [
530 \'-p',
531 \'--public',
532 \'-d',
533 \'--draft',
534 \'-s',
535 \'--secret',
536 \'-f',
537 \'--force',
538 \'-r',
539 \'--rev',
504 \], 540 \],
505 \'pull': [ 541 \'pull': [
506 \'-u', 542 \'-u',
507 \'--update', 543 \'--update',
508 \'-f', 544 \'-f',