problem with mq extension

Matt Mackall mpm at selenic.com
Tue Dec 13 23:05:25 UTC 2011


On Tue, 2011-12-13 at 23:57 +0100, Chen XI wrote:
> In general, the topmost patch is not updated by command "qnew" or
> "qrefresh" when modification occurs. The scenario is very simple. I paste
> the command and output here.
> --------------------
> xc1427 at xc1427-laptop:~/mercurial_practice$ hg init test
> xc1427 at xc1427-laptop:~/mercurial_practice$ cd test
> xc1427 at xc1427-laptop:~/mercurial_practice/test$ hg init --mq
> xc1427 at xc1427-laptop:~/mercurial_practice/test$ echo "blabla" > file

Here you need to "hg add file".

> xc1427 at xc1427-laptop:~/mercurial_practice/test$ hg status
> ? file

The '?' is short for "hey, did you know there's this file here that
you've never told me to add or ignore?"

-- 
Mathematics is the supreme nostalgia of our time.





More information about the Mercurial mailing list