Some questions concerning daily use

Gerard Korsten soonkia77 at gmail.com
Fri Nov 7 03:04:31 CST 2008


You could use the hg incoming command with the --template '{files}' option
to see which changes are incoming before a pull.

After a pull you'll have to look at the changesets themselves and then you
can use the log --template options.

Check the hg book chapter 11: http://hgbook.red-bean.com/hgbookch11.html

On Fri, Nov 7, 2008 at 9:52 AM, rubik <rubik at sina.com> wrote:

> Adrian Buehlmann <adrian <at> cadifra.com> writes:
>
> > Did you try global option "--debug" (see
> http://www.selenic.com/mercurial/hg.1.html
> > or "hg -v help pull")?
> >
> > Some examples:
> >
> > > hg pull --debug
> > pulling from w:\hg-crew
> > searching for changes
> > examining 9e6d6568bf7a:0ca4f42daed7
> > request 1: 5f201f711932 fe71e5a12a50
> > received 5f201f711932:6788608627c4
> > ....
> > 48 files updated, 0 files merged, 0 files removed, 0 files unresolved
> >
>
>
> no that much.
>
> I just want a simple list of the 48 updated(or added,deleted) file names .
>
> any simple way ?
>
>
>
> _______________________________________________
> Mercurial mailing list
> Mercurial at selenic.com
> http://selenic.com/mailman/listinfo/mercurial
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://selenic.com/pipermail/mercurial/attachments/20081107/0280364e/attachment.htm 


More information about the Mercurial mailing list