Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

smart_clone: Bug when cloning files with directory prefixes #94

Open
thiagowfx opened this issue Sep 1, 2021 · 0 comments
Open

smart_clone: Bug when cloning files with directory prefixes #94

thiagowfx opened this issue Sep 1, 2021 · 0 comments

Comments

@thiagowfx
Copy link

Given:

$ smart_clone a/b/c/get_{foo,bar}.go

Produces the following:

$ hg st
A a.b.c/get_bar.go
  a/b/c/get_foo.go

Expected: Created a/b/c/get_bar.go.

Observed: Created a.b.c/get_bar.go - that is, a directory called a.b.c.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant