##// END OF EJS Templates
shrink: delete extension preventing further refactoring (BC)...
Benoit Boissinot -
r19205:94a22595 default
parent child Browse files
Show More
@@ -103,34 +103,6 b' Compare repos:'
103 no changes found
103 no changes found
104 [1]
104 [1]
105
105
106
107 #if hardlink
108
109 Test shrink-revlog:
110 $ cd repo-a
111 $ hg --config extensions.shrink="$CONTRIBDIR/shrink-revlog.py" shrink
112 shrinking $TESTTMP/repo-a/.hg/store/00manifest.i (glob)
113 reading revs
114 sorting revs
115 writing revs
116 old file size: 324 bytes ( 0.0 MiB)
117 new file size: 324 bytes ( 0.0 MiB)
118 shrinkage: 0.0% (1.0x)
119 note: old revlog saved in:
120 $TESTTMP/repo-a/.hg/store/00manifest.i.old (glob)
121 $TESTTMP/repo-a/.hg/store/00manifest.d.old (glob)
122 (You can delete those files when you are satisfied that your
123 repository is still sane. Running 'hg verify' is strongly recommended.)
124 $ hg verify
125 checking changesets
126 checking manifests
127 crosschecking files in changesets and manifests
128 checking files
129 1 files, 3 changesets, 3 total revisions
130 $ cd ..
131
132 #endif
133
134 Test simplemerge command:
106 Test simplemerge command:
135
107
136 $ cp "$CONTRIBDIR/simplemerge" .
108 $ cp "$CONTRIBDIR/simplemerge" .
1 NO CONTENT: file was removed
NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now