Mercurial > hg
diff setup.py @ 11745:138c055ec57d
revlog: add punched revision flag
index flag to identify a revision as punched, i.e. it contains no data.
REVIDX_PUNCHED_FLAG = 2, is used to mark a revision as punched.
REVIDX_KNOWN_FLAGS is the accumulation of all index flags.
author | Vishakh H <vsh426@gmail.com> |
---|---|
date | Tue, 03 Aug 2010 19:38:19 +0530 |
parents | 5be8760d2fb3 |
children | 98f21e4d9633 |