Submitter | Pierre-Yves David |
---|---|
Date | Dec. 20, 2012, 2:08 p.m. |
Message ID | <a43f6900d52ce07f908f.1356012515@crater2.logilab.fr> |
Download | mbox | patch |
Permalink | /patch/207/ |
State | Accepted |
Commit | bcee63733aad05778279f784a70937f6f9012b69 |
Headers | show |
Comments
Patch
diff --git a/mercurial/branchmap.py b/mercurial/branchmap.py new file mode 100644 --- /dev/null +++ b/mercurial/branchmap.py @@ -0,0 +1,6 @@ +# branchmap.py - logic to computes, maintain and stores branchmap for local repo +# +# Copyright 2005-2007 Matt Mackall <mpm at selenic.com> +# +# This software may be used and distributed according to the terms of the +# GNU General Public License version 2 or any later version.