hgext/__init__.py
author Vadim Gelfer <vadim.gelfer@gmail.com>
Mon, 07 Aug 2006 17:27:38 -0700
changeset 2795 135823f37304
parent 1360 7d439981bec4
permissions -rw-r--r--
new extension: fetch -> combine pull and merge/update pull changes from remote repo. if changes add new head: merge with new head, commit result. else: update working dir to new head. this makes useful command like git 'pull' command.

# placeholder