log

age author description
Thu, 24 Sep 2015 19:52:34 -0700 Siddharth Agarwal test-lock.py: move temp dir generation to testcase
Thu, 24 Sep 2015 17:33:13 -0700 Siddharth Agarwal test-lock.py: copy-edit assertions about file existing
Sat, 26 Sep 2015 21:43:13 -0700 Gregory Szorc revlog: don't flush data file after every added revision
Sun, 27 Sep 2015 16:08:18 -0700 Gregory Szorc revlog: use existing file handle when reading during _addrevision
Sun, 27 Sep 2015 15:59:19 -0700 Gregory Szorc revlog: always open revlogs for reading and appending
Sun, 27 Sep 2015 15:48:35 -0700 Gregory Szorc revlog: support using an existing file handle when reading revlogs
Sun, 27 Sep 2015 15:31:50 -0700 Gregory Szorc revlog: add docstring for checkinlinesize()
Sun, 27 Sep 2015 18:46:53 -0700 Gregory Szorc windows: insert file positioning call between reads and writes
Sat, 26 Sep 2015 15:20:32 +0900 Yuya Nishihara tests: suppress verbose output of svn transaction
Wed, 23 Sep 2015 21:54:47 +0900 Yuya Nishihara formatter: use dict.update() to set arguments passed to write functions
Wed, 23 Sep 2015 21:51:48 +0900 Yuya Nishihara formatter: verify number of arguments passed to write functions
Sat, 26 Sep 2015 11:50:47 +0900 Yuya Nishihara help: unify handling of DEPRECATED/EXPERIMENTAL keywords
Sat, 26 Sep 2015 11:38:39 +0900 Yuya Nishihara help: include parens in DEPRECATED/EXPERIMENTAL keywords
Sat, 26 Sep 2015 11:25:38 +0900 Yuya Nishihara help: define list of keywords that should be excluded from non-verbose output
Fri, 25 Sep 2015 23:10:47 -0500 Matt Mackall merge with stable
Fri, 25 Sep 2015 13:30:49 -0700 Pierre-Yves David unbundle: cleanly abort on unknown bundle2 feature stable
Mon, 14 Sep 2015 19:25:34 -0400 Jordi GutiƩrrez Hermoso phases: return zero for no-op operations (issue4751) (BC)
Thu, 24 Sep 2015 14:45:17 -0400 timeless help: add config.troubleshooting section at the top
Fri, 25 Sep 2015 11:16:20 -0400 Jordi GutiƩrrez Hermoso dispatch: don't stack trace on commands like `hg .log`
Fri, 25 Sep 2015 12:38:20 +0800 Anton Shestakov gitweb, monoblue: port highlighting linked lines from paper
Fri, 25 Sep 2015 03:02:38 +0800 Anton Shestakov gitweb, monoblue: fix vertical align of spans in .sourcelines
Fri, 25 Sep 2015 00:54:20 -0400 timeless merge: fix mergestate comment
Thu, 24 Sep 2015 17:51:05 -0400 timeless rebase: avoid losing branch commits with --keepbranch (issue4835)
Thu, 24 Sep 2015 16:03:26 -0700 Siddharth Agarwal lock.release: do not unlink inherited locks
Thu, 24 Sep 2015 16:00:41 -0700 Siddharth Agarwal lock: add a method to reacquire the lock after subprocesses exit
Thu, 24 Sep 2015 10:37:13 -0700 Siddharth Agarwal lock: add a method to prepare the lock for inheritance
Thu, 24 Sep 2015 15:57:11 -0700 Siddharth Agarwal lock: introduce state to keep track of inheritance
Thu, 24 Sep 2015 10:53:16 -0700 Siddharth Agarwal error: add an exception to indicate lock inheritance API contract violations
Thu, 24 Sep 2015 15:52:11 -0700 Sean Farley clone: check update rev for being True
Thu, 24 Sep 2015 15:47:23 -0700 Sean Farley clone: fix over-indented continuation line