hg command to Find out size of mercurial base ?
Roger Pate
roger at qxxy.com
Tue Jan 31 12:55:05 UTC 2017
By Mercural base, do you mean the size of a repo? (Minus the working
directory?)
By the size, do you mean the sum of disk usage?
If yes to both, "du -s .hg". Add -A (BSD), --apparent-size (GNU), or
something else if you want apparent size instead of disk usage.
On Tue, Jan 31, 2017 at 6:06 AM, <tamghar at astek.fr> wrote:
>
> Hi,
> I w'd like to know if there is a way to find out the size of mercurial base.
> It is indeed the size of the base and not only one révision.
>
> Thanks
> Touffik
>
>
>
>
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
>
> _______________________________________________
> Mercurial mailing list
> Mercurial at mercurial-scm.org
> https://www.mercurial-scm.org/mailman/listinfo/mercurial
More information about the Mercurial
mailing list