Mercurial > hg
graph
-
cvsps: portably convert int to bytesFri, 27 Apr 2018 01:26:23 -0400, by Augie Fackler
-
cvsps: wrap cmp methods (deprecated) in functools.cmp_to_keyFri, 27 Apr 2018 01:24:04 -0400, by Augie Fackler
-
tests: port inline extension in test-convert-cvs.t to py3Fri, 27 Apr 2018 01:18:43 -0400, by Augie Fackler
-
cvsps: add b prefixes to regular expressionsFri, 27 Apr 2018 01:14:23 -0400, by Augie Fackler
-
minirst: fix bytes slicing defect on Python 3Fri, 27 Apr 2018 00:50:08 -0400, by Augie Fackler
-
tests: port test-minirst.py to Python 3Fri, 27 Apr 2018 00:46:05 -0400, by Augie Fackler
-
tests: use stringutil.pprint instead of pprint.pprint in test-minirst.pyFri, 27 Apr 2018 00:31:57 -0400, by Augie Fackler
-
tests: port test-pathencode.py to Python 3Fri, 27 Apr 2018 00:24:45 -0400, by Augie Fackler
-
tests: port test-hgwebdir-paths.py to Python 3Fri, 27 Apr 2018 00:18:46 -0400, by Augie Fackler
-
tests: port test-walkrepo.py to Python 3Fri, 27 Apr 2018 00:17:17 -0400, by Augie Fackler
-
tests: port test-minifileset.py to Python 3Fri, 27 Apr 2018 00:14:23 -0400, by Augie Fackler
-
minifileset: fix on Python 3Fri, 27 Apr 2018 00:13:56 -0400, by Augie Fackler
-
tests: port test-url.py to Python 3Fri, 27 Apr 2018 00:08:48 -0400, by Augie Fackler
-
tests: fix error case in test-url.py's doctestFri, 27 Apr 2018 00:08:21 -0400, by Augie Fackler
-
util: make util.url __repr__ consistent on Python 2 and 3Fri, 27 Apr 2018 00:06:08 -0400, by Augie Fackler
-
sslutil: fix some edge cases in Python 3 supportFri, 27 Apr 2018 00:05:46 -0400, by Augie Fackler
-
tests: port test-hybridencode.py to unittestThu, 26 Apr 2018 23:33:27 -0400, by Augie Fackler
-
tests: make test-check-interfaces.py work on Python 3Thu, 26 Apr 2018 21:39:35 -0400, by Augie Fackler
-
scmutil: clean up bytes/string cache decorator mess on Python 3 againThu, 26 Apr 2018 21:38:49 -0400, by Augie Fackler
-
directaccess: use resolvehexnodeidprefix() instead of _partialmatch()Mon, 07 May 2018 12:18:09 -0700, by Martin von Zweigbergk
-
revset: use resolvehexnodeidprefix() in id() predicate (BC)Mon, 07 May 2018 14:32:55 -0700, by Martin von Zweigbergk
-
revset: make id() an empty set for ambiguous nodeid (BC)Mon, 07 May 2018 14:32:43 -0700, by Martin von Zweigbergk
-
shortest: don't keep checking for longer prefix if node doesn't exist (API)Sat, 05 May 2018 00:16:43 -0700, by Martin von Zweigbergk
-
shortest: extract function for checking if a prefix is a revnumWed, 02 May 2018 22:56:10 -0700, by Martin von Zweigbergk
-
shortest: rename "test" variable to "prefix"Thu, 03 May 2018 10:12:47 -0700, by Martin von Zweigbergk
-
shortest: move some safe code out of exception blockWed, 02 May 2018 22:49:06 -0700, by Martin von Zweigbergk
-
revlog: don't say "not found" on internal errorFri, 04 May 2018 22:04:44 -0700, by Martin von Zweigbergk
-
revlog: extract function for getting node from known-to-exist revFri, 04 May 2018 21:58:43 -0700, by Martin von Zweigbergk
-
shortest: make {shortest("fffffffff")} work againMon, 07 May 2018 09:15:29 -0700, by Martin von Zweigbergk
-
revlog: use radix tree also for matching keys shorter than 4 hex digitsSun, 29 Apr 2018 14:29:09 -0700, by Martin von Zweigbergk
-
context: convert to hex for error message only for 20-byte changeidFri, 06 Apr 2018 12:55:32 -0700, by Martin von Zweigbergk
-
context: clarify that only one attempt is made to interpret changeidFri, 06 Apr 2018 12:59:17 -0700, by Martin von Zweigbergk
-
context: only bother looking for broken dirstate for 20-byte changeidFri, 06 Apr 2018 12:45:08 -0700, by Martin von Zweigbergk
-
revset: pass in lookup function to matchany() (issue5879) stableFri, 11 May 2018 20:10:22 +0900, by Yuya Nishihara
-
test-hgweb: add test for foo-bar name lookup stableFri, 11 May 2018 20:08:30 +0900, by Yuya Nishihara
-
context: drop support for looking up context by ambiguous changeid (API)Sat, 28 Apr 2018 23:16:41 -0700, by Martin von Zweigbergk
-
tests: pass parent revision as integer to repo[x] in test-context-metadata.tSat, 28 Apr 2018 23:54:07 -0700, by Martin von Zweigbergk
-
bookmarks: cache reverse mapping (issue5868)Sat, 05 May 2018 11:42:42 +0900, by Yuya Nishihara
-
bookmarks: make argument names of _set/_del() more specificSat, 05 May 2018 11:44:43 +0900, by Yuya Nishihara
-
bookmarks: extract function that looks up bookmark names by nodeSat, 05 May 2018 11:34:03 +0900, by Yuya Nishihara
-
bookmarks: hide dict behind bmstore classSat, 05 May 2018 11:21:41 +0900, by Yuya Nishihara
-
tests: remove pid file by defaultSat, 05 May 2018 19:00:03 -0700, by Gregory Szorc
-
tests: remove #require killdaemonsMon, 30 Apr 2018 19:54:55 -0700, by Gregory Szorc
-
pycompat: export queue module instead of symbols in module (API)Sat, 05 May 2018 18:35:16 -0700, by Gregory Szorc
-
demandimport: make module ignores a set (API)Sat, 05 May 2018 18:41:51 -0700, by Gregory Szorc
-
bundle2: mark the bundle2 part as advisory (issue5872) stableTue, 08 May 2018 14:17:46 -0700, by Boris Feld
-
debugbundle: also display if a part is mandatory or advisory stableTue, 08 May 2018 11:39:38 +0200, by Boris Feld
-
cmdutil: remove unused 'confirmopts' constantThu, 19 Apr 2018 20:33:43 +0900, by Yuya Nishihara
-
formatter: ditch namedtuple in favor of attrThu, 03 May 2018 15:08:16 +0900, by Yuya Nishihara
-
log: consume --stat/patch options at constructor of changesetprinterSun, 29 Apr 2018 15:52:01 +0900, by Yuya Nishihara
-
log: cache diffopts instanceSun, 29 Apr 2018 15:44:17 +0900, by Yuya Nishihara
-
merge with stableSat, 05 May 2018 18:06:45 -0700, by Gregory Szorc
-
filelog: don't crash on invalid copy metadata (issue5748) stable 4.6Thu, 30 Nov 2017 21:19:46 -0500, by Gregory Szorc
-
httppeer: detect redirect to URL without query string (issue5860) stableMon, 30 Apr 2018 15:32:11 -0700, by Gregory Szorc
-
hgweb: prevent triggering dummy href="#" handler stableThu, 03 May 2018 14:43:25 +0900, by Yuya Nishihara
-
paper: add href="#" to links with click handlers stableWed, 02 May 2018 21:00:43 -0700, by Gregory Szorc
-
paper: don't register click handlers with inline javascript (issue5812) stableWed, 02 May 2018 19:16:01 -0700, by Gregory Szorc
-
hgweb: allow Content-Security-Policy header on 304 responses (issue5844) stableMon, 30 Apr 2018 17:28:59 -0700, by Gregory Szorc