# HG changeset patch # User Jeff Hammel # Date 1368203020 25200 # Node ID 46a68cd554b5dea0e3b17d77fcf693a221630a19 # Parent 42a1de8a0bd57e80d1b3ef96fd88cf121cf1f16a remove extraneous self diff -r 42a1de8a0bd5 -r 46a68cd554b5 hq/main.py --- a/hq/main.py Thu May 09 15:07:36 2013 -0700 +++ b/hq/main.py Fri May 10 09:23:40 2013 -0700 @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -mercurial queue extension front-end policy manager +mercurial queue extension front-end """ # TODO: migrate to http://k0s.org/hg/CommandParser/ @@ -35,7 +35,7 @@ self.binary = binary # patch repo; not guaranteed to exit - self._patch_repo = self.os.path.join(self.root, '.hg', 'patches') + self._patch_repo = os.path.join(self.root, '.hg', 'patches') ### subcommands