在我创建的存储库中拉取其他人上传的文件或文件夹

Pull files or folders uploaded by others in repository that I created

假设我创建了一个存储库 ABC 并与我的同事共享了它。然后他们在此存储库中上传文件或创建子文件夹。 hg pull 之类的命令将它们检索到我的本地驱动程序是什么?

$ hg pull && hg update default 会起作用。