17 Aug
2009
17 Aug
'09
10:56 p.m.
Am Montag, den 17.08.2009, 16:40 +0200 schrieb Xavier:
2) removing hg / mercurial support This is the easiest one :D :-/
3) implement a way to get the version with hg without cloning, like all other scm already have This is the nicest / most difficult (maybe impossible?) one :) Indeed. It is nice. But not impossible :-D
newpkgver=$(hg incoming -n "${_hgroot}/${_hgrepo}" -l 1 --template '{rev}') The local repository has to be created first (hg init is sufficient, _no_ clone needed!) and this line has to be executed in the local repository. Benjamin Richter