Thu, 16 Apr 2015 20:57:51 -0500 Matt Mackall merge default into stable for 3.4 freeze stable 3.4-rc
Thu, 16 Apr 2015 20:56:43 -0500 Matt Mackall tests: fix up whitespace complaint
Thu, 16 Apr 2015 20:52:37 -0500 Matt Mackall tests: fix test-tags on vfat
Thu, 16 Apr 2015 20:31:44 -0500 Matt Mackall tests: ignore sha512 flag in bundle2 for py2.4
Thu, 16 Apr 2015 04:01:51 -0400 Pierre-Yves David bundle2-localpeer: properly propagate the server output on error (issue4594)
Thu, 16 Apr 2015 05:09:37 -0400 Pierre-Yves David bundle2: add on more layer of exception catching in localrepo.unbundle
Thu, 16 Apr 2015 03:17:37 -0400 Pierre-Yves David bundle2-wireproto: properly propagate the server output on error (issue4594)
Thu, 16 Apr 2015 03:56:50 -0400 Pierre-Yves David bundle2: refactor error bundle creation for the wireprotocol
Thu, 16 Apr 2015 03:17:01 -0400 Pierre-Yves David bundle2: store the salvaged output on the exception object
Thu, 16 Apr 2015 03:16:04 -0400 Pierre-Yves David bundle2: add a 'salvageoutput' method on bundle20
Thu, 16 Apr 2015 03:15:28 -0400 Pierre-Yves David bundle2: add a 'copy' method on parts
Thu, 16 Apr 2015 05:36:49 -0400 Pierre-Yves David hooks: add a 'txnabort' hook
Thu, 16 Apr 2015 05:41:07 -0400 Pierre-Yves David help: document the ''HG_TXNID'' environment variable during hooks
Sun, 12 Apr 2015 01:39:21 -0400 Matt Harbison match: add a subclass for dirstate normalizing of the matched patterns
Sun, 12 Apr 2015 00:29:17 -0400 Matt Harbison match: move _normalize() into the match class
Sat, 17 Jan 2015 03:34:57 +0100 Mads Kiilerich largefiles: always consider updatelfiles 'checked' parameter set
Wed, 15 Apr 2015 15:22:16 -0400 Mads Kiilerich largefiles: for update -C, only update largefiles when necessary
Wed, 15 Apr 2015 11:49:44 -0400 Matt Harbison subrepo: calculate _relpath for hgsubrepo based on self instead of parent
Wed, 15 Apr 2015 11:23:26 -0400 Matt Harbison subrepo: backout 93b0e0db7929 to restore reporelpath()
Thu, 16 Apr 2015 18:48:20 -0500 Matt Mackall rollback: clear resolve state (issue4593)
Thu, 16 Apr 2015 11:31:48 -0700 Durham Goode diff: pass the diff matcher to the copy logic
Thu, 16 Apr 2015 11:29:30 -0700 Durham Goode copies: add matcher parameter to copy logic
Sun, 12 Apr 2015 23:01:18 -0700 Martin von Zweigbergk treemanifest: extract parse method from constructor
Sun, 12 Apr 2015 14:37:55 -0700 Martin von Zweigbergk manifest: duplicate call to addrevision()
Thu, 16 Apr 2015 14:26:50 -0700 Laurent Charignon record: add message when starting record's curses interface
Tue, 14 Apr 2015 20:09:56 +0200 Mathias De Maré subrepo: add include/exclude support for diffing git subrepos
Sun, 12 Apr 2015 19:00:31 +0900 Yuya Nishihara revset: undocument wdir() until its command outputs get stable
Thu, 16 Apr 2015 18:30:08 -0500 Matt Mackall linkrev: fix issue with annotate of working copy
Thu, 16 Apr 2015 17:30:01 -0500 Matt Mackall merge with stable
Sat, 04 Apr 2015 02:16:48 -0700 Durham Goode histedit: delete all non-actionclass related code
Sat, 04 Apr 2015 02:12:53 -0700 Durham Goode histedit: improve roll action integration with fold
Sat, 04 Apr 2015 02:12:24 -0700 Durham Goode histedit: move finishfold into fold class
Sat, 04 Apr 2015 02:03:27 -0700 Durham Goode histedit: convert fold/roll actions into a class
Sat, 04 Apr 2015 01:00:51 -0700 Durham Goode histedit: convert edit action into a class
Sat, 04 Apr 2015 00:42:32 -0700 Durham Goode histedit: convert message action into a class
Sat, 04 Apr 2015 00:30:01 -0700 Durham Goode histedit: convert drop action into a class
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
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip