Thu, 24 Jan 2019 16:16:10 -0800 |
Martin von Zweigbergk |
transplant: use bailifchanged() instead of reimplementing it
|
file |
diff |
annotate
|
Thu, 09 Feb 2017 09:17:40 -0800 |
Martin von Zweigbergk |
update: clarify update() call sites by specifying argument names
|
file |
diff |
annotate
|
Sat, 13 Oct 2018 02:17:41 -0700 |
rdamazio |
help: assigning categories to existing commands
|
file |
diff |
annotate
|
Tue, 18 Sep 2018 16:47:09 -0700 |
Gregory Szorc |
global: replace most uses of RevlogError with StorageError (API)
|
file |
diff |
annotate
|
Mon, 18 Jun 2018 16:06:28 +0530 |
Pulkit Goyal |
py3: slice over bytes to prevent getting ascii values
|
file |
diff |
annotate
|
Mon, 18 Jun 2018 16:06:01 +0530 |
Pulkit Goyal |
py3: use pycompat.maplist() instead of map() in hgext/transplant.py
|
file |
diff |
annotate
|
Sat, 26 May 2018 12:14:04 +0900 |
Yuya Nishihara |
py3: wrap tempfile.mkstemp() to use bytes path
|
file |
diff |
annotate
|
Sun, 01 Apr 2018 23:19:37 -0700 |
Martin von Zweigbergk |
transplant: avoid repo.lookup() for converting revnum to nodeid
|
file |
diff |
annotate
|
Sat, 24 Mar 2018 15:10:51 +0900 |
Yuya Nishihara |
procutil: bulk-replace function calls to point to new module
|
file |
diff |
annotate
|
Thu, 22 Mar 2018 21:56:20 +0900 |
Yuya Nishihara |
stringutil: bulk-replace call sites to point to new module
|
file |
diff |
annotate
|
Sat, 10 Mar 2018 15:57:16 +0900 |
Yuya Nishihara |
py3: use r'' instead of sysstr('') to get around code transformer
|
file |
diff |
annotate
|
Sun, 25 Feb 2018 13:40:46 +0900 |
Yuya Nishihara |
templatekw: switch non-showlist template keywords to new API
|
file |
diff |
annotate
|
Wed, 14 Feb 2018 17:43:33 +0530 |
Pulkit Goyal |
py3: use util.forcebytestr instead of str for converting errors to bytes
|
file |
diff |
annotate
|
Wed, 14 Feb 2018 17:42:14 +0530 |
Pulkit Goyal |
py3: use pycompat.{bytes|str}kwargs in transplant.py
|
file |
diff |
annotate
|
Wed, 14 Feb 2018 17:41:27 +0530 |
Pulkit Goyal |
py3: replace file() with open() in transplant.py
|
file |
diff |
annotate
|
Wed, 14 Feb 2018 17:40:51 +0530 |
Pulkit Goyal |
py3: use "%d" for converting int to bytes in transplant.py
|
file |
diff |
annotate
|
Wed, 14 Feb 2018 17:39:56 +0530 |
Pulkit Goyal |
py3: open files in bytes mode in transplant.py
|
file |
diff |
annotate
|
Sun, 21 Jan 2018 13:03:03 +0900 |
Yuya Nishihara |
cmdutil: drop aliases for logcmdutil functions (API)
|
file |
diff |
annotate
|
Fri, 30 Jun 2017 03:44:30 +0200 |
Boris Feld |
configitems: register the 'transplant.log' config
|
file |
diff |
annotate
|
Fri, 30 Jun 2017 03:44:29 +0200 |
Boris Feld |
configitems: register the 'transplant.filter' config
|
file |
diff |
annotate
|
Sat, 09 Jan 2016 23:07:20 +0900 |
Yuya Nishihara |
registrar: move cmdutil.command to registrar module (API)
|
file |
diff |
annotate
|
Wed, 08 Mar 2017 16:52:49 -0800 |
Pierre-Yves David |
transplant: directly use repo.vfs.join
|
file |
diff |
annotate
|
Thu, 02 Mar 2017 13:31:39 +0100 |
Pierre-Yves David |
vfs: use 'vfs' module directly in 'hgext.transplant'
|
file |
diff |
annotate
|
Thu, 02 Mar 2017 03:52:36 +0100 |
Pierre-Yves David |
vfs: replace 'scmutil.opener' usage with 'scmutil.vfs'
|
file |
diff |
annotate
|
Mon, 06 Mar 2017 03:27:41 -0800 |
Simon Farnsworth |
transplant: set a blockedtag when invoking external filter
|
file |
diff |
annotate
|
Sun, 19 Feb 2017 18:16:09 +0900 |
Yuya Nishihara |
revset: import set classes directly from smartset module
|
file |
diff |
annotate
|
Mon, 13 Feb 2017 22:15:28 +0530 |
Pulkit Goyal |
py3: convert the mode argument of os.fdopen to unicodes (2 of 2)
|
file |
diff |
annotate
|
Tue, 23 Aug 2016 11:26:08 -0400 |
Augie Fackler |
extensions: change magic "shipped with hg" string
|
file |
diff |
annotate
|
Sun, 13 Mar 2016 05:17:06 +0900 |
FUJIWARA Katsunori |
hgext: use templatekeyword to mark a function as template keyword
|
file |
diff |
annotate
|
Tue, 01 Mar 2016 04:53:43 +0000 |
timeless |
transplant: use absolute_import
|
file |
diff |
annotate
|