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
And there are two things at play here: Firstly, we're not checking for R1 as wanted status. And if we did, we'd need to pick the last file name, not the first.
The text was updated successfully, but these errors were encountered:
mathjazz
changed the title
[sync] detect moved/renamed files in git as changed files
Detect moved/renamed files in git as changed files
Nov 10, 2021
mathjazz
added
P2
We want to ship it soon, possibly in the current quarter
and removed
P3
Default, possibly shipping in the following two quarters
labels
Nov 10, 2021
This issue was created automatically by a script.
Bug 1614915
Bug Reporter: @Pike
CC: @mathjazz
We had to move some files around for android-l10n, and sync didn't pick them up from vcs.
That's a bug in
get_changed_files
:pontoon/pontoon/sync/vcs/repositories.py
Lines 375 to 393 in 1266f64
The output of the git command is:
And there are two things at play here: Firstly, we're not checking for
R1
as wanted status. And if we did, we'd need to pick the last file name, not the first.The text was updated successfully, but these errors were encountered: