This is an archive of the discontinued Mercurial Phabricator instance.

infinitepush: drop `--list-remote`, `--remote-path` flags to bookmark cmd
ClosedPublic

Authored by pulkit on Feb 9 2018, 6:46 AM.

Details

Summary

The extension adds these two flags to list remote bookmarks using the `hg
bookmark` command. These are not required in core currently and needs some
discussion before getting them in, so let's drop them for now. This makes us
deleting the wrapping of hg bookmark command on client side.

The end goal here is to have minimal or no wrapping at client side.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

pulkit created this revision.Feb 9 2018, 6:46 AM
indygreg accepted this revision.Feb 9 2018, 10:06 PM
This revision is now accepted and ready to land.Feb 9 2018, 10:06 PM
This revision was automatically updated to reflect the committed changes.