maybe hg add on win32 doesn't work as advertised?

Matthieu Moy Matthieu.Moy at imag.fr
Wed Aug 29 09:16:51 UTC 2007


<Jens.Wulf at sew-eurodrive.de> writes:

> The following examples show that there are files to add, but hg does not find/add them.
>
> C:\>hg add -v -n Programme/jww/simulation/*.cpp
> adding Programme\jww\simulation\SimpleXMLTransfer.cpp
> adding Programme\jww\simulation\convert.cpp
> adding Programme\jww\simulation\lib_conversions.cpp
> adding Programme\jww\simulation\main.cpp
>
> C:\>hg add -v -n Programme/jww/simulation/

What happens if you run those commands in the reverse order?

If the files have already been added, there's no point for hg to
re-add them, so if you already added all the files, subsequent calls
will do nothing.

-- 
Matthieu



More information about the Mercurial mailing list