Skip to content

Commit

Permalink
deprecate logging of hg_infinitepush_destinations
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Liubov Dmitrieva authored and facebook-github-bot committed Nov 16, 2022
1 parent 3e1113d commit 64e95e8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions eden/scm/edenscm/ext/infinitepush/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,14 +189,6 @@ def _push(orig, ui, repo, dest=None, *args, **opts):
hint="did you forget to `@prog@ push default`?",
)

if scratchpush:
ui.log(
"infinitepush_destinations",
dest=dest,
real_dest=realdest,
bookmark=bookmark,
)

# Remote scratch bookmarks will be deleted because remotenames doesn't
# know about them. Let's save it before push and restore after
remotescratchbookmarks = bookmarks.readremotebookmarks(ui, repo, realdest)
Expand Down

0 comments on commit 64e95e8

Please sign in to comment.