Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1, 2.1.1, and 2.1.2

filedata: new subrepos could be marked as removed in some cases

Changeset a45a536c6709

Parent d982573ba0c2

by Angel Ezquerra

Changes to one file · Browse files at a45a536c6709 Showing diff from parent d982573ba0c2 Diff from another changeset...

 
236
237
238
 
 
239
240
241
 
242
243
244
 
236
237
238
239
240
241
 
 
242
243
244
245
@@ -236,9 +236,10 @@
  out += subrepochange   if data:   sstatedesc += ' and dirty' + elif srev and not sactual: + sstatedesc = 'removed'   self.ucontents = u''.join(out) - if not sactual: - sstatedesc = 'removed' +   lbl = {   'changed': _('(is a changed sub-repository)'),   'unchanged': _('(is an unchanged sub-repository)'),