Mercurial > hg-stable
comparison CONTRIBUTORS @ 21469:65cdc6bab91e
localrepo: move the order of local variables
This movement is a small step in getting rid of the 'if ... else' logic for
testing the current working directory with its parent. Previously, the deleted,
unknown, and ignored variables were set in a combination of before an 'if
... else' block and within the block. This moves the variables to be set
outside the loop in one common place.
author | Sean Farley <sean.michael.farley@gmail.com> |
---|---|
date | Mon, 21 Apr 2014 20:23:47 -0500 |
parents | c29efd272395 |
children |
comparison
equal
deleted
inserted
replaced
21468:870ddcf24291 | 21469:65cdc6bab91e |
---|