##// END OF EJS Templates
shelve: directly handle the initial parent alignment...
shelve: directly handle the initial parent alignment Shelve is currently sub-contracting some of its work to the rebase extension. In order to make shelve more independent and flexible we would like shelve to handle the parent alignment directly. After this change, we no longer need to use rebase in shelve. Differential Revision: https://phab.mercurial-scm.org/D3693

File last commit:

r38592:050fbd9d default
r38637:c829749e default
Show More
test-convert-bzr-merges.t
144 lines | 4.6 KiB | text/troff | Tads3Lexer
/ tests / test-convert-bzr-merges.t
Gregory Szorc
tests: move '#require bzr' into .t files...
r26066 #require bzr
Matt Mackall
tests: unify test-convert-bzr-merges
r12516 N.B. bzr 1.13 has a bug that breaks this test. If you see this
test fail, check your bzr version. Upgrading to bzr 1.13.1
should fix it.
$ . "$TESTDIR/bzr-definitions"
test multiple merges at once
$ mkdir test-multimerge
$ cd test-multimerge
$ bzr init -q source
$ cd source
$ echo content > file
$ bzr add -q file
Matt Harbison
test-bzr: use a fixed commit time...
r38590 $ bzr commit -q -m 'Initial add' '--commit-time=2009-10-10 08:00:00 +0100'
Matt Mackall
tests: unify test-convert-bzr-merges
r12516 $ cd ..
$ bzr branch -q source source-branch1
$ cd source-branch1
$ echo morecontent >> file
$ echo evenmorecontent > file-branch1
$ bzr add -q file-branch1
Matt Harbison
test-bzr: use a fixed commit time...
r38590 $ bzr commit -q -m 'Added branch1 file' '--commit-time=2009-10-10 08:00:01 +0100'
Matt Mackall
tests: unify test-convert-bzr-merges
r12516 $ cd ../source
$ sleep 1
$ echo content > file-parent
$ bzr add -q file-parent
Matt Harbison
test-bzr: use a fixed commit time...
r38590 $ bzr commit -q -m 'Added parent file' '--commit-time=2009-10-10 08:00:02 +0100'
Matt Mackall
tests: unify test-convert-bzr-merges
r12516 $ cd ..
$ bzr branch -q source source-branch2
$ cd source-branch2
$ echo somecontent > file-branch2
$ bzr add -q file-branch2
Matt Harbison
test-bzr: use a fixed commit time...
r38590 $ bzr commit -q -m 'Added brach2 file' '--commit-time=2009-10-10 08:00:03 +0100'
Matt Mackall
tests: unify test-convert-bzr-merges
r12516 $ sleep 1
$ cd ../source
$ bzr merge -q ../source-branch1
$ bzr merge -q --force ../source-branch2
Matt Harbison
test-bzr: use a fixed commit time...
r38590 $ bzr commit -q -m 'Merged branches' '--commit-time=2009-10-10 08:00:04 +0100'
Matt Mackall
tests: unify test-convert-bzr-merges
r12516 $ cd ..
Matt Harbison
convert: add a config knob for not saving the bzr revision...
r38591 $ hg convert --datesort --config convert.bzr.saverev=False source source-hg
Matt Mackall
tests: unify test-convert-bzr-merges
r12516 initializing destination source-hg repository
scanning source...
sorting...
converting...
4 Initial add
3 Added branch1 file
2 Added parent file
1 Added brach2 file
0 Merged branches
$ glog -R source-hg
Patrick Mezard
convert/bzr: convert all branches (issue3229) (BC)...
r16060 o 5@source "(octopus merge fixup)" files:
Matt Mackall
tests: unify test-convert-bzr-merges
r12516 |\
Patrick Mezard
convert/bzr: convert all branches (issue3229) (BC)...
r16060 | o 4@source "Merged branches" files: file-branch2
Matt Mackall
tests: unify test-convert-bzr-merges
r12516 | |\
Patrick Mezard
convert/bzr: convert all branches (issue3229) (BC)...
r16060 o---+ 3@source-branch2 "Added brach2 file" files: file-branch2
Matt Mackall
tests: unify test-convert-bzr-merges
r12516 / /
Patrick Mezard
convert/bzr: convert all branches (issue3229) (BC)...
r16060 | o 2@source "Added parent file" files: file-parent
Matt Mackall
tests: unify test-convert-bzr-merges
r12516 | |
Patrick Mezard
convert/bzr: convert all branches (issue3229) (BC)...
r16060 o | 1@source-branch1 "Added branch1 file" files: file file-branch1
Matt Mackall
tests: unify test-convert-bzr-merges
r12516 |/
Patrick Mezard
convert/bzr: convert all branches (issue3229) (BC)...
r16060 o 0@source "Initial add" files: file
Matt Mackall
tests: unify test-convert-bzr-merges
r12516
$ manifest source-hg tip
% manifest of tip
644 file
644 file-branch1
644 file-branch2
644 file-parent
Mads Kiilerich
tests: add missing trailing 'cd ..'...
r16913
Matt Harbison
test-convert: demonstrate an unstable hash issue for bzr -> hg -> hg...
r38592 $ hg convert source-hg hg2hg
initializing destination hg2hg repository
scanning source...
sorting...
converting...
5 Initial add
4 Added branch1 file
3 Added parent file
2 Added brach2 file
1 Merged branches
0 (octopus merge fixup)
$ hg -R hg2hg out source-hg -T compact
comparing with source-hg
searching for changes
5[tip]:4,3 6bd55e826939 2009-10-10 08:00 +0100 foo
(octopus merge fixup)
XXX: The manifest lines should probably agree, to avoid changing the hash when
converting hg -> hg
$ hg -R source-hg log --debug -r tip
changeset: 5:b209510f11b2c987f920749cd8e352aa4b3230f2
branch: source
tag: tip
phase: draft
parent: 4:1dc38c377bb35eeea4fa955056fbe4440d54a743
parent: 3:4aaba1bfb426b8941bbf63f9dd52301152695164
manifest: 5:1109e42bdcbd1f51baa69bc91079011d77057dbb
user: Foo Bar <foo.bar@example.com>
date: Sat Oct 10 08:00:04 2009 +0100
extra: branch=source
description:
(octopus merge fixup)
$ hg -R hg2hg log --debug -r tip
changeset: 5:6bd55e8269392769783345686faf7ff7b3b0215d
branch: source
tag: tip
phase: draft
parent: 4:1dc38c377bb35eeea4fa955056fbe4440d54a743
parent: 3:4aaba1bfb426b8941bbf63f9dd52301152695164
manifest: 4:daa315d56a98ba20811fdd0d9d575861f65cfa8c
user: Foo Bar <foo.bar@example.com>
date: Sat Oct 10 08:00:04 2009 +0100
extra: branch=source
description:
(octopus merge fixup)
$ hg -R source-hg manifest --debug -r tip
cdf31ed9242b209cd94697112160e2c5b37a667d 644 file
5108144f585149b29779d7c7e51d61dd22303ffe 644 file-branch1
80753c4a9ac3806858405b96b24a907b309e3616 644 file-branch2
7108421418404a937c684d2479a34a24d2ce4757 644 file-parent
$ hg -R source-hg manifest --debug -r 'tip^'
cdf31ed9242b209cd94697112160e2c5b37a667d 644 file
5108144f585149b29779d7c7e51d61dd22303ffe 644 file-branch1
80753c4a9ac3806858405b96b24a907b309e3616 644 file-branch2
7108421418404a937c684d2479a34a24d2ce4757 644 file-parent
$ hg -R hg2hg manifest --debug -r tip
cdf31ed9242b209cd94697112160e2c5b37a667d 644 file
5108144f585149b29779d7c7e51d61dd22303ffe 644 file-branch1
80753c4a9ac3806858405b96b24a907b309e3616 644 file-branch2
7108421418404a937c684d2479a34a24d2ce4757 644 file-parent
$ hg -R hg2hg manifest --debug -r 'tip^'
cdf31ed9242b209cd94697112160e2c5b37a667d 644 file
5108144f585149b29779d7c7e51d61dd22303ffe 644 file-branch1
80753c4a9ac3806858405b96b24a907b309e3616 644 file-branch2
7108421418404a937c684d2479a34a24d2ce4757 644 file-parent
Mads Kiilerich
tests: add missing trailing 'cd ..'...
r16913 $ cd ..