Show More
@@ -393,58 +393,17 b' revisions (this was a very bad bug that ' | |||
|
393 | 393 | getting changed largefiles |
|
394 | 394 | 1 largefiles updated, 0 removed |
|
395 | 395 | saved backup bundle to $TESTTMP/e/.hg/strip-backup/f574fb32bb45-backup.hg (glob) |
|
396 | $ hg log | |
|
397 | changeset: 9:598410d3eb9a | |
|
398 | tag: tip | |
|
399 | user: test | |
|
400 | date: Thu Jan 01 00:00:00 1970 +0000 | |
|
401 | summary: modify normal file largefile in repo d | |
|
402 | ||
|
403 | changeset: 8:a381d2c8c80e | |
|
404 | user: test | |
|
405 | date: Thu Jan 01 00:00:00 1970 +0000 | |
|
406 | summary: modify normal file and largefile in repo b | |
|
407 | ||
|
408 | changeset: 7:daea875e9014 | |
|
409 | user: test | |
|
410 | date: Thu Jan 01 00:00:00 1970 +0000 | |
|
411 | summary: add/edit more largefiles | |
|
412 | ||
|
413 | changeset: 6:4355d653f84f | |
|
414 | user: test | |
|
415 | date: Thu Jan 01 00:00:00 1970 +0000 | |
|
416 | summary: edit files yet again | |
|
417 | ||
|
418 | changeset: 5:9d5af5072dbd | |
|
419 | user: test | |
|
420 | date: Thu Jan 01 00:00:00 1970 +0000 | |
|
421 | summary: edit files again | |
|
422 | ||
|
423 | changeset: 4:74c02385b94c | |
|
424 | user: test | |
|
425 | date: Thu Jan 01 00:00:00 1970 +0000 | |
|
426 | summary: move files | |
|
427 | ||
|
428 | changeset: 3:9e8fbc4bce62 | |
|
429 | user: test | |
|
430 | date: Thu Jan 01 00:00:00 1970 +0000 | |
|
431 | summary: copy files | |
|
432 | ||
|
433 | changeset: 2:51a0ae4d5864 | |
|
434 | user: test | |
|
435 | date: Thu Jan 01 00:00:00 1970 +0000 | |
|
436 | summary: remove files | |
|
437 | ||
|
438 | changeset: 1:ce8896473775 | |
|
439 | user: test | |
|
440 | date: Thu Jan 01 00:00:00 1970 +0000 | |
|
441 | summary: edit files | |
|
442 | ||
|
443 | changeset: 0:30d30fe6a5be | |
|
444 | user: test | |
|
445 | date: Thu Jan 01 00:00:00 1970 +0000 | |
|
446 | summary: add files | |
|
447 | ||
|
396 | $ hg log --template '{rev}:{node|short} {desc|firstline}\n' | |
|
397 | 9:598410d3eb9a modify normal file largefile in repo d | |
|
398 | 8:a381d2c8c80e modify normal file and largefile in repo b | |
|
399 | 7:daea875e9014 add/edit more largefiles | |
|
400 | 6:4355d653f84f edit files yet again | |
|
401 | 5:9d5af5072dbd edit files again | |
|
402 | 4:74c02385b94c move files | |
|
403 | 3:9e8fbc4bce62 copy files | |
|
404 | 2:51a0ae4d5864 remove files | |
|
405 | 1:ce8896473775 edit files | |
|
406 | 0:30d30fe6a5be add files | |
|
448 | 407 | $ cat normal3 |
|
449 | 408 | normal3-modified |
|
450 | 409 | $ cat sub/normal4 |
@@ -465,58 +424,17 b' Rollback on largefiles.' | |||
|
465 | 424 | working directory now based on revision 9 |
|
466 | 425 | $ hg st |
|
467 | 426 | M sub/large4 |
|
468 | $ hg log | |
|
469 | changeset: 9:598410d3eb9a | |
|
470 | tag: tip | |
|
471 | user: test | |
|
472 | date: Thu Jan 01 00:00:00 1970 +0000 | |
|
473 | summary: modify normal file largefile in repo d | |
|
474 | ||
|
475 | changeset: 8:a381d2c8c80e | |
|
476 | user: test | |
|
477 | date: Thu Jan 01 00:00:00 1970 +0000 | |
|
478 | summary: modify normal file and largefile in repo b | |
|
479 | ||
|
480 | changeset: 7:daea875e9014 | |
|
481 | user: test | |
|
482 | date: Thu Jan 01 00:00:00 1970 +0000 | |
|
483 | summary: add/edit more largefiles | |
|
484 | ||
|
485 | changeset: 6:4355d653f84f | |
|
486 | user: test | |
|
487 | date: Thu Jan 01 00:00:00 1970 +0000 | |
|
488 | summary: edit files yet again | |
|
489 | ||
|
490 | changeset: 5:9d5af5072dbd | |
|
491 | user: test | |
|
492 | date: Thu Jan 01 00:00:00 1970 +0000 | |
|
493 | summary: edit files again | |
|
494 | ||
|
495 | changeset: 4:74c02385b94c | |
|
496 | user: test | |
|
497 | date: Thu Jan 01 00:00:00 1970 +0000 | |
|
498 | summary: move files | |
|
499 | ||
|
500 | changeset: 3:9e8fbc4bce62 | |
|
501 | user: test | |
|
502 | date: Thu Jan 01 00:00:00 1970 +0000 | |
|
503 | summary: copy files | |
|
504 | ||
|
505 | changeset: 2:51a0ae4d5864 | |
|
506 | user: test | |
|
507 | date: Thu Jan 01 00:00:00 1970 +0000 | |
|
508 | summary: remove files | |
|
509 | ||
|
510 | changeset: 1:ce8896473775 | |
|
511 | user: test | |
|
512 | date: Thu Jan 01 00:00:00 1970 +0000 | |
|
513 | summary: edit files | |
|
514 | ||
|
515 | changeset: 0:30d30fe6a5be | |
|
516 | user: test | |
|
517 | date: Thu Jan 01 00:00:00 1970 +0000 | |
|
518 | summary: add files | |
|
519 | ||
|
427 | $ hg log --template '{rev}:{node|short} {desc|firstline}\n' | |
|
428 | 9:598410d3eb9a modify normal file largefile in repo d | |
|
429 | 8:a381d2c8c80e modify normal file and largefile in repo b | |
|
430 | 7:daea875e9014 add/edit more largefiles | |
|
431 | 6:4355d653f84f edit files yet again | |
|
432 | 5:9d5af5072dbd edit files again | |
|
433 | 4:74c02385b94c move files | |
|
434 | 3:9e8fbc4bce62 copy files | |
|
435 | 2:51a0ae4d5864 remove files | |
|
436 | 1:ce8896473775 edit files | |
|
437 | 0:30d30fe6a5be add files | |
|
520 | 438 | $ cat sub/large4 |
|
521 | 439 | large4-modified-again |
|
522 | 440 |
General Comments 0
You need to be logged in to leave comments.
Login now