|
I don't understand the change in 0.36 that deprecated With This is recommended by the docs, but it's bizarre to me. Some teams have existing standards for git branches that shouldn't be broken (e.g. "branch names must begin with the ID of the ticket you're resolving"). And ignoring that, creating and remembering to use a naming convention for all branches that I ever want to push to a remote just seems like a weird requirement to impose on all users. Is there something I'm missing? |
Replies: 2 comments 4 replies
|
It says the new option takes a revset, but what you are talking about is the functionality. The old option was about which local bookmarks to push, whereas the new one mostly talks about which bookmarks will be tracked on a remote (the docs I found in a search refer to importing all remote bookmarks). |
I think this is addressed by #8545.