diff -r ca3f73cc3cf4 -r 1dcd9c9975ed rust/rhg/src/commands/files.rs --- a/rust/rhg/src/commands/files.rs Thu Jan 28 19:13:55 2021 +0100 +++ b/rust/rhg/src/commands/files.rs Thu Jan 28 20:31:42 2021 +0100 @@ -48,7 +48,6 @@ impl<'a> Command for FilesCommand<'a> { fn run(&self, ui: &Ui) -> Result<(), CommandError> { let repo = Repo::find()?; - repo.check_requirements()?; if let Some(rev) = self.rev { let files = list_rev_tracked_files(&repo, rev).map_err(|e| (e, rev))?;