##// END OF EJS Templates
large-files: prepare a test for more changes...
marmoute -
r50999:7989646f default
parent child Browse files
Show More
@@ -778,7 +778,10 b" hashes reveals it isn't clean."
778 778 Start with clean dirstates:
779 779 $ hg up --quiet --clean --rev "8^"
780 780 $ sleep 1
781 $ cat large1
782 large1 in #3
781 783 $ hg st
784
782 785 Update standins without updating largefiles - large1 is modified and largeX is
783 786 added:
784 787 $ cat << EOF > ../crashupdatelfiles.py
@@ -790,12 +793,14 b' added:'
790 793 $ hg up -Cr "8" --config extensions.crashupdatelfiles=../crashupdatelfiles.py
791 794 [254]
792 795 Check large1 content and status ... and that update will undo modifications:
796 $ hg id
797 f1bf30eb88cc
793 798 $ cat large1
794 799 large1 in #3
795 800 $ hg st
796 801 M large1
797 802 ! largeX
798 $ hg up -Cr .
803 $ hg up -Cr 8
799 804 getting changed largefiles
800 805 2 largefiles updated, 0 removed
801 806 2 files updated, 0 files merged, 0 files removed, 0 files unresolved
General Comments 0
You need to be logged in to leave comments. Login now