[issue2460] qrename should not touch the dirstate for untracked patches

Patrick Mézard <bugs@mercurial.selenic.com> at mercurial.selenic.com Patrick Mézard <bugs@mercurial.selenic.com> at mercurial.selenic.com
Thu Oct 28 20:01:25 UTC 2010


New submission from Patrick Mézard <pmezard at gmail.com>:

Moved from issue2097

Another way to trig exactly the same error:

  $ echo "[extensions]" >> $HGRCPATH
  $ echo "mq=" >> $HGRCPATH
  $ hg init
  $ hg qnew p0
  $ (cd .hg/patches && hg init)
  $ hg qren p0 p1
  p0 not tracked!
  $ hg ci --mq -mq0

----------
assignedto: pmezard
messages: 14204
nosy: kiilerix, pmezard
priority: bug
status: unread
title: qrename should not touch the dirstate for untracked patches
topic: mq

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


More information about the Mercurial-devel mailing list