~svn/ubuntu/oneiric/subversion/ppa

« back to all changes in this revision

Viewing changes to tools/dev/graph-dav-servers.py

  • Committer: Max Bowsher
  • Date: 2012-06-27 12:25:12 UTC
  • mfrom: (44.1.46 precise)
  • Revision ID: _@maxb.eu-20120627122512-kmo8fj0lr7mlkppj
Make tree identical to precise branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/env python
2
2
#
 
3
#
 
4
# Licensed to the Apache Software Foundation (ASF) under one
 
5
# or more contributor license agreements.  See the NOTICE file
 
6
# distributed with this work for additional information
 
7
# regarding copyright ownership.  The ASF licenses this file
 
8
# to you under the Apache License, Version 2.0 (the
 
9
# "License"); you may not use this file except in compliance
 
10
# with the License.  You may obtain a copy of the License at
 
11
#
 
12
#   http://www.apache.org/licenses/LICENSE-2.0
 
13
#
 
14
# Unless required by applicable law or agreed to in writing,
 
15
# software distributed under the License is distributed on an
 
16
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 
17
# KIND, either express or implied.  See the License for the
 
18
# specific language governing permissions and limitations
 
19
# under the License.
 
20
#
 
21
#
 
22
#
3
23
# graph-svn-dav.py by Brian W. Fitzpatrick <fitz@red-bean.com>
4
24
#
5
25
# This was originally a quick hack to make a pretty picture of svn DAV servers.
98
118
  ('12/1/2008', 330884),
99
119
  ('1/1/2009', 369719),
100
120
  ('2/1/2009', 378434),
 
121
  ('3/1/2009', 390502),
 
122
  ('4/1/2009', 408658),
 
123
  ('5/1/2009', 407044),
 
124
  ('6/1/2009', 406520),
 
125
  ('7/1/2009', 334276),
101
126
  ]
102
127
 
103
128