Even more erlang namespacing

This commit is contained in:
Carlos Martín Nieto
2013-01-23 17:07:22 +01:00
parent 6dea8e6930
commit ba92ce777f
5 changed files with 28 additions and 19 deletions

View File

@@ -2,7 +2,7 @@
-export([open/1, init/2, path/1, workdir/1, is_bare/1, references/1]).
-record(repo, {handle}).
-include("geef_records.hlr").
path(#repo{handle=Handle}) ->
geef:repository_get_path(Handle).