On Thu, Feb 16, 2017 at 4:07 PM, Jérôme Godbout <[email protected]> wrote: > We had a sub repos we wanted to be removed so we end up removing the entry > from the .hgsub file of the main repos.
> What is the normal procedure to remove a sub repos? "To remove a subrepo from the parent repo, you must delete the subrepo definition from the '.hgsub' file at the top level of the parent repo. Once you do this, the subrepo tree will show up as a set of unknown files when you run hg status, and you can delete the files." https://www.mercurial-scm.org/wiki/Subrepository#Delete > But we don't seem to be able to commit the .hgsubstate and this give us some > problems and warnings when updating and merging after this. What problems and warnings do you get? _______________________________________________ Mercurial mailing list [email protected] https://www.mercurial-scm.org/mailman/listinfo/mercurial
