.hgignore
author Patrick Mezard <patrick@mezard.eu>
Tue, 19 Jun 2012 18:05:23 +0200
changeset 282 05ab164c6593
parent 262 4675d9c6c66b
child 391 92adb5b34a04
permissions -rw-r--r--
obsolete: handle rebase --collapse Recording obsolete in concludenode() did not work for --collapse because only the first revision was passed to the call. The new strategy is to track the rebase state in defineparents() and concludenode() and to create markers only after a successful non-abort call. In theory, this should also fix --continue/--abort cases. The change in test-stabilize-order.t comes from concludenode() no longer creating obsolete marker. stabilize command was actually duplicating markers, once in concludenode(), once explicitely.

syntax: re
/figures/[^/]+\.png$
^docs/build/
^docs/html/
^html/
\.pyc$
~$
\.orig$
\.rej$
\.err$