Skip to content

timdetering/mvvmlight

Repository files navigation

mvvmlight

Git mirror of GalaSoft MVVM Light Toolkit (https://mvvmlight.codeplex.com/)

Mirror setup

Install hg-git (https://github.com/schacon/hg-git)

$ pip install hg-git

Enable the extension by modifying ~/.hgrc

[extensions]
hgext.bookmarks =
hggit =

You can verify that worked by typing hg help hggit

Clone a Git repository

$ hg clone https://hg.codeplex.com/mvvmlight

Setup pushing an existing Hg repository to Git

$ cd mercurial-repo
$ hg bookmark -r default master # so a ref gets created

To avoid specifying the repo path when you push and pull, edit .hg/hgrc and add (where github is a friendly name):

[paths]
github = git+ssh://git@github.com/timdetering/some-repo.git

Push to Git repository

$ hg push github

Links

About

Git mirror of GalaSoft MVVM Light Toolkit (https://mvvmlight.codeplex.com/)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages