When doing a arc diff it should automatically check if there are any open dependencies.
Example:
arc feature myNewFeature notYetMergedFeature
This should create a feature based on another feature.
arc diff
Should automatically detect that notYetMergedFeature is not yet closed and add this revision as dependency of the new revision.