Mercurial > hg
changeset 20226:76d9364119fc
localrepo: drop unused variable
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Fri, 10 Jan 2014 17:29:16 -0600 |
parents | d2704c48f417 |
children | 9c963a43ecfb |
files | mercurial/localrepo.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/localrepo.py Fri Nov 15 23:28:43 2013 -0500 +++ b/mercurial/localrepo.py Fri Jan 10 17:29:16 2014 -0600 @@ -1694,7 +1694,6 @@ # we use unfiltered changelog here because hidden revision must # be taken in account for phase synchronization. They may # becomes public and becomes visible again. - cl = self.unfiltered().changelog result = self.addchangegroup(cg, 'pull', remote.url()) # compute target subset