Tony Narlock
Tony Narlock
@blueyed I'm fine with that. Does this mean to switch the new fixtures in #568 to use ``dj_``?
> However, I am not really confident: it means to change / migrate all existing fixtures - saving 4 characters per use of them only. > So I would rather...
Edited above: I think this needs design advice since this is how to handle the layout of data when there's not enough room for it.
@francoisfreitag Do you need any help QA'ing or testing this?
@francoisfreitag @kingbuzzman Bikeshed: I won't count on it, but it's a long running PR and the commits have built up. It's sometimes easier to read if commits are squashed and...
Still happening as of https://github.com/vcs-python/vcspull/tree/v1.13.0a14
> Do we really need to rework the config structure? As far as I see the extract_repos() call just adds some information, but I think the current sync could work...
> Also in your example the git config is a bit redundant if fetch and push urls are the same. Is that explicit to make the coding easier? You're right...
My backstory is back when I created tmuxp/vcspull/etc years ago. I took a lot of inspiration from a config management tool called [salt states](https://docs.saltproject.io/en/latest/ref/states/all/index.html), see their [git](https://docs.saltproject.io/en/latest/ref/states/all/salt.states.git.html#module-salt.states.git). The more "magic"...
> I'm trying. I'm not sure if I want the path expansion to happen during config loading or when we loop over the entries anyway to update them. Chicken or...