Mercurial > hg
diff mercurial/filelog.py @ 18780:0705ad73e878
applyupdates: assign variable before we try to use it (issue3855)
The variable 'fd' was getting used with a value left over from a prior
iteration, causing a KeyError: '.hgsubstate'.
author | Kevin Bullock <kbullock@ringworld.org> |
---|---|
date | Mon, 18 Mar 2013 16:37:20 -0500 |
parents | 7c231754a621 |
children | 3bda242bf244 |