We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c5e69 commit c3e67d9Copy full SHA for c3e67d9
rebase.py
@@ -253,7 +253,7 @@ def f(s):
253
return s[0] == 'checkinversion' and s[1] < date and filterBranches(s[2], True)
254
versions = list(filter(f, list(map(lambda x: x.split('|'), history.split('\n')))))
255
if not versions:
256
- print("It appears that you may be missing a branch in the includes section of your gitcc config for file '%s'." % added)
+ print("It appears that you may be missing a branch in the includes section of your gitcc config for file '%s'." % added)
257
continue
258
self._add(added, versions[0][2].strip())
259
0 commit comments