log

age author description
Fri, 27 Apr 2018 00:13:56 -0400 Augie Fackler minifileset: fix on Python 3
Fri, 27 Apr 2018 00:08:48 -0400 Augie Fackler tests: port test-url.py to Python 3
Fri, 27 Apr 2018 00:08:21 -0400 Augie Fackler tests: fix error case in test-url.py's doctest
Fri, 27 Apr 2018 00:06:08 -0400 Augie Fackler util: make util.url __repr__ consistent on Python 2 and 3
Fri, 27 Apr 2018 00:05:46 -0400 Augie Fackler sslutil: fix some edge cases in Python 3 support
Thu, 26 Apr 2018 23:33:27 -0400 Augie Fackler tests: port test-hybridencode.py to unittest
Thu, 26 Apr 2018 21:39:35 -0400 Augie Fackler tests: make test-check-interfaces.py work on Python 3
Thu, 26 Apr 2018 21:38:49 -0400 Augie Fackler scmutil: clean up bytes/string cache decorator mess on Python 3 again
Mon, 07 May 2018 12:18:09 -0700 Martin von Zweigbergk directaccess: use resolvehexnodeidprefix() instead of _partialmatch()
Mon, 07 May 2018 14:32:55 -0700 Martin von Zweigbergk revset: use resolvehexnodeidprefix() in id() predicate (BC)
Mon, 07 May 2018 14:32:43 -0700 Martin von Zweigbergk revset: make id() an empty set for ambiguous nodeid (BC)
Sat, 05 May 2018 00:16:43 -0700 Martin von Zweigbergk shortest: don't keep checking for longer prefix if node doesn't exist (API)
Wed, 02 May 2018 22:56:10 -0700 Martin von Zweigbergk shortest: extract function for checking if a prefix is a revnum
Thu, 03 May 2018 10:12:47 -0700 Martin von Zweigbergk shortest: rename "test" variable to "prefix"
Wed, 02 May 2018 22:49:06 -0700 Martin von Zweigbergk shortest: move some safe code out of exception block
Fri, 04 May 2018 22:04:44 -0700 Martin von Zweigbergk revlog: don't say "not found" on internal error
Fri, 04 May 2018 21:58:43 -0700 Martin von Zweigbergk revlog: extract function for getting node from known-to-exist rev
Mon, 07 May 2018 09:15:29 -0700 Martin von Zweigbergk shortest: make {shortest("fffffffff")} work again
Sun, 29 Apr 2018 14:29:09 -0700 Martin von Zweigbergk revlog: use radix tree also for matching keys shorter than 4 hex digits
Fri, 06 Apr 2018 12:55:32 -0700 Martin von Zweigbergk context: convert to hex for error message only for 20-byte changeid
Fri, 06 Apr 2018 12:59:17 -0700 Martin von Zweigbergk context: clarify that only one attempt is made to interpret changeid
Fri, 06 Apr 2018 12:45:08 -0700 Martin von Zweigbergk context: only bother looking for broken dirstate for 20-byte changeid
Fri, 11 May 2018 20:10:22 +0900 Yuya Nishihara revset: pass in lookup function to matchany() (issue5879) stable
Fri, 11 May 2018 20:08:30 +0900 Yuya Nishihara test-hgweb: add test for foo-bar name lookup stable
Sat, 28 Apr 2018 23:16:41 -0700 Martin von Zweigbergk context: drop support for looking up context by ambiguous changeid (API)
Sat, 28 Apr 2018 23:54:07 -0700 Martin von Zweigbergk tests: pass parent revision as integer to repo[x] in test-context-metadata.t
Sat, 05 May 2018 11:42:42 +0900 Yuya Nishihara bookmarks: cache reverse mapping (issue5868)
Sat, 05 May 2018 11:44:43 +0900 Yuya Nishihara bookmarks: make argument names of _set/_del() more specific
Sat, 05 May 2018 11:34:03 +0900 Yuya Nishihara bookmarks: extract function that looks up bookmark names by node
Sat, 05 May 2018 11:21:41 +0900 Yuya Nishihara bookmarks: hide dict behind bmstore class