/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Parth Malwankar
  • Date: 2010-03-10 13:41:24 UTC
  • mto: (0.40.54 grep)
  • mto: This revision was merged to the branch mainline in revision 6555.
  • Revision ID: parth.malwankar@gmail.com-20100310134124-mvf5c1ahbhlhwj8z
0.0.1 final

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
# You should have received a copy of the GNU General Public License
14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
16
"""Print lines matching PATTERN for specified files and revisions."""
16
17
 
17
18
import os
18
19
import sys
41
42
    )
42
43
""")
43
44
 
44
 
version_info = (0, 0, 1, 'dev', 1)
 
45
version_info = (0, 0, 1, 'final', 0)
45
46
 
46
47
# FIXME: _parse_levels should be shared with bzrlib.builtins. this is a copy
47
48
# to avoid the error