Skip to content

Commit 64e95e8

Browse files
Liubov Dmitrievafacebook-github-bot
authored andcommitted
deprecate logging of hg_infinitepush_destinations
Summary: deprecate logging of hg_infinitepush_destinations this table is no longer needed since this information is available in mononoke Reviewed By: YousefSalama Differential Revision: D41335647 fbshipit-source-id: 745f92d90809be5b560822b8f92ca6bf42c9f3d6
1 parent 3e1113d commit 64e95e8

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

eden/scm/edenscm/ext/infinitepush/client.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -189,14 +189,6 @@ def _push(orig, ui, repo, dest=None, *args, **opts):
189189
hint="did you forget to `@prog@ push default`?",
190190
)
191191

192-
if scratchpush:
193-
ui.log(
194-
"infinitepush_destinations",
195-
dest=dest,
196-
real_dest=realdest,
197-
bookmark=bookmark,
198-
)
199-
200192
# Remote scratch bookmarks will be deleted because remotenames doesn't
201193
# know about them. Let's save it before push and restore after
202194
remotescratchbookmarks = bookmarks.readremotebookmarks(ui, repo, realdest)

0 commit comments

Comments
 (0)