I need all the files in the root repo folder except .hg / ,. hgignore, .hgtags, etc. Is there a built-in or existing mercurial extension for this?
I implemented a non-hg script with "mercury files" with hard code, but I need a programmatic method to exclude files related to mercurial.
I am trying to flip the server configuration management without mercury (Starteam), periodically deleting all the files, doing a clean check from Starteam, and then running hg addremove and then checkin.
source
share