D2873: remotenames: add functionality to override -B flag of push
indygreg (Gregory Szorc)
phabricator at mercurial-scm.org
Wed Apr 11 17:29:31 UTC 2018
indygreg accepted this revision.
indygreg added a comment.
This revision is now accepted and ready to land.
Looks good!
INLINE COMMENTS
> remotenames.py:113
> + else:
> + msg = _("bookmark '%s' does not exists on remote")
> + raise error.Abort(msg % bookmark)
Nit: "exist". This can be fixed in flight.
REPOSITORY
rHG Mercurial
REVISION DETAIL
https://phab.mercurial-scm.org/D2873
To: pulkit, #hg-reviewers, indygreg
Cc: indygreg, mercurial-devel
More information about the Mercurial-devel
mailing list