<pre style='margin:0'>
Lawrence Velázquez (larryv) pushed a commit to branch master
in repository macports-base.

</pre>
<p><a href="https://github.com/macports/macports-base/commit/f4f2fbf9062ef8b365b2e291f34889f83883f7f0">https://github.com/macports/macports-base/commit/f4f2fbf9062ef8b365b2e291f34889f83883f7f0</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new f4f2fbf  Update Git autostash test w/ new version requirement
</span>f4f2fbf is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f4f2fbf9062ef8b365b2e291f34889f83883f7f0
</span>Author: Lawrence Velázquez <larryv@macports.org>
AuthorDate: Mon Nov 7 16:21:55 2016 -0500

<span style='display:block; white-space:pre;color:#404040;'>    Update Git autostash test w/ new version requirement
</span>---
 src/macports1.0/tests/macports.test | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/src/macports1.0/tests/macports.test b/src/macports1.0/tests/macports.test
</span><span style='display:block; white-space:pre;color:#808080;'>index 62af19a..71e9f66 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/src/macports1.0/tests/macports.test
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/src/macports1.0/tests/macports.test
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -758,17 +758,17 @@ set git_vcsupdate_cleanup {
</span> }
 
 test GetVCSUpdateCmd-git {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    Tests GetVCSUpdateCmd on a valid Git repository with Git >= 1.8.4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    Tests GetVCSUpdateCmd on a valid Git repository with Git >= 2.9.0
</span> } -constraints {
     hasGit
 } -setup $git_vcsupdate_fixture -body {
     global gitversion
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    set gitversion "1.8.6"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set gitversion "2.10.1"
</span>     string map [list $git GIT $repo REPO] [macports::GetVCSUpdateCmd $repo]
 } -cleanup $git_vcsupdate_cleanup -result {Git {GIT pull --rebase --autostash} REPO}
 
 test GetVCSUpdateCmd-git-noautostash {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    Tests GetVCSUpdateCmd on a valid Git repository with Git < 1.8.4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    Tests GetVCSUpdateCmd on a valid Git repository with Git < 2.9.0
</span> } -constraints {
     hasGit
 } -setup $git_vcsupdate_fixture -body {
</pre><pre style='margin:0'>

</pre>