This is an archive of the discontinued Mercurial Phabricator instance.

infinitepush: remove backupcommands.py
ClosedPublic

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

Details

Summary

This file contains command pushbackup and pullbackup which are used to store
things to infinitepush.

This is an advanced functionality which we don't require as of now. Also this
uses shareutil.py from fb-hgext/ which is not there in core. Therefore this
patch deletes the file and the config option which belongs to the backup thing.

If we need this functionality in future, we can always move this file back.

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:45 AM
indygreg accepted this revision.Feb 9 2018, 10:03 PM
indygreg added a subscriber: indygreg.

This is a nifty feature. But I agree it is beyond scope of the initial landing of this feature.

This revision is now accepted and ready to land.Feb 9 2018, 10:03 PM
This revision was automatically updated to reflect the committed changes.
hgext/infinitepush/__init__.py