# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1576015629 18000 # Node ID 51bfd056a2ee7b44f40acd14d863f218d8f4e7cb # Parent c06eba91c38086d2a0c731aa4e62288a368e47c7 crecord: remove toggleamend Previous commit removed its only calling site. diff -r c06eba91c380 -r 51bfd056a2ee mercurial/crecord.py --- a/mercurial/crecord.py Tue Dec 10 17:02:09 2019 -0500 +++ b/mercurial/crecord.py Tue Dec 10 17:07:09 2019 -0500 @@ -1767,32 +1767,6 @@ else: return False - def toggleamend(self, opts, test): - """Toggle the amend flag. - - When the amend flag is set, a commit will modify the most recently - committed changeset, instead of creating a new changeset. Otherwise, a - new changeset will be created (the normal commit behavior). - """ - - if opts.get(b'amend') is None: - opts[b'amend'] = True - msg = _( - b"Amend option is turned on -- committing the currently " - b"selected changes will not create a new changeset, but " - b"instead update the most recently committed changeset.\n\n" - b"Press any key to continue." - ) - elif opts.get(b'amend') is True: - opts[b'amend'] = None - msg = _( - b"Amend option is turned off -- committing the currently " - b"selected changes will create a new changeset.\n\n" - b"Press any key to continue." - ) - if not test: - self.confirmationwindow(msg) - def recenterdisplayedarea(self): """ once we scrolled with pg up pg down we can be pointing outside of the