diff -r 6db318a15a12 -r bcee63733aad mercurial/branchmap.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mercurial/branchmap.py Wed Dec 19 14:43:33 2012 +0100 @@ -0,0 +1,6 @@ +# branchmap.py - logic to computes, maintain and stores branchmap for local repo +# +# Copyright 2005-2007 Matt Mackall +# +# This software may be used and distributed according to the terms of the +# GNU General Public License version 2 or any later version.