"hg commit" option to print filenames?
Dustin Sallings
dustin at spy.net
Wed Dec 19 16:38:43 CST 2007
On Dec 19, 2007, at 13:20, Greg Lindahl wrote:
> If there was an option to hg commit to print out the list of files in
> the commit -- the same list that's visible in the editor if you leave
> off -m -- we'd leave it turned on all the time.
After the commit:
hg log -vr .
Before the commit:
hg status
will basically get the changed stuff, although not tracked files
wouldn't actually make it into the commit.
I tend to look at status and diff before committing.
--
Dustin Sallings
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://selenic.com/pipermail/mercurial/attachments/20071219/ae4b70b0/attachment.htm
More information about the Mercurial
mailing list