mercurial/__init__.py
author Erik Zielke <ez@aragost.com>
Mon, 31 Jan 2011 13:40:05 +0100
changeset 13324 e5617047c926
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
subrepo: make update -C clean the working directory for git subrepos This makes 'hg update --clean' behave the same way for all three kinds of subrepositories [hg, svn, git]. Before git subrepos did not take the clean parameter into account, but just updated to the given revision and merged uncommitted changes into that.