Mercurial > hg
comparison tests/test-largefiles.t @ 20306:fe8e254c7ad6 stable
merge default into stable for 2.9 code freeze
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Tue, 21 Jan 2014 14:30:06 -0600 |
parents | 8f412d034173 |
children | ea005e754c9c bc56ec9e64df |
comparison
equal
deleted
inserted
replaced
20213:8c69c69dbcd2 | 20306:fe8e254c7ad6 |
---|---|
975 Invoking status precommit hook | 975 Invoking status precommit hook |
976 M sub/normal4 | 976 M sub/normal4 |
977 M sub2/large6 | 977 M sub2/large6 |
978 saved backup bundle to $TESTTMP/d/.hg/strip-backup/f574fb32bb45-backup.hg (glob) | 978 saved backup bundle to $TESTTMP/d/.hg/strip-backup/f574fb32bb45-backup.hg (glob) |
979 0 largefiles cached | 979 0 largefiles cached |
980 nothing to rebase | 980 nothing to rebase - working directory parent is also destination |
981 $ [ -f .hg/largefiles/e166e74c7303192238d60af5a9c4ce9bef0b7928 ] | 981 $ [ -f .hg/largefiles/e166e74c7303192238d60af5a9c4ce9bef0b7928 ] |
982 $ hg log --template '{rev}:{node|short} {desc|firstline}\n' | 982 $ hg log --template '{rev}:{node|short} {desc|firstline}\n' |
983 9:598410d3eb9a modify normal file largefile in repo d | 983 9:598410d3eb9a modify normal file largefile in repo d |
984 8:a381d2c8c80e modify normal file and largefile in repo b | 984 8:a381d2c8c80e modify normal file and largefile in repo b |
985 7:daea875e9014 add/edit more largefiles | 985 7:daea875e9014 add/edit more largefiles |
1372 adding file changes | 1372 adding file changes |
1373 added 2 changesets with 4 changes to 4 files (+1 heads) | 1373 added 2 changesets with 4 changes to 4 files (+1 heads) |
1374 (run 'hg heads' to see heads, 'hg merge' to merge) | 1374 (run 'hg heads' to see heads, 'hg merge' to merge) |
1375 2 largefiles cached | 1375 2 largefiles cached |
1376 $ hg merge | 1376 $ hg merge |
1377 merging sub/large4 | |
1378 largefile sub/large4 has a merge conflict | 1377 largefile sub/large4 has a merge conflict |
1379 keep (l)ocal or take (o)ther? l | 1378 ancestor was 971fb41e78fea4f8e0ba5244784239371cb00591 |
1379 keep (l)ocal d846f26643bfa8ec210be40cc93cc6b7ff1128ea or | |
1380 take (o)ther e166e74c7303192238d60af5a9c4ce9bef0b7928? l | |
1380 3 files updated, 1 files merged, 0 files removed, 0 files unresolved | 1381 3 files updated, 1 files merged, 0 files removed, 0 files unresolved |
1381 (branch merge, don't forget to commit) | 1382 (branch merge, don't forget to commit) |
1382 getting changed largefiles | 1383 getting changed largefiles |
1383 1 largefiles updated, 0 removed | 1384 1 largefiles updated, 0 removed |
1384 $ hg commit -m "Merge repos e and f" | 1385 $ hg commit -m "Merge repos e and f" |
2254 > [extensions] | 2255 > [extensions] |
2255 > # enable locally | 2256 > # enable locally |
2256 > largefiles= | 2257 > largefiles= |
2257 > EOF | 2258 > EOF |
2258 $ hg -R enabledlocally root | 2259 $ hg -R enabledlocally root |
2259 $TESTTMP/individualenabling/enabledlocally | 2260 $TESTTMP/individualenabling/enabledlocally (glob) |
2260 $ hg -R notenabledlocally root | 2261 $ hg -R notenabledlocally root |
2261 abort: unknown repository format: requires features 'largefiles' (upgrade Mercurial)! | 2262 abort: unknown repository format: requires features 'largefiles' (upgrade Mercurial)! |
2262 [255] | 2263 [255] |
2263 | 2264 |
2264 $ hg init push-dst | 2265 $ hg init push-dst |