# HG changeset patch # User Dirkjan Ochtman # Date 1208331384 -7200 # Node ID 36434ca0e7b06fa3055c2f0424b527330f03d250 # Parent 4a064e1977f841d7f379317901b37147f078fdca# Parent 315b36ce6251f6170e51c1f10a1731cfb5897b55 merge from crew-stable diff -r 4a064e1977f8 -r 36434ca0e7b0 hgext/mq.py --- a/hgext/mq.py Mon Apr 14 00:36:01 2008 +0200 +++ b/hgext/mq.py Wed Apr 16 09:36:24 2008 +0200 @@ -1902,7 +1902,10 @@ return newpath def push(ui, repo, patch=None, **opts): - """push the next patch onto the stack""" + """push the next patch onto the stack + + When --force is applied, all local changes in patched files will be lost. + """ q = repo.mq mergeq = None