bookmark: simplify mutability check in `validdest`
There is no need to check phase by hand. We already have a ctx method for that.
bundle: add revset expression to show bundle contents (
issue3487)
bundle() revset expression returns all changes that are present
in the bundle file (no matter whether they are in the repo or not).
Bundle file should be specified via -R option.