On 13 Aug., 23:18, John H Palmieri <jhpalmier...@gmail.com> wrote:
> In any case, you might need to explicitly add the png files to the
> repository using "hg add media/sandpile/C_6-parallel.png", etc.  What does
> "hg status" tell you?

$ hg add

should add all new files, also

$ hg add media/sandpile/

should be sufficient.

One should only be careful to not unintentionally add temporary or
backup files typically created by editors and sometimes left around.

('hg add' only records that the files should be added upon the next
commit, i.e., you have to commit afterwards,)

As John suggested, 'hg status' should show files "unknown" to
Mercurial (i.e., not [yet] under revision control, and not explicitly
ignored), indicated by a question mark in the first column.

The question mark changes to "A" after a 'hg add' of such a file.


-leif

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to