Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

status: line wrap

Changeset 42f6042675e8

Parent 490e445fe4a3

by Steve Borho

Changes to one file · Browse files at 42f6042675e8 Showing diff from parent 490e445fe4a3 Diff from another changeset...

 
110
111
112
113
 
 
114
115
116
 
110
111
112
 
113
114
115
116
117
@@ -110,7 +110,8 @@
  m = cmdutil.matchfiles(self.repo, [wfile])   opts = mdiff.diffopts(git=True, nodates=True)   n2, n1 = None, self.wctx.p1().node() - for s, l in patch.difflabel(patch.diff, self.repo, n1, n2, match=m, opts=opts): + for s, l in patch.difflabel(patch.diff, self.repo, n1, n2, + match=m, opts=opts):   hu.write(s, label=l)   except (IOError, error.RepoError, error.LookupError, util.Abort), e:   self.status_error = str(e)