The act of exporting a changeset generates an augmented patch file that describes the change. A Mercurial patch file contains some metadata and a traditional unified diff.
Once a changeset has been exported from one repository, it can be imported into another. The actual command is hg export <revision> Where tip can be substituted for the latest commit. You can read the documentation http://mercurial.selenic.com/wiki/Export There are several links to how to use export/import on this page -Thadeus On Tue, Feb 2, 2010 at 9:15 PM, Wes James <compte...@gmail.com> wrote: > I just download web2py: hg clone > > without doing anything if I do "hg export tip" it shows a diff : > > # HG changeset patch > # User mdipie...@massimo-di-pierros-macbook.local > # Date 1265154799 21600 > # Node ID a40f484a4627a4d4373ce305d381e97842830148 > # Parent 4e6959c4eaddd53eb314032f741e961a53a50bb8 > fixed typo, thank you Elcio Ferreira > > etc..... > > Is this just a change that Massimo has not committed yet? > > thx, > > -wes > > -- > You received this message because you are subscribed to the Google Groups > "web2py-users" group. > To post to this group, send email to web...@googlegroups.com. > To unsubscribe from this group, send email to > web2py+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/web2py?hl=en. > > -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.