comparison hgext/evolve.py @ 868:3ec90de03562

merge stable
author Pierre-Yves David <pierre-yves.david@fb.com>
date Wed, 05 Mar 2014 19:08:58 -0800
parents 5c40b2a4b52f 6a67606e1c34
children e9eeef0d07ec
comparison
equal deleted inserted replaced
866:c6dc5822e640 868:3ec90de03562
1796 Changes to selected files in parent revision appear again as 1796 Changes to selected files in parent revision appear again as
1797 uncommitted changed in the working directory. A new revision 1797 uncommitted changed in the working directory. A new revision
1798 without selected changes is created, becomes the new parent and 1798 without selected changes is created, becomes the new parent and
1799 obsoletes the previous one. 1799 obsoletes the previous one.
1800 1800
1801 The --include option specify pattern to uncommit 1801 The --include option specifies patterns to uncommit.
1802 The --exclude option specify pattern to keep in the commit 1802 The --exclude option specifies patterns to keep in the commit.
1803 1803
1804 Return 0 if changed files are uncommitted. 1804 Return 0 if changed files are uncommitted.
1805 """ 1805 """
1806 lock = repo.lock() 1806 lock = repo.lock()
1807 try: 1807 try: