After commit some files, I need to find what is changeset, which
I forgot to get with following command before 'hg push':
$ hg outgoing
this command give you output as changeset.
After small search I found new command as below:
$ hg log
This command give you complete log, from start date and first
few line will be latest log as below:
------
singh-brars-macbook:pa-IN Preet$ hg log
changeset: 9:c712d30e06bb
tag: tip
user: A S Alam
date: Tue Sep 30 20:20:34 2008 +0530
summary: Update for Beta Release with add/remove lines, files for Punjabi (pa): A S Alam
changeset: 8:ad8705b0d648
user: A S Alam
date: Tue Sep 30 20:18:16 2008 +0530
summary: Update for Beta Release with add/remove lines, files for Punjabi (pa): A S Alam
------
this was useful to get latest changes commit to directory
No comments:
Post a Comment