Issue 400: Crash during strip http://bitbucket.org/tortoisehg/stable/issue/400/crash-during-strip
Steve Borho / sborho on Wed, 15 Jul 2009 23:23:07 +0200: Comment: That clone trick is the recommended way to remove unwanted changesets, as it's guaranteed 100% safe. hg rollback can only work if the commit was the very last transaction you made to your repository. The 'no rollback info available' message means the undo file had been removed by another command. It seems MQ and rebase do this quite often. Perhaps other commands do as well. Thanks for the repro steps. Changes: status: open -> resolved -- This is an issue notification from bitbucket.org. You are receiving this either because you are the owner of the issue, or you are following the issue. ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ Tortoisehg-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop
