Hi folks, Sage 4.4.1.alpha2 has a directory that is not under revision control:
[mv...@sage sage-main]$ pwd /dev/shm/mvngu/sandbox/sage-4.4.1.alpha2/devel/sage-main [mv...@sage sage-main]$ hg status ? doc/en/thematic_tutorials/group_theory.rst The directory is SAGE_ROOT/devel/sage-main/doc/en/thematic_tutorials/ and everything under it. Using the annotate command of Mercurial doesn't tell me what patch/revision was responsible for group_theory.rst: [mv...@sage sage-main]$ hg annotate doc/en/thematic_tutorials/group_theory.rst doc/en/thematic_tutorials/group_theory.rst: No such file in rev 984d9ce41216 So I looks to me that the directory above was not removed after testing some patches. A simple work around is to remove the above directory: [mv...@sage sage-main]$ pwd /dev/shm/mvngu/sandbox/sage-4.4.1.alpha2/devel/sage-main [mv...@sage sage-main]$ rm -rf doc/en/thematic_tutorials/ [mv...@sage sage-main]$ hg status <no-output> -- Regards Minh Van Nguyen -- 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