comparison hgext/mq.py @ 7619:e9da3de01e0a

merge with crew-stable
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Mon, 12 Jan 2009 09:13:45 +0100
parents 3cf85220a9f9 f9fcb189c8e2
children fbfd92d51540
comparison
equal deleted inserted replaced
7618:6c89dd0a7797 7619:e9da3de01e0a
754 self.applied.append(statusentry(revlog.hex(n), patchfn)) 754 self.applied.append(statusentry(revlog.hex(n), patchfn))
755 self.parse_series() 755 self.parse_series()
756 self.series_dirty = 1 756 self.series_dirty = 1
757 self.applied_dirty = 1 757 self.applied_dirty = 1
758 if msg: 758 if msg:
759 msg = msg + "\n" 759 msg = msg + "\n\n"
760 p.write(msg) 760 p.write(msg)
761 if commitfiles: 761 if commitfiles:
762 diffopts = self.diffopts() 762 diffopts = self.diffopts()
763 if opts.get('git'): diffopts.git = True 763 if opts.get('git'): diffopts.git = True
764 parent = self.qparents(repo, n) 764 parent = self.qparents(repo, n)