Skip to content

Commit

Permalink
Remove git_config module (unused)
Browse files Browse the repository at this point in the history
  • Loading branch information
toddlipcon committed Jun 3, 2009
1 parent 050aa66 commit 0843e09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 584 deletions.
3 changes: 1 addition & 2 deletions crepo.py
Expand Up @@ -7,7 +7,6 @@
import manifest
import logging
from git_command import GitCommand
from git_config import GitConfig

def load_manifest():
return manifest.load_manifest("manifest.json")
Expand Down Expand Up @@ -240,7 +239,7 @@ def status(args):
for (name, project) in man.projects.iteritems():
if not first: print
first = False

print "Project %s:" % name
cwd = workdir_for_project(project)
(left, right) = _tracking_status(cwd, project.tracking_branch, project.remote_refspec)
Expand Down

0 comments on commit 0843e09

Please sign in to comment.