Assigning to myself to submit a regression test:
darcs mv inkscape-layers* inkscape-layers
complains that the target directory "inkscape-layers.hs" (note the hs)
does not exist
The real reason this happens (I think) is that if you expand that glob,
you get something like
darcs mv inkscape-layers inkscape-layers.cabal inkscape-layers.hs
inkscape-layers
Somewhere that second inkscape-layers gets filtered out and this becomes
equivalent to saying
darcs mv inkscape-layers inkscape-layers.cabal inkscape-layers.hs
Oops. I'm hoping this is just superficially on the Darcs.Commands.Move
layer and not something deeper that's simplifying those command lines.
Assigning to myself to produce a regression test.
|