[Updated] D11714: tests: fix test-convert-git to work w/ "git pull" requiring strategy
spectral (Kyle Lippincott)
phabricator at mercurial-scm.org
Fri Oct 22 07:35:03 UTC 2021
Closed by commit rHGfd3d4b7f8e62: tests: fix test-convert-git to work w/ "git pull" requiring strategy (authored by spectral).
This revision was automatically updated to reflect the committed changes.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D11714?vs=30960&id=30978
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D11714/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D11714
AFFECTED FILES
tests/test-convert-git.t
CHANGE DETAILS
diff --git a/tests/test-convert-git.t b/tests/test-convert-git.t
--- a/tests/test-convert-git.t
+++ b/tests/test-convert-git.t
@@ -50,7 +50,7 @@
$ echo a >> a
$ commit -a -m t4.2
$ git checkout master >/dev/null 2>/dev/null
- $ git pull --no-commit . other > /dev/null 2>/dev/null
+ $ git pull --no-commit . other --no-rebase > /dev/null 2>/dev/null
$ commit -m 'Merge branch other'
$ cd ..
$ hg convert --config extensions.progress= --config progress.assume-tty=1 \
@@ -137,7 +137,7 @@
$ git add baz
$ commit -a -m 'add baz'
$ git checkout master >/dev/null 2>/dev/null
- $ git pull --no-commit . Bar Baz > /dev/null 2>/dev/null
+ $ git pull --no-commit . Bar Baz --no-rebase > /dev/null 2>/dev/null
$ commit -m 'Octopus merge'
$ echo bar >> bar
$ commit -a -m 'change bar'
@@ -145,7 +145,7 @@
$ echo >> foo
$ commit -a -m 'change foo'
$ git checkout master >/dev/null 2>/dev/null
- $ git pull --no-commit -s ours . Foo > /dev/null 2>/dev/null
+ $ git pull --no-commit -s ours . Foo --no-rebase > /dev/null 2>/dev/null
$ commit -m 'Discard change to foo'
$ cd ..
$ glog()
To: spectral, #hg-reviewers, Alphare
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20211022/32331e2d/attachment-0002.html>
More information about the Mercurial-patches
mailing list