log hgext/transplant.py @ 41371:608c15f76f50

age author description
Thu, 24 Jan 2019 16:16:10 -0800 Martin von Zweigbergk transplant: use bailifchanged() instead of reimplementing it
Thu, 09 Feb 2017 09:17:40 -0800 Martin von Zweigbergk update: clarify update() call sites by specifying argument names
Sat, 13 Oct 2018 02:17:41 -0700 rdamazio help: assigning categories to existing commands
Tue, 18 Sep 2018 16:47:09 -0700 Gregory Szorc global: replace most uses of RevlogError with StorageError (API)
Mon, 18 Jun 2018 16:06:28 +0530 Pulkit Goyal py3: slice over bytes to prevent getting ascii values
Mon, 18 Jun 2018 16:06:01 +0530 Pulkit Goyal py3: use pycompat.maplist() instead of map() in hgext/transplant.py
Sat, 26 May 2018 12:14:04 +0900 Yuya Nishihara py3: wrap tempfile.mkstemp() to use bytes path