Mercurial: Remove changeset from remote branch

前端 未结 4 1852
小鲜肉
小鲜肉 2020-12-24 07:21

Is there a way to remove a from a remote changeset, or to remove an entire changeset? I accidentely pushed a .war file to a remote repo and I want to remove it.

4条回答
  •  情歌与酒
    2020-12-24 08:03

    Bitbucket does offer you a bundle (backup) upon stripping, and this does not count against your quota. The reason why it appears to do so, is only because we haven't invalidated the cache key specifying how much space you use.

    This is a bug in our system, and will be remedied. Until then, rest assured that the changeset has been removed, and the backup is free :-)

提交回复
热议问题