~bzr/ubuntu/maverick/bzr/beta-ppa

« back to all changes in this revision

Viewing changes to debian/patches/02_external_configobj

Merge from main PPA.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Bug-Debian: http://bugs.debian.org/555336
4
4
 
5
5
=== modified file 'bzrlib/config.py'
6
 
--- old/bzrlib/config.py        2011-10-02 00:00:44 +0000
7
 
+++ new/bzrlib/config.py        2011-10-02 00:01:48 +0000
 
6
--- old/bzrlib/config.py        2011-12-19 17:39:40 +0000
 
7
+++ new/bzrlib/config.py        2011-12-22 10:22:09 +0000
8
8
@@ -104,7 +104,7 @@
9
9
     win32utils,
10
10
     )
16
16
     commands,
17
17
 
18
18
=== modified file 'bzrlib/rules.py'
19
 
--- old/bzrlib/rules.py 2011-05-21 17:34:06 +0000
20
 
+++ new/bzrlib/rules.py 2011-10-02 00:01:28 +0000
21
 
@@ -26,7 +26,7 @@
 
19
--- old/bzrlib/rules.py 2011-12-19 17:39:40 +0000
 
20
+++ new/bzrlib/rules.py 2011-12-22 10:22:09 +0000
 
21
@@ -28,7 +28,7 @@
22
22
     globbing,
23
23
     osutils,
24
24
     )
29
29
 # Name of the file holding rules in a tree
30
30
 
31
31
=== modified file 'bzrlib/tests/test_config.py'
32
 
--- old/bzrlib/tests/test_config.py     2011-10-02 00:00:44 +0000
33
 
+++ new/bzrlib/tests/test_config.py     2011-10-02 00:01:28 +0000
 
32
--- old/bzrlib/tests/test_config.py     2011-12-16 06:14:26 +0000
 
33
+++ new/bzrlib/tests/test_config.py     2011-12-22 10:22:09 +0000
34
34
@@ -48,7 +48,7 @@
35
35
     scenarios,
36
36
     test_server,
41
41
 
42
42
 def lockable_config_scenarios():
43
43
 
 
44
=== removed directory 'bzrlib/util/configobj'
 
45
=== removed file 'bzrlib/util/configobj/__init__.py'
 
46
--- old/bzrlib/util/configobj/__init__.py       2011-12-19 17:39:40 +0000
 
47
+++ new/bzrlib/util/configobj/__init__.py       1970-01-01 00:00:00 +0000
 
48
@@ -1,1 +0,0 @@
 
49
-from __future__ import absolute_import
 
50
 
44
51
=== removed file 'bzrlib/util/configobj/configobj.py'
45
 
--- old/bzrlib/util/configobj/configobj.py      2011-04-05 13:44:35 +0000
 
52
--- old/bzrlib/util/configobj/configobj.py      2011-12-19 17:39:40 +0000
46
53
+++ new/bzrlib/util/configobj/configobj.py      1970-01-01 00:00:00 +0000
47
54
@@ -1,2461 +0,0 @@
48
55
-# configobj.py
64
71
-# Comments, suggestions and bug reports welcome.
65
72
-
66
73
-
67
 
-from __future__ import generators
 
74
-from __future__ import absolute_import
68
75
-
69
76
-import sys
70
77
-import os