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

patchctx: a patchctx.rev() should always return a string

Changeset 3d7e272e10c5

Parent f2457a521f79

by Steve Borho

Changes to one file · Browse files at 3d7e272e10c5 Showing diff from parent f2457a521f79 Diff from another changeset...

 
30
31
32
33
 
34
35
36
 
30
31
32
 
33
34
35
36
@@ -30,7 +30,7 @@
  self._path = patchpath   self._patchname = os.path.basename(patchpath)   self._repo = repo - self._rev = rev + self._rev = rev or 'patch'   self._status = [[], [], []]   self._fileorder = []   self._user = ''