log

age author description
Sat, 04 Apr 2015 11:39:08 -0700 Durham Goode histedit: convert pick action into a class
Sat, 04 Apr 2015 11:37:08 -0700 Durham Goode histedit: integrate action class into flow
Sat, 04 Apr 2015 11:34:53 -0700 Durham Goode histedit: add a new histeditaction class
Sat, 04 Apr 2015 01:00:05 -0700 Durham Goode histedit: allow histedit --continue when not on a descendant (BC)
Thu, 16 Apr 2015 11:59:36 -0400 Gregory Szorc tags: explicitly log which tags cache file is being written
Thu, 16 Apr 2015 11:54:13 -0400 Gregory Szorc tags: write a separate tags cache file for unfiltered repos
Thu, 16 Apr 2015 11:32:46 -0400 Gregory Szorc tags: return empty list of heads for no .hgtags case
Thu, 16 Apr 2015 12:01:00 -0400 Gregory Szorc tags: change format of tags cache files
Thu, 16 Apr 2015 10:12:44 -0400 Gregory Szorc tags: don't read .hgtags fnodes from tags cache files
Mon, 13 Apr 2015 14:54:02 -0400 Tony Tung rebase: restore bookmark state on abort
Sat, 04 Apr 2015 02:37:43 -0700 Durham Goode histedit: store backup file before histedit
Mon, 13 Apr 2015 08:23:57 -0700 Durham Goode histedit: replace pickle with custom serialization
Wed, 15 Apr 2015 01:18:09 -0400 Pierre-Yves David devel-warn: add a prefix to all messages ("devel-warn: ")
Wed, 15 Apr 2015 10:36:21 -0400 Pierre-Yves David push: acquire local 'wlock' if "pushback" is expected (BC) (issue4596)
Thu, 16 Apr 2015 22:33:53 +0900 Yuya Nishihara annotate: always prepare ancestry context of base fctx (issue4600) stable
Wed, 15 Apr 2015 01:16:40 -0400 Pierre-Yves David unbundle: acquire 'wlock' when processing bundle2 (BC) (issue4596)
Sun, 12 Apr 2015 09:46:03 -0400 Pierre-Yves David run-test: enable the devel warning during tests
Sun, 12 Apr 2015 15:37:59 -0400 Pierre-Yves David wlock: do not warn for non-wait locking
Sun, 12 Apr 2015 14:27:42 -0400 Pierre-Yves David develwarn: include call site in the simple message version
Sun, 12 Apr 2015 14:26:11 -0400 Pierre-Yves David develwarn: handle the end of line inside the function itself
Sun, 12 Apr 2015 14:24:28 -0400 Pierre-Yves David develwarn: refactor the developer warning logic
Wed, 15 Apr 2015 01:20:48 -0400 Pierre-Yves David lock: update the docstring with order information
Sun, 12 Apr 2015 13:28:35 -0400 Pierre-Yves David wlock: reword the devel warning
Sun, 12 Apr 2015 10:01:48 -0400 Pierre-Yves David wlock: only issue devel warning when actually acquiring the lock
Sat, 11 Apr 2015 17:30:45 -0400 Pierre-Yves David bundle2: flush output in a part in all cases
Sat, 11 Apr 2015 14:44:12 -0400 Pierre-Yves David run-tests: also follow symlink when update PATH with 'run-tests.py' dir
Sat, 11 Apr 2015 16:55:14 -0400 Pierre-Yves David bundle2: fix names for error part handler
Wed, 15 Apr 2015 11:11:54 -0400 Pierre-Yves David transaction: introduce a transaction ID, to be available to all hooks
Tue, 14 Apr 2015 13:07:41 -0400 Pierre-Yves David transaction: actually use tr.hookargs in pretxnclose
Sat, 11 Apr 2015 13:58:36 -0400 Pierre-Yves David bundle2: use unbundle source as transaction name