log

age author description
Tue, 12 Jan 2016 23:53:56 +0900 Yuya Nishihara templatekw: move shownames() helper to be sorted alphabetically
Sat, 16 Jan 2016 13:53:32 +0900 Yuya Nishihara templater: make get(dict, key) return a single value
Sat, 16 Jan 2016 13:42:37 +0900 Yuya Nishihara templater: make _hybrid not callable to avoid conflicting semantics
Fri, 15 Jan 2016 13:46:33 -0800 Ruslan Sayfutdinov backout: commit changeset by default (BC)
Fri, 15 Jan 2016 13:01:37 -0800 Danek Duvall help: move Windows 9x information to appropriate place
Thu, 14 Jan 2016 12:52:59 -0800 Simon Farnsworth shelve: move commitfunc closer to use site
Thu, 14 Jan 2016 21:21:59 -0800 Gregory Szorc commands: document clone bundles hooks and rollback behavior
Thu, 14 Jan 2016 22:50:55 -0800 Gregory Szorc clonebundles: improve BUNDLESPEC documentation
Thu, 14 Jan 2016 22:57:55 -0800 Gregory Szorc commands: teach debugbundle to print bundle specification
Thu, 14 Jan 2016 21:27:53 -0800 Gregory Szorc commands: use context manager for opened bundle file
Thu, 14 Jan 2016 22:49:03 -0800 Gregory Szorc exchange: implement function for inferring bundle specification
Thu, 14 Jan 2016 22:48:54 -0800 Gregory Szorc streamclone: extract code for reading header fields
Sat, 16 Jan 2016 18:30:01 +0900 Yuya Nishihara encoding: escape U+007F (DEL) character in JSON
Thu, 14 Jan 2016 04:14:50 +0000 timeless run-tests: skip threading for a single test (issue5040)
Sat, 16 Jan 2016 10:50:28 -0500 Augie Fackler cleanup: use modern @property/@foo.setter property specification