hg
changeset 1698 ad4a2eefe4d7
parent 515 03f27b1381f9
child 3877 abaee83ce0a6
equal deleted inserted replaced
1697:7b4128f689bd 1698:ad4a2eefe4d7
     1 #!/usr/bin/env python
     1 #!/usr/bin/env python
     2 #
     2 #
     3 # mercurial - a minimal scalable distributed SCM
     3 # mercurial - scalable distributed SCM
     4 # v0.6 "paola"
       
     5 #
     4 #
     6 # Copyright 2005 Matt Mackall <mpm@selenic.com>
     5 # Copyright 2005, 2006 Matt Mackall <mpm@selenic.com>
     7 #
     6 #
     8 # This software may be used and distributed according to the terms
     7 # This software may be used and distributed according to the terms
     9 # of the GNU General Public License, incorporated herein by reference.
     8 # of the GNU General Public License, incorporated herein by reference.
    10 
     9 
    11 from mercurial import commands
    10 from mercurial import commands