Skip to content

Commit

Permalink
Darcs has wrong value for directory: _darcs, not .darcs like for othe…
Browse files Browse the repository at this point in the history
…r VCS’s
  • Loading branch information
ZyX-I committed Jul 10, 2012
1 parent feb5839 commit 81c883b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/vcs_checkouts.vim
Expand Up @@ -49,6 +49,7 @@ let s:c.scms=get(s:c, 'scms', {})
call map(filter(copy(s:c.scms), 'has_key(s:scm_defaults, v:key)'), 'extend(v:val, s:scm_defaults[v:key], "keep")')
call extend(s:c.scms, s:scm_defaults, 'keep')
call map(copy(s:c.scms), 'extend(v:val, {"dir": ".".v:key})')
let s:c.scms.darcs.dir='_darcs'

fun! vcs_checkouts#DarcsWdrev(targetDir)
let result=vam#utils#System('darcs show repo --repodir $p', a:targetDir)
Expand Down

0 comments on commit 81c883b

Please sign in to comment.