hgext/__init__.py
author Patrick Mezard <pmezard@gmail.com>
Sun, 23 Jan 2011 15:21:37 +0100
changeset 13293 ad1b46e4a575
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
record: refactor the prompt loop The previous loop was iterating over a mixed header/hunk stream. It may have been more generic in the sense every item in the stream could trigger a prompt but it required more work to skip items properly. It can be rewritten in a more intuitive way by looping on files then looping on hunks.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1360
7d439981bec4 Re-add hgext/__init__.py
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
     1
# placeholder