[issue789] not in dirstate occured

OHASHI Hideya mercurial-bugs at selenic.com
Wed Oct 24 03:37:10 CDT 2007


New submission from OHASHI Hideya <ohachige at gmail.com>:

I made a test program as below.
I think hg-crew revision 5326:5971cfc0a56a has a problem.

$ cat a.sh
#!/bin/bash
HG=$HOME/hg/mercurial-crew/hg
$HG version
rm -fr hgtest
$HG init hgtest
cd hgtest
mkdir a
touch a/1
$HG add a/1
$HG ci -m init
$HG qinit
$HG qnew mv.patch
$HG mv a/1 .
echo '----hg qref---'
$HG qref

$ ./a.sh
Mercurial Distributed SCM (version 5971cfc0a56a)
..snip..
----hg qref---

$ ./a.sh
Mercurial Distributed SCM (version 5971cfc0a56a)
..snip..
----hg qref---
not in dirstate: a/1!

----------
messages: 4170
nosy: ohachige
priority: bug
status: unread
title: not in dirstate occured
topic: mq

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



More information about the Mercurial-devel mailing list