mq bug/problem

Bela Babik teki321 at gmail.com
Sun Mar 30 20:14:46 CDT 2008


By the way, I have lost all my changes. The newly created patch file is empty.

These statements do not seem to be true anymore:
- "It will refuse to run if there are any outstanding changes unless
-f is specified"
- " files after the patch name to add only changes to matching files
    to the new patch, leaving the rest as uncommitted modifications."

$ hg --version
Mercurial Distributed SCM (version 0.9.5)

On Mon, Mar 31, 2008 at 12:01 PM, Bela Babik <teki321 at gmail.com> wrote:
> What happened: I started to type a hg qnew command but changed the
>  window to check something else. I forgot about it, and when I
>  activated the console again I typed: hg st, which created a new patch:
>
>  Steps:
>  $ hg st
>
>  $ echo "ha" >> m.c
>
>  $ hg st
>  M m.c
>
>  $ hg qnew hg
>  abort: local changes found, refresh first
>
>  $ hg qnew hg st
>  st: The system cannot find the file specified
>
>  $ hg st
>
>  $ hg qap
>  hg
>
>  $
>


More information about the Mercurial mailing list