merge from crew-stable

This commit is contained in:
Dirkjan Ochtman 2008-04-18 18:07:34 +02:00
commit 0033db8471

View File

@ -937,6 +937,8 @@ class queue:
qp = self.qparents(repo, top)
if opts.get('git'):
self.diffopts().git = True
if opts.get('unified') is not None:
self.diffopts().context = opts['unified']
self.printdiff(repo, qp, files=pats, opts=opts)
def refresh(self, repo, pats=None, **opts):