Wed, 10 Jul 2019 18:16:38 +0800 |
Anton Shestakov |
touch: make sure merge commits include files from p1 and p2
|
Tue, 09 Jul 2019 10:56:42 -0700 |
Martin von Zweigbergk |
py3: make `import hgext3rd.evolve` work
|
Tue, 09 Jul 2019 10:56:42 -0700 |
Martin von Zweigbergk |
py3: use bytes for template keyword registrations
|
Tue, 09 Jul 2019 10:56:42 -0700 |
Martin von Zweigbergk |
py3: convert _origdoc to sysstr to match __doc__
|
Tue, 09 Jul 2019 10:56:42 -0700 |
Martin von Zweigbergk |
py3: use bytes for revset predicate registrations
|
Tue, 09 Jul 2019 10:56:42 -0700 |
Martin von Zweigbergk |
py3: use bytes for wireprotocol command registration
|
Tue, 09 Jul 2019 10:56:42 -0700 |
Martin von Zweigbergk |
py3: use byte strings for @command registrations
|
Wed, 03 Jul 2019 11:13:47 -0700 |
Martin von Zweigbergk |
py3: switch from iteritems() to items()
|
Wed, 03 Jul 2019 11:37:29 -0700 |
Martin von Zweigbergk |
py3: make metadata values be byte strings as Mercurial expects
|
Tue, 09 Jul 2019 21:49:37 -0700 |
Martin von Zweigbergk |
tests: update output for shorted prompts from Mercurial
|
Thu, 11 Jul 2019 10:07:39 +0200 |
Pierre-Yves David |
tests: update output for shorted prompts from Mercurial
|
Tue, 09 Jul 2019 17:08:34 +0800 |
Anton Shestakov |
rewriteutil: allow rewriting merge commits (issue4561)
|
Tue, 09 Jul 2019 17:02:44 +0800 |
Anton Shestakov |
tests: show what happens when trying to hg touch a merge commit
|
Thu, 04 Jul 2019 17:32:58 +0200 |
kevpeng |
evolve: further clarify that update is performed only when requested
stable
|
Fri, 14 Jun 2019 22:46:58 +0530 |
Sushil khanchi |
touch: let's not use util.acceptintervention() as it's not required
|