unison icon indicating copy to clipboard operation
unison copied to clipboard

`patch` command should ignore `lib` subnamespace

Open pchiusano opened this issue 3 years ago • 1 comments

A typical process is you update one of your dependencies, then want to apply the patch from its new release to your codebase. Like you'd type patch lib.something.shiny_new_version.patch at your project root.

That does not necessarily mean you want to apply that patch to all the stuff in lib. For that you could cd into lib.

pchiusano avatar Jul 25 '22 15:07 pchiusano

I just noticed something related. If you run replace foo bar you end up with todo items within your lib namespace. This probably boils down to the same issue, but I thought that it would be worth explicitly calling out replace behavior for whomever works on this and writes test transcripts.

ceedubs avatar Aug 23 '22 18:08 ceedubs