You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -136,7 +136,7 @@ Feature: Checking dependencies from an archive
136
136
When I run "dfetch check SomeProject" in MyProject
137
137
Then the output shows
138
138
"""
139
-
Dfetch (0.14.0)
139
+
Dfetch (0.13.0)
140
140
SomeProject:
141
141
> Local changes were detected, please generate a patch using 'dfetch diff SomeProject' and add it to your manifest using 'patch:'. Alternatively overwrite the local changes with 'dfetch update --force SomeProject'
@@ -116,7 +116,7 @@ Feature: Checking dependencies from a git repository
116
116
And I run "dfetch check"
117
117
Then the output shows
118
118
"""
119
-
Dfetch (0.14.0)
119
+
Dfetch (0.13.0)
120
120
ext/test-repo-tag:
121
121
> wanted (v2.0), current (v1), available (v2.0)
122
122
"""
@@ -138,7 +138,7 @@ Feature: Checking dependencies from a git repository
138
138
When I run "dfetch check SomeProject"
139
139
Then the output shows
140
140
"""
141
-
Dfetch (0.14.0)
141
+
Dfetch (0.13.0)
142
142
SomeProject:
143
143
> Local changes were detected, please generate a patch using 'dfetch diff SomeProject' and add it to your manifest using 'patch:'. Alternatively overwrite the local changes with 'dfetch update --force SomeProject'
0 commit comments