equal
deleted
inserted
replaced
236 filesremoved = [ |
236 filesremoved = [ |
237 r[0] |
237 r[0] |
238 for r in self._db.execute( |
238 for r in self._db.execute( |
239 'SELECT filename FROM changedfiles ' |
239 'SELECT filename FROM changedfiles ' |
240 'WHERE node = ? and filenode = ?', |
240 'WHERE node = ? and filenode = ?', |
241 (hn, nullhex), |
241 (hn, gitutil.nullgit), |
242 ) |
242 ) |
243 ] |
243 ] |
244 c = self.gitrepo[hn] |
244 c = self.gitrepo[hn] |
245 return hgchangelog._changelogrevision( |
245 return hgchangelog._changelogrevision( |
246 manifest=n, # pretend manifest the same as the commit node |
246 manifest=n, # pretend manifest the same as the commit node |