[issue3340] mq does not handle case changes correctly

Patrick Mézard bugs at mercurial.selenic.com
Thu Mar 29 16:04:31 CDT 2012


New submission from Patrick Mézard <patrick at mezard.eu>:

When renaming "a" to "A" and creating a patch, mq fails to capture "a" removal.


  $ echo '[extensions]' >> $HGRCPATH
  $ echo 'mq =' >> $HGRCPATH

  $ hg init repo
  $ cd repo
  $ echo a > a
  $ hg ci -Am adda
  adding a
  $ hg mv a temp
  $ hg mv temp A
  $ hg st
  A A
  R a
  $ hg qnew changecase
  $ hg st
  R a

----------
messages: 19478
nosy: pmezard
priority: bug
status: unread
title: mq does not handle case changes correctly
topic: mq

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


More information about the Mercurial-devel mailing list