aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2007-05-18 06:52:01 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2007-05-18 06:52:01 +0000
commit350944d3b2fbcdeabf05cfb74c606b5e8e5190a0 (patch)
tree432d37d6fd90a2fcb8ee15ea378d8578bc7083d1 /DEVELOPING
parentwrap lines (diff)
downloadportage-350944d3b2fbcdeabf05cfb74c606b5e8e5190a0.tar.gz
portage-350944d3b2fbcdeabf05cfb74c606b5e8e5190a0.tar.bz2
portage-350944d3b2fbcdeabf05cfb74c606b5e8e5190a0.zip
Check to see if I have svn.g.o fixed, no actual file changes.
svn path=/main/trunk/; revision=6543
Diffstat (limited to 'DEVELOPING')
-rw-r--r--DEVELOPING2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEVELOPING b/DEVELOPING
index 01eb9bd42..7af6d7769 100644
--- a/DEVELOPING
+++ b/DEVELOPING
@@ -64,4 +64,4 @@ try:
except KeyError:
dict[foo] = default_value
-The get call is nicer (compact) and faster (try,except are slow).
+The get call is nicer (compact) and faster (try,except are slow).