Files
@ 701f0a3f9616
Branch filter:
Location: kallithea/scripts/run-all-cleanup
701f0a3f9616
185 B
text/plain
vcs: remove confusing and unnecessary local variable
This removes the "username" local variable, substituting the equivalent
"user.username". The function also has another, unrelated use of the
same local variable name; this OTHER "username" variable is untouched.
The relevant code is duplicated between Hg and Git... and thus also
this change.
This removes the "username" local variable, substituting the equivalent
"user.username". The function also has another, unrelated use of the
same local variable name; this OTHER "username" variable is untouched.
The relevant code is duplicated between Hg and Git... and thus also
this change.