add requestedRevision to BrowseCommandResult

This commit is contained in:
Eduard Heimbuch
2019-10-29 13:04:29 +01:00
parent a13d129eff
commit 7fd3d08540

View File

@@ -100,6 +100,6 @@ public class HgBrowseCommand extends AbstractCommand implements BrowseCommand
}
FileObject file = cmd.execute();
return new BrowserResult(c.getNode(), file);
return new BrowserResult(c.getNode(), revision, file);
}
}