]> arthur.barton.de Git - bup.git/commitdiff
git.py: remove unused home_repodir variable.
authorRob Browning <rlb@defaultvalue.org>
Tue, 21 Jan 2014 23:06:16 +0000 (17:06 -0600)
committerRob Browning <rlb@defaultvalue.org>
Wed, 29 Jan 2014 21:09:59 +0000 (15:09 -0600)
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/git.py

index a8202e71190d7e54d65a708d10f6fc551ab5142d..9d0b66f204bdc0d018b78018f9094918e2b143f7 100644 (file)
@@ -11,7 +11,6 @@ max_pack_objects = 200*1000  # cache memory usage is about 83 bytes per object
 
 verbose = 0
 ignore_midx = 0
-home_repodir = os.path.expanduser('~/.bup')
 repodir = None
 
 _typemap =  { 'blob':3, 'tree':2, 'commit':1, 'tag':4 }