Mercurial and Oracle Apps version control (lot's of DDL)

Matt Mackall mpm at selenic.com
Tue Nov 16 05:59:08 UTC 2010


On Mon, 2010-11-15 at 21:19 -0700, Joe Ferr wrote:

> What I'm ideally looking for...it would be great if I could get this
> both from the command line and from hgweb...is a way to get all of
> these files in one command.  E.g. an export command which would let me
> pass two identifiers (tags or revs) and a directory name and mercurial
> would retrieve all files changed or added between these two
> tags/revs.  

hg status -n -m -a --rev X:Y some/directory/

-n turns off the status prefix
-m shows modified files
-a shows added files

You might also be interested in -0, -I, and -X.

-- 
Mathematics is the supreme nostalgia of our time.





More information about the Mercurial mailing list