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
> wanted & current (main - 8df389d0524863b85f484f15a91c5f2c40aefda1), available (main - e1fda19a57b873eb8e6ae37780594cbb77b70f1a)
85
90
"""
86
91
87
92
Scenario: Tag is updated in manifest
@@ -112,7 +117,8 @@ Feature: Checking dependencies from a git repository
112
117
Then the output shows
113
118
"""
114
119
Dfetch (0.11.0)
115
-
ext/test-repo-tag : wanted (v2.0), current (v1), available (v2.0)
120
+
ext/test-repo-tag:
121
+
> wanted (v2.0), current (v1), available (v2.0)
116
122
"""
117
123
118
124
Scenario: A local change is reported
@@ -133,8 +139,9 @@ Feature: Checking dependencies from a git repository
133
139
Then the output shows
134
140
"""
135
141
Dfetch (0.11.0)
136
-
SomeProject : 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'
> 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