Wed, 27 Sep 2017 19:11:28 +0900 |
Yuya Nishihara |
py3: manually escape control character to be embedded in win filename error
|
changeset |
files
|
Wed, 27 Sep 2017 19:08:23 +0900 |
Yuya Nishihara |
py3: replace str(None) with literal in convcmd.py
|
changeset |
files
|
Wed, 27 Sep 2017 19:04:32 +0900 |
Yuya Nishihara |
py3: remove use of str() in hgwebdir
|
changeset |
files
|
Wed, 27 Sep 2017 18:07:48 -0700 |
Jun Wu |
config: use copy-on-write to improve copy performance
|
changeset |
files
|
Sun, 01 Oct 2017 05:28:54 -0400 |
Augie Fackler |
Added signature for changeset 2f427b57bf90
stable
|
changeset |
files
|
Sun, 01 Oct 2017 05:28:49 -0400 |
Augie Fackler |
Added tag 4.3.3 for changeset 2f427b57bf90
stable
|
changeset |
files
|
Mon, 18 Sep 2017 10:54:00 -0700 |
Jun Wu |
rebase: move bookmarks with --keep (issue5682)
stable 4.3.3
|
changeset |
files
|
Wed, 20 Sep 2017 09:32:26 -0700 |
Martin von Zweigbergk |
cleanupnodes: rename "mapping" to "replacements"
stable
|
changeset |
files
|
Wed, 20 Sep 2017 09:10:43 -0700 |
Martin von Zweigbergk |
cleanupnodes: separate out bookmark destination calculation from actual update
stable
|
changeset |
files
|
Wed, 20 Sep 2017 09:55:52 -0700 |
Mark Thomas |
ui: check for progress singleton when clearing progress bar (issue5684)
stable
|
changeset |
files
|
Sat, 30 Sep 2017 18:19:14 +0530 |
Pulkit Goyal |
py3: whitelist 15 more tests passing on Python 3
|
changeset |
files
|
Sat, 30 Sep 2017 15:48:08 +0530 |
Pulkit Goyal |
py3: use pycompat.bytestr instead of str
|
changeset |
files
|
Sat, 30 Sep 2017 15:45:15 +0530 |
Pulkit Goyal |
py3: explicitly convert dict.keys() and dict.items() into a list
|
changeset |
files
|
Sat, 30 Sep 2017 18:02:53 +0530 |
Pulkit Goyal |
py3: use '%d' instead of '%s' for integers
|
changeset |
files
|
Sat, 30 Sep 2017 15:46:36 +0530 |
Pulkit Goyal |
py3: use pycompat.strkwargs() before passing a dict as keyword argument
|
changeset |
files
|
Sat, 30 Sep 2017 05:22:22 +0530 |
Pulkit Goyal |
py3: return False early while checking whether None is a key in lazymanifest
|
changeset |
files
|
Fri, 29 Sep 2017 14:49:05 -0700 |
Martin von Zweigbergk |
dirstate: use keyword arguments to clarify status()'s callers
|
changeset |
files
|
Fri, 29 Sep 2017 14:19:36 -0700 |
Martin von Zweigbergk |
dirstate: use keyword arguments to clarify walk()'s callers
|
changeset |
files
|
Fri, 29 Sep 2017 14:23:41 -0700 |
Martin von Zweigbergk |
perf: remove fallbacks to ancient versions of dirstate.walk()
|
changeset |
files
|
Tue, 29 Aug 2017 00:21:25 +0530 |
Rishabh Madan |
releasenotes: update docstrings with information on additional flags
|
changeset |
files
|
Thu, 28 Sep 2017 13:22:58 +0530 |
Rishabh Madan |
releasenotes: raise error on simultaneous usage of flags
|
changeset |
files
|
Tue, 26 Sep 2017 03:56:20 -0700 |
Durham Goode |
dirstate: move parents source of truth to dirstatemap
|
changeset |
files
|
Tue, 26 Sep 2017 03:56:20 -0700 |
Durham Goode |
dirstate: move parent reading to the dirstatemap class
|
changeset |
files
|
Tue, 26 Sep 2017 03:56:20 -0700 |
Durham Goode |
dirstate: move opendirstatefile to dirstatemap
|
changeset |
files
|
Tue, 26 Sep 2017 03:56:20 -0700 |
Durham Goode |
dirstate: move _copymap to dirstatemap
|
changeset |
files
|
Tue, 26 Sep 2017 03:56:20 -0700 |
Durham Goode |
dirstate: move _dirs to dirstatemap
|
changeset |
files
|
Tue, 26 Sep 2017 03:56:20 -0700 |
Durham Goode |
dirstate: move filefoldmap to dirstatemap
|
changeset |
files
|
Tue, 26 Sep 2017 03:56:20 -0700 |
Durham Goode |
dirstate: move nonnormalentries to dirstatemap
|
changeset |
files
|
Tue, 26 Sep 2017 03:56:20 -0700 |
Durham Goode |
dirstate: create new dirstatemap class
|
changeset |
files
|
Fri, 29 Sep 2017 15:49:43 +0000 |
Alex Gaynor |
style: always use `x is not None` instead of `not x is None`
|
changeset |
files
|