0

Using Mercurial I pushed a branch to Kallithea.

Later I deleted the local branch using hg strip my-branch.

Is it now possible to pull it from Kallithea?

StayOnTarget
  • 11,743
  • 10
  • 52
  • 81
user1941537
  • 6,097
  • 14
  • 52
  • 99

1 Answers1

3

Yes, since your strip operation was local and you had already pushed the changesets you stripped, when you pull they should all be brought back. It should be like you had never run strip.

StayOnTarget
  • 11,743
  • 10
  • 52
  • 81