D6731: exchange: abort on pushing bookmarks pointing to secret changesets (issue6159)
pulkit (Pulkit Goyal)
phabricator at mercurial-scm.org
Tue Aug 20 12:45:13 UTC 2019
pulkit added inline comments.
INLINE COMMENTS
> navaneeth.suresh wrote in exchange.py:1044
> updated to get rid of one return. if node is `None`, then hg will throw an error there.
If the node is None, then `if node and ....` will be false and the second condition won't be executed.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D6731/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D6731
To: navaneeth.suresh, #hg-reviewers
Cc: pulkit, mercurial-devel
More information about the Mercurial-devel
mailing list