Mercurial > hg > hq
changeset 1:67e06ca7c56e
documentation notes
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 04 May 2010 08:36:21 -0700 |
parents | b5671297a0db |
children | dedf4c4c2ba2 |
files | hq/main.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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"""