##// 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 Start with clean dirstates:
778 Start with clean dirstates:
779 $ hg up --quiet --clean --rev "8^"
779 $ hg up --quiet --clean --rev "8^"
780 $ sleep 1
780 $ sleep 1
781 $ cat large1
782 large1 in #3
781 $ hg st
783 $ hg st
784
782 Update standins without updating largefiles - large1 is modified and largeX is
785 Update standins without updating largefiles - large1 is modified and largeX is
783 added:
786 added:
784 $ cat << EOF > ../crashupdatelfiles.py
787 $ cat << EOF > ../crashupdatelfiles.py
@@ -790,12 +793,14 b' added:'
790 $ hg up -Cr "8" --config extensions.crashupdatelfiles=../crashupdatelfiles.py
793 $ hg up -Cr "8" --config extensions.crashupdatelfiles=../crashupdatelfiles.py
791 [254]
794 [254]
792 Check large1 content and status ... and that update will undo modifications:
795 Check large1 content and status ... and that update will undo modifications:
796 $ hg id
797 f1bf30eb88cc
793 $ cat large1
798 $ cat large1
794 large1 in #3
799 large1 in #3
795 $ hg st
800 $ hg st
796 M large1
801 M large1
797 ! largeX
802 ! largeX
798 $ hg up -Cr .
803 $ hg up -Cr 8
799 getting changed largefiles
804 getting changed largefiles
800 2 largefiles updated, 0 removed
805 2 largefiles updated, 0 removed
801 2 files updated, 0 files merged, 0 files removed, 0 files unresolved
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