Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
+10000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
py3: replace s[-1] with s.endswith() in eol handling
2018-06-16, by Yuya Nishihara
py3: fix loop over byte string in wireprotov1peer
2018-06-16, by Yuya Nishihara
py3: glob out some error messages in test-fileset.t
2018-06-16, by Yuya Nishihara
fileset: raise ProgrammingError for bad existing() calls
2018-06-16, by Yuya Nishihara
py3: cast bytes encoding name to str in fileset.py
2018-06-16, by Yuya Nishihara
import: use context manager for wlock
2018-06-14, by Martin von Zweigbergk
tag: use context manager for locks
2018-06-14, by Martin von Zweigbergk
commit: use context manager for locks
2018-06-14, by Martin von Zweigbergk
backout: use context manager for locks
2018-06-14, by Martin von Zweigbergk
backout: use context manager for dirstateguard
2018-06-14, by Martin von Zweigbergk
backout: use context manager for config override
2018-06-14, by Martin von Zweigbergk
update: use context manager for config override (API)
2018-06-14, by Martin von Zweigbergk
resolve: use context manager for config override
2018-06-14, by Martin von Zweigbergk
merge: use context manager for config override
2018-06-14, by Martin von Zweigbergk
graft: use context manager for config override
2018-06-14, by Martin von Zweigbergk
tests: suppress read(-1) -> '' calls in fileobjectobserver
2018-06-14, by Augie Fackler
debugcommands: work around logiofd being a pipe and unseekable
2018-06-14, by Augie Fackler
py3: replace `unicode` with pycompat.unicode
2018-06-13, by Pulkit Goyal
cmdutil: say that `graft --stop` stops the graft instead of aborting
2018-06-15, by Pulkit Goyal
py3: two more passing tests from the ratchet in buildbot
2018-06-14, by Augie Fackler
bdiff: one more safe call of bdiff_freehunks(NULL)
2018-06-14, by Yuya Nishihara
bdiff: document that bdiff_freehunks() accepts NULL
2018-06-14, by Yuya Nishihara
hgweb: propagate http headers from ErrorResponse for web interface commands
2018-06-14, by Sune Foldager
py3: fix map() use in templatekw.showpredecessors()
2018-06-14, by Yuya Nishihara
merge with stable
2018-06-14, by Yuya Nishihara
templatefilters: rename commonprefix to commondir
2018-06-13, by Martin von Zweigbergk
bitmanipulation: fix undefined behavior in bit shift in getbe32
2018-06-13, by Augie Fackler
lazymanifest: don't crash when out of memory (issue5916)
stable
2018-06-13, by Josef 'Jeff' Sipek
cext: stop worrying and love the free(NULL)
stable
2018-06-13, by Josef 'Jeff' Sipek
templatefilters: undeprecate hgdate
2018-06-13, by Yuya Nishihara
templater: restore the original string format of {date}
2018-06-13, by Yuya Nishihara
hgweb: insist http_status value is a sysstr
2018-06-12, by Augie Fackler
hgweb: pass a sysstr to low-level _start_response method
2018-06-12, by Augie Fackler
tests: fix printenv script on Python 3
2018-06-12, by Augie Fackler
cvsps: port changeset __repr__ to py3
2018-06-12, by Augie Fackler
cvsps: avoid comparison between None and a tuple in date sorting
2018-06-12, by Augie Fackler
py3: buildbot informs me we have two new passing tests
2018-06-12, by Augie Fackler
tests: fix test-patch.t on pickier /bin/sh implementations
stable
2018-05-20, by Augie Fackler
commandserver: close server's fds explicitly from a worker
2018-06-12, by Jun Wu
run-tests: restrict the test cases allowed characters
2018-06-12, by Boris Feld
templater: abstract truth testing to fix {if(list_of_empty_strings)}
2018-06-09, by Yuya Nishihara
show: stringify filtered list of tags before testing emptiness
2018-06-12, by Yuya Nishihara
templatefilters: deprecate hgdate as {date|hgdate} is the default format
2018-03-24, by Yuya Nishihara
templater: make date wrapper support dot/map operations
2018-03-24, by Yuya Nishihara
templater: introduce a wrapper for date tuple (BC)
2018-03-24, by Yuya Nishihara
templater: promote tomap() to an interface type
2018-04-21, by Yuya Nishihara
templater: rename mappable to hybriditem as it is the primary use case
2018-06-09, by Yuya Nishihara
serve: do not daemonize by default by --print-url
2018-06-08, by Yuya Nishihara
mercurial: add .t files to .editorconfig
2018-06-07, by Gregory Szorc
graft: add a new `--stop` flag to stop interrupted graft
2018-05-28, by Pulkit Goyal
graft: fix the help text to say `graft reapplies previous options`
2018-06-12, by Pulkit Goyal
files: drop now-unnecessary filtering of removed dirstate files
2018-06-11, by Martin von Zweigbergk
context: make workingctx.matches() filter our removed files (API)
2018-06-11, by Martin von Zweigbergk
locate: explicitly use dirstate.matches() for working copy
2018-06-11, by Martin von Zweigbergk
revsets: define a none() revset
2018-06-11, by Martin von Zweigbergk
statprof: fix save and load
2018-06-11, by Boris Feld
perftemplating: abort on incompatible version
2018-06-11, by Boris Feld
templater: fix string representation of wrapped None
2018-06-05, by Yuya Nishihara
templater: show slightly better hint on map operation error
2018-06-08, by Yuya Nishihara
templater: inline unwraphybrid()
2018-03-21, by Yuya Nishihara
templater: drop hybrid-ness on unwrapvalue()
2018-03-19, by Yuya Nishihara
templater: mark .keytype as a private attribute
2018-03-23, by Yuya Nishihara
templater: abstract ifcontains() over wrapped types
2018-03-19, by Yuya Nishihara
templater: inline wraphybridvalue()
2018-03-21, by Yuya Nishihara
templater: abstract min/max away
2018-03-19, by Yuya Nishihara
stringutil: fix prettyrepr() to not orphan foo=<...> line
2018-06-10, by Yuya Nishihara
debugwalk: pretty-print nested matcher
2018-06-10, by Yuya Nishihara
debugwalk: show matcher output only if -v/--verbose
2018-06-10, by Yuya Nishihara
stringutil: promote smartset.prettyformat() to utility function
2018-06-10, by Yuya Nishihara
profiling: introduce a "profiling.time-track" option
2018-06-01, by Boris Feld
statprof: also gather wall time
2018-06-01, by Boris Feld
perftemplating: allow to specify the template to test
2018-05-31, by Boris Feld
perftemplating: stop going through the log command
2018-05-31, by Boris Feld
perftemplating: move revision argument to flag only
2018-05-31, by Boris Feld
perftemplating: drop usage of buffer
2018-05-31, by Boris Feld
perftemplating: move template formating into its own function
2018-05-31, by Boris Feld
perftemplating: fix the revisions argument
2018-05-31, by Boris Feld
py3: make sure util.username() always returns bytes
2018-06-09, by Pulkit Goyal
py3: add b'' prefix to make the regex bytes
2018-06-09, by Pulkit Goyal
phases: use "published" in the phase movement message
2018-06-05, by Boris Feld
phase: clarify the message about movement on command changeset
2018-06-05, by Boris Feld
fuzz: try and generate an interesting mpatch seed from a repo
2018-04-29, by Augie Fackler
fuzz: structured helpers for creating mpatch seed corpus entries
2018-04-29, by Augie Fackler
fuzz: new fuzzer for the mpatch code
2018-04-28, by Augie Fackler
run-tests: follow-up on the test-case format
2018-06-07, by Boris Feld
templater: resolve type of dict key in getmember()
2018-05-04, by Yuya Nishihara
templater: promote getmember() to an interface of wrapped types
2018-03-21, by Yuya Nishihara
templater: move getdictitem() to hybrid class
2018-03-21, by Yuya Nishihara
templater: add try-except stub to runmember()
2018-04-21, by Yuya Nishihara
templater: do dict lookup over a wrapped object
2018-03-21, by Yuya Nishihara
merge with stable
2018-06-06, by Augie Fackler
graft: reuse the --log value passed initially in `hg graft --continue` (BC)
2018-05-26, by Pulkit Goyal
graft: add test showing --continue not preserving --log passed earlier
2018-05-26, by Pulkit Goyal
test-fuzz-targets: look for clang-6.0 binary as well
2018-06-03, by Yuya Nishihara
test-fuzz-targets: rebuild executable silently
2018-06-03, by Yuya Nishihara
fuzz: fix "make clean" to pass even if no binaries built yet
2018-06-03, by Yuya Nishihara
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
+10000
tip