[issue910] hg rename -A on Windows deletes file if only case changed

Adrian Buehlmann mercurial-bugs at selenic.com
Thu Jan 3 12:22:54 CST 2008


New submission from Adrian Buehlmann <adrian at cadifra.com>:

> ver
Microsoft Windows XP [Version 5.1.2600]
> hg --version
Mercurial Distributed SCM (version feac5b0bf9ba+win32extras)
[..snip..]
> hg init
> echo "this is file a" >a.txt
> dir/b
.hg
a.txt
> hg add
adding a.txt
> hg ci -m"first"
> rename a.txt A.txt
> dir/b
.hg
A.txt
> hg sta
? A.txt
> hg rename -A a.txt A.txt
> dir/b
.hg
>

File A.txt (target of rename) has been deleted from working dir (wrong)

----------
messages: 4802
nosy: abuehl
priority: bug
status: unread
title: hg rename -A on Windows deletes file if only case changed

____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://www.selenic.com/mercurial/bts/issue910>
____________________________________________________



More information about the Mercurial-devel mailing list