Commit 8554534
chore(t17): deprecation warning on CamelCase git_repo_name aliases
Per @galshubeli's review on #675: single-arg GitRepoName('foo') used to
return '{foo}_git' but now returns '{foo}:<DEFAULT_BRANCH>_git' — a
silent shape change for anyone still on the alias. Make it loud with
DeprecationWarning so leftover callers find out before they query a
graph that no longer exists.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 9dfc721 commit 8554534
1 file changed
Lines changed: 26 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
38 | 62 | | |
39 | 63 | | |
40 | 64 | | |
| |||
0 commit comments