# HG changeset patch # User Jeff Hammel # Date 1272987381 25200 # Node ID 67e06ca7c56e9914f6ce9e8e8620061a80b19711 # Parent b5671297a0db08cf14a43686ac44c050ac98f26b documentation notes diff -r b5671297a0db -r 67e06ca7c56e hq/main.py --- a/hq/main.py Fri Apr 30 14:31:35 2010 -0700 +++ b/hq/main.py Tue May 04 08:36:21 2010 -0700 @@ -26,6 +26,7 @@ def __init__(self, parser, options): """initialize global options""" # TODO: look at hgrc file + # for [defaults] repository_host def clone(self, repo, patch=None): """clone the repository and begin a patch queue"""