hgext/evolve.py
branchstable
changeset 867 6a67606e1c34
parent 858 2137f1c153d6
child 868 3ec90de03562
child 891 36c1c80e99a3
equal deleted inserted replaced
860:f3263e022ba8 867:6a67606e1c34
  1581     Changes to selected files in parent revision appear again as
  1581     Changes to selected files in parent revision appear again as
  1582     uncommitted changed in the working directory. A new revision
  1582     uncommitted changed in the working directory. A new revision
  1583     without selected changes is created, becomes the new parent and
  1583     without selected changes is created, becomes the new parent and
  1584     obsoletes the previous one.
  1584     obsoletes the previous one.
  1585 
  1585 
  1586     The --include option specify pattern to uncommit
  1586     The --include option specifies patterns to uncommit.
  1587     The --exclude option specify pattern to keep in the commit
  1587     The --exclude option specifies patterns to keep in the commit.
  1588 
  1588 
  1589     Return 0 if changed files are uncommitted.
  1589     Return 0 if changed files are uncommitted.
  1590     """
  1590     """
  1591     lock = repo.lock()
  1591     lock = repo.lock()
  1592     try:
  1592     try: