Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+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: remove unneeded fsencode() from gitsubrepo
2019-02-02, by Yuya Nishihara
debugcommands: add a debugpathcopies command
2019-01-25, by Martin von Zweigbergk
py3: record several more passes from the buildbot ratchet
2019-02-01, by Augie Fackler
grep: respect ui.relative-paths
2019-01-30, by Martin von Zweigbergk
grep: move writing of path outside of column loop
2019-01-30, by Martin von Zweigbergk
resolve: respect ui.relative-paths
2019-01-29, by Martin von Zweigbergk
merge: respect ui.relative-paths
2019-01-30, by Martin von Zweigbergk
histedit: add templating support to histedit's rule file generation
2019-01-29, by Augie Fackler
py3: account for demand import difference between Python versions
2019-02-01, by Gregory Szorc
tests: use unimported modules in test-demandimport.py
2019-02-01, by Gregory Szorc
py3: conditionalize test-demandimport.py for Python 3
2019-02-01, by Gregory Szorc
py3: replace print() with assert in test-demandimport.py
2019-02-01, by Gregory Szorc
py3: pass str into grp.getgrnam
2019-02-02, by Pulkit Goyal
montone: fix addition to list by using .append() instead of '+'
2019-01-30, by Pulkit Goyal
tests: give up and make setsockopt() calls optional in the output
2019-01-30, by Augie Fackler
py3: fix test-remotefilelog-repack.t
2019-01-31, by Augie Fackler
tests: alter email `From` line to a value that's consistently parsed
2019-01-30, by Augie Fackler
diff: drop duplicate filter of copies by destination
2019-01-31, by Martin von Zweigbergk
diff: use match.intersectmatchers()
2019-01-31, by Martin von Zweigbergk
tests: convert ParseError arguments to str on Python 3
2019-02-01, by Gregory Szorc
tests: quote $PYTHON for py3 support on Windows
2019-01-31, by Matt Harbison
py3: byteify the --retest path of run-tests.py
2019-01-31, by Matt Harbison
subrepo: clean up lingering bytes/str issues in svn support
2019-01-30, by Augie Fackler
tweakdefaults: set ui.relative-paths instead of command.status.relative
2019-01-30, by Martin von Zweigbergk
status: introduce higher-level ui.relative-paths
2019-01-29, by Martin von Zweigbergk
status: extract helper for producing relative or absolute path for UI
2019-01-29, by Martin von Zweigbergk
tags: avoid generating commit for an already deleted tag (issue5752)
2019-01-31, by Navaneeth Suresh
watchman: detect nested mercurial repositories and abort
2018-12-21, by Boris Feld
watchman: add verbose config knob
2018-12-21, by Boris Feld
extdiff: add --per-file and --confirm options
2019-01-29, by Ludovic Chabant
run-tests: sort the skip, failure and error lists in the final output
2019-01-30, by Matt Harbison
tests: add Python 3 output for test-remotefilelog-gc.t
2019-01-30, by Gregory Szorc
hg: raise Abort on invalid path
2019-01-30, by Gregory Szorc
subrepo: bytes/str cleanups on Git support
2019-01-30, by Augie Fackler
tests: compare against a bytes in test-lock.py
2019-01-30, by Gregory Szorc
tests: perform a shallow copy instead of a deep copy
2019-01-30, by Gregory Szorc
tests: make and use a new `svnurlof.py` helper for constructing svn urls
2019-01-30, by Augie Fackler
server: skip logging of ECONNRESET
2019-01-30, by Augie Fackler
git: a little pycompat.bytestring() love to make this code work in py3
2019-01-30, by Augie Fackler
py3: have test-revset2.t write test scripts in a more portable way
2019-01-24, by Augie Fackler
py3: fix up test-remotefilelog-cacheprocess.t to not depend on a repr
2019-01-30, by Augie Fackler
remotefilelog: cast division result to an int
2019-01-30, by Gregory Szorc
tests: cast division result to int
2019-01-30, by Gregory Szorc
tests: various Python 3 ports for test-remotefilelog-datapack.py
2019-01-30, by Gregory Szorc
tests: use items() in test-remotefilelog-datapack.py
2019-01-30, by Gregory Szorc
tests: use bytes and %d formatting in test-remotefilelog-datapack.py
2019-01-30, by Gregory Szorc
perf: add a --[no-]clear-caches option to `perfnodemap`
2019-01-28, by Boris Feld
perf: add a perfnodemap command
2019-01-25, by Boris Feld
wireprotov1server: use binascii.unhexlify
2019-01-30, by Gregory Szorc
tests: conditionalize test-http-bad-server.t for Python 3.5
2019-01-30, by Gregory Szorc
tests: log sendall() operations and port test-http-bad-server.t
2019-01-30, by Gregory Szorc
tests: glob away readline(-1)
2019-01-29, by Gregory Szorc
tests: change how sockets are closed
2019-01-30, by Gregory Szorc
tests: add b'' prefixes to badserverext.py
2019-01-30, by Gregory Szorc
hgweb: log error before attempting I/O
2019-01-30, by Gregory Szorc
tests: write commit message using file I/O
2019-01-29, by Gregory Szorc
Added signature for changeset 83377b4b4ae0
stable
2019-02-01, by Augie Fackler
Added tag 4.9 for changeset 83377b4b4ae0
stable
2019-02-01, by Augie Fackler
subrepo: reject potentially unsafe subrepo paths (BC) (SEC)
stable
4.9
2019-01-08, by Yuya Nishihara
subrepo: prohibit variable expansion on creation of hg subrepo (SEC)
stable
2019-01-08, by Yuya Nishihara
subrepo: extend path auditing test to include more weird patterns (SEC)
stable
2019-01-08, by Yuya Nishihara
copyright: update to 2019
stable
2019-01-31, by Anton Shestakov
patch: handle 0 context lines (diff.unified=0) when parsing patches
2019-01-28, by Kyle Lippincott
py3: pass str into RuntimeError() to prevent b'' in output
2019-01-30, by Pulkit Goyal
py3: use '%d' instead of '%s' for integers
2019-01-30, by Pulkit Goyal
tests: port test-hgweb-auth.py to Python 3
2019-01-29, by Augie Fackler
url: convert some variables back to bytes
2019-01-29, by Augie Fackler
url: add some defensive asserts on expected incoming types
2019-01-29, by Augie Fackler
changegroup: don't try to build changelog chunks if not required
2019-01-29, by Pulkit Goyal
revlog: make sure we never use sparserevlog without general delta (issue6056)
stable
2019-01-24, by Boris Feld
sparserevlog: document the config option
stable
2019-01-30, by Boris Feld
changegroup: initialize the state variable a bit earlier
2019-01-29, by Pulkit Goyal
tests: conditionalize test output on Python 3.7
2019-01-26, by Gregory Szorc
hghave: add pyXY features for Python version numbers
2018-10-13, by Gregory Szorc
py3: whitelist couple more passing tests found by buildbot
2019-01-29, by Pulkit Goyal
keepalive: implement _close_conn() so closes are known
2019-01-26, by Gregory Szorc
lfs: explicitly add the Content-Length header when uploading blobs, for py3
2019-01-28, by Matt Harbison
perf: support looking up multiple revisions
2019-01-28, by Boris Feld
perf: add a no-lookup variant to perfindex
2019-01-25, by Boris Feld
perf: add some documentation to perfindex
2019-01-28, by Boris Feld
perf: move cache clearing in the `setup` step of `perfheads`
2019-01-25, by Boris Feld
revlog: document cext oddities in terms of object/caches
2019-01-25, by Boris Feld
perf: document perfheads
2019-01-25, by Boris Feld
py3: stabilize the output of lfs commandserver tests
2019-01-27, by Matt Harbison
py3: conditionalize some LFS test output
2019-01-27, by Matt Harbison
lfs: strip the response headers from the Batch API before printing
2019-01-27, by Matt Harbison
py3: force hgweb.server error log to internally write unicode
2019-01-27, by Matt Harbison
py3: byteify the decoded JSON responses upon receipt in the LFS blobstore
2019-01-27, by Matt Harbison
hgweb: ensure Content-Length and Content-Type are not promoted to HTTP_ on py3
2019-01-27, by Matt Harbison
py3: raw stringify various JSON and HTTP headers in the LFS blobstore module
2019-01-27, by Matt Harbison
py3: byteify the LFS blobstore module
2019-01-27, by Matt Harbison
py3: raw stringify various things in the LFS server module
2019-01-27, by Matt Harbison
py3: add b'' prefixes to the LFS server module
2019-01-27, by Matt Harbison
py3: add b'' and r'' prefixes to LFS tests
2019-01-27, by Matt Harbison
py3: more tests from the ratchet
2019-01-27, by Augie Fackler
dispatch: unify handler of IOError and OSError
2019-01-26, by Yuya Nishihara
dispatch: quote filename in IOError as well
2019-01-26, by Yuya Nishihara
dispatch: add inline comment about possible IOError subtypes
2019-01-26, by Yuya Nishihara
convert: print exception message directly
2019-01-26, by Gregory Szorc
crecord: always return a str from uihunk.__repr__
2019-01-26, by Gregory Szorc
tests: handles bytes/str mismatch in test-commit-interface-curses.t
2019-01-26, by Gregory Szorc
githelp: format with %d if an integer
2019-01-26, by Gregory Szorc
githelp: make argument parsing more compatible with Python 3
2019-01-26, by Gregory Szorc
tests: add b'' prefixes to flagprocessorext.py
2019-01-26, by Gregory Szorc
tests: add b'' to config file name
2019-01-26, by Gregory Szorc
sslutil: ensure serverhostname is bytes when formatting
2019-01-26, by Gregory Szorc
sslutil: use raw strings for exception reason compare
2019-01-26, by Gregory Szorc
keepalive: track ready state with a bool
2019-01-26, by Gregory Szorc
keepalive: use collections.defaultdict for host map
2019-01-26, by Gregory Szorc
statichttprepo: use str to appease Python 3
2019-01-26, by Gregory Szorc
statichttprepo: use URLError.reason directly
2019-01-26, by Gregory Szorc
mail: document behavior of Python 3
2019-01-26, by Gregory Szorc
notify: be more defensive aboute None values
2019-01-26, by Gregory Szorc
wireprotov2server: use our JSON encoder
2019-01-26, by Gregory Szorc
tests: add optional setsockopt() lines for Python 3
2019-01-25, by Gregory Szorc
diffstat: support filenames with whitespaces on renames
2019-01-26, by Navaneeth Suresh
largefiles: avoid walking full manifest
2019-01-21, by Martin von Zweigbergk
cleanup: use p1() instead of parents() when we only need the first parent
2019-01-25, by Martin von Zweigbergk
cleanup: use repo['.'] instead of repo[None].p1()
2019-01-25, by Martin von Zweigbergk
cleanup: use p1() and p2() instead of parents()[0] and parents()[1]
2019-01-25, by Martin von Zweigbergk
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip