12 August, 2008

my first 'hg' commit to mozilla

I was trying mozilla l10n commit with new version control system, Mercurial.
Finally today I cheched out en-US and pa-IN (for checkout, please check Docs),
started with few translation for one file and used step as mention in Mozilla Docs
following is output of my terminal
------
amanpreet:pa-IN Preet$ hg commit -m "updating translation first time with hg for Punjabi (pa) by Amanpreet Singh Alam"
amanpreet:pa-IN Preet$ hg outgoing
comparing with ssh://hg.mozilla.org/l10n-central/pa-IN/
searching for changes
changeset: 2:0c8a3c71fe9d
tag: tip
user: A S Alam
date: Tue Aug 12 11:47:59 2008 +0530
summary: updating translation first time with hg for Punjabi (pa) by Amanpreet Singh Alam

amanpreet:pa-IN Preet$ hg push
pushing to ssh://hg.mozilla.org/l10n-central/pa-IN/
searching for changes
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 1 changesets with 1 changes to 1 files

amanpreet:pa-IN Preet$ hg push
pushing to ssh://hg.mozilla.org/l10n-central/pa-IN/
searching for changes
no changes found
---------

first 'hg push' is so slient that I can't understand that anything commited or not, so I run once again
and tried to fresh checkout and Yes, changes are there. So Please don't except any version for new files
as in CVS.

So, finally log can be check Mozilla-l10n-central

First Punjabi hg commit "Push" can be found at
First Punjabi Commit Log.

No comments: