Mercurial > hg > hq
changeset 19:8ec5895e9229
call oon the queue
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 20 May 2013 11:51:54 -0700 |
parents | d4e5d09e007c |
children | bc17ab3c516e |
files | hq/main.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hq/main.py Fri May 17 15:04:17 2013 -0700 +++ b/hq/main.py Mon May 20 11:51:54 2013 -0700 @@ -66,7 +66,7 @@ call(['hg', 'qrefresh']) call(['hg', 'qcommit', '-m', message]) if self.network: - self._patch_command(*['hg', 'push']) + self._patch_command(*['hg', 'push', '--mq']) def pull(self, repo=None, mq=True): """