# HG changeset patch # User Augie Fackler # Date 1413485475 14400 # Node ID 7b93b49286d0ea2e55faece1dfd6a2a85cceebdb # Parent 0c14b9166da6bd77f32dd18a7fb93514f46af39e histedit: update docstring on histeditstate.read() The docstring showed the previous class-less heritage of read(). Now that it's classy, update the docstring. diff -r 0c14b9166da6 -r 7b93b49286d0 hgext/histedit.py --- a/hgext/histedit.py Thu Oct 16 14:49:46 2014 -0400 +++ b/hgext/histedit.py Thu Oct 16 14:51:15 2014 -0400 @@ -204,8 +204,7 @@ self.replacements = replacements def read(self): - """Reads a state from file and returns a histeditstate object - """ + """Load histedit state from disk and set fields appropriately.""" try: fp = self.repo.vfs('histedit-state', 'r') except IOError, err: