Show More
@@ -50,7 +50,7 b' Remove the directory, then try to replac' | |||||
50 | $ echo a >> a |
|
50 | $ echo a >> a | |
51 | $ commit -a -m t4.2 |
|
51 | $ commit -a -m t4.2 | |
52 | $ git checkout master >/dev/null 2>/dev/null |
|
52 | $ git checkout master >/dev/null 2>/dev/null | |
53 | $ git pull --no-commit . other > /dev/null 2>/dev/null |
|
53 | $ git pull --no-commit . other --no-rebase > /dev/null 2>/dev/null | |
54 | $ commit -m 'Merge branch other' |
|
54 | $ commit -m 'Merge branch other' | |
55 | $ cd .. |
|
55 | $ cd .. | |
56 | $ hg convert --config extensions.progress= --config progress.assume-tty=1 \ |
|
56 | $ hg convert --config extensions.progress= --config progress.assume-tty=1 \ | |
@@ -137,7 +137,7 b' Remove the directory, then try to replac' | |||||
137 | $ git add baz |
|
137 | $ git add baz | |
138 | $ commit -a -m 'add baz' |
|
138 | $ commit -a -m 'add baz' | |
139 | $ git checkout master >/dev/null 2>/dev/null |
|
139 | $ git checkout master >/dev/null 2>/dev/null | |
140 | $ git pull --no-commit . Bar Baz > /dev/null 2>/dev/null |
|
140 | $ git pull --no-commit . Bar Baz --no-rebase > /dev/null 2>/dev/null | |
141 | $ commit -m 'Octopus merge' |
|
141 | $ commit -m 'Octopus merge' | |
142 | $ echo bar >> bar |
|
142 | $ echo bar >> bar | |
143 | $ commit -a -m 'change bar' |
|
143 | $ commit -a -m 'change bar' | |
@@ -145,7 +145,7 b' Remove the directory, then try to replac' | |||||
145 | $ echo >> foo |
|
145 | $ echo >> foo | |
146 | $ commit -a -m 'change foo' |
|
146 | $ commit -a -m 'change foo' | |
147 | $ git checkout master >/dev/null 2>/dev/null |
|
147 | $ git checkout master >/dev/null 2>/dev/null | |
148 | $ git pull --no-commit -s ours . Foo > /dev/null 2>/dev/null |
|
148 | $ git pull --no-commit -s ours . Foo --no-rebase > /dev/null 2>/dev/null | |
149 | $ commit -m 'Discard change to foo' |
|
149 | $ commit -m 'Discard change to foo' | |
150 | $ cd .. |
|
150 | $ cd .. | |
151 | $ glog() |
|
151 | $ glog() |
General Comments 0
You need to be logged in to leave comments.
Login now