Mercurial > hg
graph
-
compat: back out a25343d16ebe (initialize LC_CTYPE locale on all Python ...)Sun, 28 Jun 2020 17:52:29 +0200, by Manuel Jacob
-
curses: back out d2227d4c9e6b (do not initialize LC_ALL to user settings)Sun, 28 Jun 2020 17:49:14 +0200, by Manuel Jacob
-
test: redirect stderr so warning messages don't change output (issue6237)Thu, 25 Jun 2020 11:22:34 +0200, by Julien Cristau
-
locks: expect repo lock, not wlock, when writing to .hg/strip-backup/Thu, 25 Jun 2020 12:02:34 -0700, by Martin von Zweigbergk
-
graft: leverage cmdutil.check_incompatible_arguments() for --abort/--stopThu, 25 Jun 2020 13:37:56 -0700, by Martin von Zweigbergk
-
convert: set LC_CTYPE around calls to Subversion bindings stableSun, 28 Jun 2020 18:02:45 +0200, by Manuel Jacob
-
curses: do not initialize LC_ALL to user settings (issue6358) stableSun, 28 Jun 2020 18:02:45 +0200, by Manuel Jacob
-
graft: leverage cmdutil.check_incompatible_arguments() for --no-commitThu, 25 Jun 2020 13:29:05 -0700, by Martin von Zweigbergk
-
graft: leverage cmdutil.check_at_most_one_arg() for --abort/--stop/--continueThu, 25 Jun 2020 13:27:37 -0700, by Martin von Zweigbergk
-
version: sort extensions by name in verbose modeSat, 27 Jun 2020 21:45:20 -0400, by Matt Harbison
-
crecord: stop trying to import wcursesSat, 27 Jun 2020 20:19:41 +0200, by Manuel Jacob
-
debian: support building a single deb for multiple py3 versionsThu, 18 Jun 2020 10:48:27 -0700, by Kyle Lippincott
-
merge with stableFri, 26 Jun 2020 11:20:58 -0400, by Augie Fackler
-
hgweb: encode WSGI environment like OS environment stableThu, 25 Jun 2020 03:46:07 +0200, by Manuel Jacob
-
curses: do not initialize LC_ALL to user settings (issue6358)Fri, 26 Jun 2020 09:37:34 +0200, by Manuel Jacob
-
compat: initialize LC_CTYPE locale on all Python versions and platformsFri, 26 Jun 2020 04:07:50 +0200, by Manuel Jacob
-
merge with stableThu, 25 Jun 2020 10:32:51 -0700, by Martin von Zweigbergk
-
merge: don't grab wlock when merging in memoryWed, 24 Jun 2020 23:17:56 -0700, by Martin von Zweigbergk
-
pycompat: use os.fsencode() to re-encode sys.argvWed, 24 Jun 2020 14:44:21 +0200, by Manuel Jacob
-
merge with stableThu, 25 Jun 2020 22:40:04 +0900, by Yuya Nishihara
-
perf: make `hg perfwrite` more flexibleFri, 05 Jun 2020 01:54:13 +0200, by Manuel Jacob
-
chg: fix typoTue, 23 Jun 2020 04:55:27 +0200, by Manuel Jacob
-
copies: implement __repr__ on branch_copies for debuggingFri, 19 Jun 2020 09:27:02 -0700, by Martin von Zweigbergk
-
phases: remove useless lookup of repo[rev].rev() in _retractboundarySat, 20 Jun 2020 11:10:23 +0900, by Yuya Nishihara
-
ui: replace `self._ferr` with identical `dest`Thu, 04 Jun 2020 06:44:00 +0200, by Manuel Jacob
-
absorb: make it clear what happens when no inputSat, 20 Jun 2020 11:51:34 +0530, by Sushil khanchi
-
tests: add hghave rule 'setprocname' to check if osutil.setprocname and use itWed, 17 Jun 2020 17:46:30 +0530, by Pulkit Goyal
-
util: flush stderr explicitly after using warnings.warn()Fri, 19 Jun 2020 20:42:14 +0530, by Pulkit Goyal