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, <[email protected]> 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 > [email protected] > https://www.mercurial-scm.org/mailman/listinfo/mercurial _______________________________________________ Mercurial mailing list [email protected] https://www.mercurial-scm.org/mailman/listinfo/mercurial
