mercurial/tags.py
branchstable
changeset 10263 25e572394f5c
parent 9678 e2b1de5fee04
child 11013 45351e65230b
child 11066 26abd91d9e84
equal deleted inserted replaced
10262:eb243551cbd8 10263:25e572394f5c
     2 #
     2 #
     3 # Copyright 2009 Matt Mackall <mpm@selenic.com>
     3 # Copyright 2009 Matt Mackall <mpm@selenic.com>
     4 # Copyright 2009 Greg Ward <greg@gerg.ca>
     4 # Copyright 2009 Greg Ward <greg@gerg.ca>
     5 #
     5 #
     6 # This software may be used and distributed according to the terms of the
     6 # This software may be used and distributed according to the terms of the
     7 # GNU General Public License version 2, incorporated herein by reference.
     7 # GNU General Public License version 2 or any later version.
     8 
     8 
     9 # Currently this module only deals with reading and caching tags.
     9 # Currently this module only deals with reading and caching tags.
    10 # Eventually, it could take care of updating (adding/removing/moving)
    10 # Eventually, it could take care of updating (adding/removing/moving)
    11 # tags too.
    11 # tags too.
    12 
    12