This is an archive of the discontinued Mercurial Phabricator instance.

infinitepush: drop the `--create` flag to push command
ClosedPublic

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

Details

Summary

The extension added a --create flag for creating a new bookmark on the
bundlestore. This patch changes the bahviour to create a bookmark if it does not
exists and removes the requirement of the --create and then drop the logic
around the --create flag.

Tests are changed to drop the usage of --create flag.

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:47 AM
indygreg accepted this revision.Feb 9 2018, 10:08 PM
This revision is now accepted and ready to land.Feb 9 2018, 10:08 PM
This revision was automatically updated to reflect the committed changes.