-
From ianlewis.org
mercurialで、インメモリで、勝手チェンジセットをコミットする方法
mercurial はpythonで書かれて、わかりやすいAPIを用意しているので、触りたいと思って、インメモリでコミットをしようとするとどうすればいいかというのを調べてみた。 mercurialは、リポジトリオブジェクト(localrepository)があって、そのしたに、チェンジコンテキスト(changectx)がって、その下に、ファイルコンテキスト(...1 month ago -
From smipple.net
Mercurial in memory commit
A snippet showing how to do an in memory commit with Mercurial's api.1 month ago -
From delicious.com
Hosted issue tracking, project management and revision contr...
Firefly simplifies your life and lightens up the software development process with: * Source code revision control and code hosting * Project management, issue and time tr...2 months ago -
From delicious.com
durin42 / mercurial-appengine / source — bitbucket.org
durin42's branch of mercurial-appengine3 months ago -
From delicious.com
Mercurial repositories index
Mercurial on Google AppEngine3 months ago -
From ianlewis.org
How to Hide Inactive Branches by Default with Mercurial
mercurial usually shows inactive branches when running "hg branches" but that's kind of annoying if you have lots of old inactive branches. So I recently set up my personal .hgrc t...3 months ago -
From ianlewis.org
mercurial でアクティブなブランチのみを表示する方法
merucurial の hg branchesっていうコマンドを打つと、inactiveブランチが普段に出てうるさいので、表示しないようにしてみた。これを .hgrc に追加した [alias] branches = branches -a 普通は、この表示になる ian@laptop:~/src/prj$ hg branches default...3 months ago -
From delicious.com
mariocesar / django-hgwebproxy / wiki / Home — bitbucket.org
Manage mercurial repositories in Django.3 months ago -
From ianlewis.org
svn リポジトリをmercurialに変換
最近、svn・gitのリポジトリをmercurialにして、bitbucketに載せるのが多い。難しいか面倒だろうと思う人がいるかもしれないけど、現実は hg convert というコマンドを使うとすごく簡単です。hg convert は mercurial convert extension のコマンドです。convert は標準にインストールされているは...4 months ago
Ian Lewis is a web developer living in Tokyo Japan. His current interests are in Django, python, alternative databases and rapid web application development. About Me...
