commit | 21c5c34ee28036e595aab3cfc72e58c6c8f526b3 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Thu Jun 25 16:47:30 2009 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Thu Jun 25 16:47:30 2009 -0700 |
tree | f40717343efa47e15535172cf0b4bf776a870891 | |
parent | 54fccd71fbdc60adf99b9a9bf4712c121d4312ba [diff] |
Support detached HEAD in manifest repository If the manifest repository is on a detached HEAD and we are parsing an XML formatted manifest we should simply set the branch property to None, rather than crash with an AttributeError. Signed-off-by: Shawn O. Pearce <sop@google.com>