Skip to content
Snippets Groups Projects
Commit 80be489a3615 authored by Boris Feld's avatar Boris Feld
Browse files

Add a test for `hg manifest --all`

parent 5ea9f59e7dac
No related branches found
No related tags found
No related merge requests found
......@@ -98,6 +98,10 @@
time = self._execute("id", "-r", ". ")
return time
def time_manifest_all(self, *args, **kwargs):
time = self._execute("manifest", "--all")
return time
class LogTimeTestSuite(BaseNChangesetsTestSuite):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment