On Wed, Aug 19, 2009 at 01:59:07PM +0530, rk ka wrote: > This may be really trivial but how can I get a list of all revisions > (file versions) i have committed to the db?
All the revisions where a particular file changed? mtn log <file>
If you use --brief --no-graph | awk '{print $1}' or similar, you can
get just the rev id's.
--
Dan.
pgpkawmhVuQyY.pgp
Description: PGP signature
_______________________________________________ Monotone-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/monotone-devel
