##// END OF EJS Templates
mq: fix qdiff -U (it apparently never really worked)
Jason Orendorff -
r6561:c242fc76 default
parent child Browse files
Show More
@@ -937,6 +937,8 b' class queue:'
937 937 qp = self.qparents(repo, top)
938 938 if opts.get('git'):
939 939 self.diffopts().git = True
940 if opts.get('unified') is not None:
941 self.diffopts().context = opts['unified']
940 942 self.printdiff(repo, qp, files=pats, opts=opts)
941 943
942 944 def refresh(self, repo, pats=None, **opts):
General Comments 0
You need to be logged in to leave comments. Login now