[Bug 425510] Re: 'bzr mv' should do wildcard expansion on windows

Maritza Mendez martitzam at gmail.com
Thu Sep 10 17:19:25 BST 2009


On Thu, Sep 10, 2009 at 2:13 AM, Vincent Ladeuil
<v.ladeuil+lp at free.fr<v.ladeuil%2Blp at free.fr>
> wrote:

> >>>>> "Maritza" == Maritza Mendez <martitzam at gmail.com> writes:
>
> <snip/>
>
>    Maritza> I have not added any tests but I have verified
>    Maritza> expected operation on both windows and linux.
>
> You certainly did that by typing bzr commands and a couple of
> shell ones to check the results.
>
> Can you show me ?
>
>
Sure.  Here is the "tests" I use on Windows.  (I ran the same tests on
Ubuntu to make sure I had not done anything too horrible.)

# test for 'bzr mv' [Bug 425510]
mkdir t
cd t
bzr init
echo > cat.txt
echo > dog.txt
bzr add *.txt
bzr mkdir pets
bzr mv *.txt .\pets

#test for 'bzr rm' [Bug 426410]
mkdir t
cd t
bzr init
echo > cat.txt
echo > dog.txt
bzr add *.txt
bzr rm *.txt

~M
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ubuntu.com/archives/bazaar/attachments/20090910/0991d19f/attachment-0002.htm 


More information about the bazaar mailing list