Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+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: 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
branchmap: rename partial -> bcache
2019-01-21, by Martijn Pieters
context: delete mistaken comment about return value of renamed()
2019-01-21, by Martin von Zweigbergk
copies: get working copy parents from wctx, not dirstate, to make in-mem work
2019-01-15, by Martin von Zweigbergk
copies: pass contexts into _findlimit()
2019-01-15, by Martin von Zweigbergk
copies: consider nullrev a common ancestor
2019-01-15, by Martin von Zweigbergk
unshare: use context manager for locks
2019-01-17, by Martin von Zweigbergk
py3: new tests from the ratchet
2019-01-25, by Augie Fackler
dagop: check if stopdepth is greater than or equal to maxlogdepth
2019-01-26, by Anton Shestakov
revset: move dagop.maxlogdepth usage to generationsrel()
2019-01-26, by Anton Shestakov
test-revset: check that #generations[1:-1] doesn't result in any errors
2019-01-26, by Anton Shestakov
py3: fix a bytes/str mingling in test-install.t
2019-01-25, by Matt Harbison
tests: conditionalize Windows difference in test-dispatch.t
2019-01-25, by Matt Harbison
util: cast memoryview to bytes
2019-01-25, by Gregory Szorc
tests: add b'' prefixes to ui.configbool() call
2019-01-25, by Gregory Szorc
commands: check for modheads being None
2019-01-25, by Gregory Szorc
tests: add b'' when testing for tls1.2
2019-01-25, by Gregory Szorc
wireprotov2peer: make "received frame(...)" messages debug level
2019-01-25, by Gregory Szorc
tests: add optional setsockopt() output on Python 3
2019-01-25, by Gregory Szorc
wireprotov2peer: rewrite character traversal to use slices
2019-01-25, by Gregory Szorc
wireprotov2server: don't attempt to cast command name
2019-01-25, by Gregory Szorc
wireprotov2server: use pycompat.strkwargs when calling cachekeyfn
2019-01-25, by Gregory Szorc
diffstat: make --git work properly on renames (issue6025)
2019-01-17, by Navaneeth Suresh
cmdutil: drop obsolete comment about updating to '.'
2019-01-25, by Martin von Zweigbergk
mq: slightly simplify check for patched working copy
2019-01-24, by Martin von Zweigbergk
localrepo: slightly simplify check for removed parents in _rollback()
2019-01-24, by Martin von Zweigbergk
transplant: use bailifchanged() instead of reimplementing it
2019-01-24, by Martin von Zweigbergk
revpair: clarify check for empty revset
2019-01-24, by Martin von Zweigbergk
revpair: simplify revpair by always relying on smartset.first/last
2019-01-24, by Martin von Zweigbergk
grep: use set instead of dict with dummy value
2019-01-18, by Martin von Zweigbergk
grep: don't look up copy info unless --follow is given
2018-09-06, by Martin von Zweigbergk
hghave: let OSError with ENOENT through like any other
2019-01-17, by Martin von Zweigbergk
cleanup: delete lots of unused local variables
2019-01-17, by Martin von Zweigbergk
localrepo: use context manager for lock and transaction in commitctx()
2018-09-24, by Martin von Zweigbergk
localrepo: use context manager for locks in commit()
2019-01-16, by Martin von Zweigbergk
localrepo: use context manager for transaction in commit()
2019-01-16, by Martin von Zweigbergk
commit: print "commit message saved in" message also if bookmark update fails
2019-01-16, by Martin von Zweigbergk
remotefilelog: remove pointless return statement from constructor
2019-01-17, by Martin von Zweigbergk
revset: support ranges in #generations relation
2019-01-15, by Anton Shestakov
tests: fix module-import warnings in test-update-atomic.t
2019-01-24, by Pulkit Goyal
py3: use dict.items() instead of dict.iteritems() in tests/test-lfs-server.t
2019-01-18, by Pulkit Goyal
py3: add b'' prefixes in tests/test-lfs-serve.t
2019-01-18, by Pulkit Goyal
py3: add b'' prefixes in doc/check-seclevel.py
2019-01-24, by Pulkit Goyal
tests: remove some over-globbing in test-dispatch.t
2019-01-24, by Augie Fackler
py3: port test-parseindex.t to Python 3
2019-01-24, by Augie Fackler
py3: almost fix test-trusted.py
2019-01-24, by Augie Fackler
merge with stable
2019-01-25, by Yuya Nishihara
rust-cpython: raising error.WdirUnsupported
stable
2019-01-23, by Georges Racinet
rust: error for WdirUnsupported with cpython conversion as exception
stable
2019-01-23, by Georges Racinet
rust: working directory revision number constant
stable
2019-01-23, by Georges Racinet
py3: fix test-update-atomic.t
2019-01-24, by Augie Fackler
py3: fix test-newcgi.t
2019-01-24, by Augie Fackler
py3: fix up test-encoding-align.t for python3
2019-01-24, by Augie Fackler
py3: these two casefolding tests pass for me on my Mac
2019-01-24, by Augie Fackler
py3: port test-bugzilla.t to Python 3
2019-01-24, by Augie Fackler
uncommit: set dirstateparents from within _fixdirstate()
2019-01-20, by Martin von Zweigbergk
unamend: fix unamending of renamed rename
2019-01-20, by Martin von Zweigbergk
uncommit: mark old node obsolete after updating dirstate
2019-01-20, by Martin von Zweigbergk
unamend: import "copies" module as "copiesmod" to avoid shadowing
2019-01-18, by Martin von Zweigbergk
tests: add more tests of uncommit/unamend with copies
2019-01-18, by Martin von Zweigbergk
tests: clean up after each test in test-unamend.t
2019-01-18, by Martin von Zweigbergk
cleanup: use clang-tidy to add missing {} around one-line statements
2019-01-24, by Augie Fackler
py3: port test-batching.py to python3
2019-01-24, by Augie Fackler
py3: fix missing b prefixes in test-arbitraryfilectx.t
2019-01-24, by Augie Fackler
py3: add missing b prefixes in test-acl.t
2019-01-24, by Augie Fackler
py3: buildbot found more passing tests, thanks to indygreg for most of them
2019-01-24, by Augie Fackler
tests: drop a duplicate definition of a constant
2019-01-16, by Martin von Zweigbergk
tests: support URL quoting on Python 3
2019-01-23, by Gregory Szorc
tests: write directly to stdout to avoid b'' prefixes
2019-01-23, by Gregory Szorc
tests: handle string escaping/encoding on Python 3
2019-01-23, by Gregory Szorc
convert: use raw strings for XML strings
2019-01-23, by Gregory Szorc
tests: normalize XML values to bytes
2019-01-23, by Gregory Szorc
hgweb: ensure template mapping keys are bytes
2019-01-23, by Gregory Szorc
remotefilelog: use %d to format an int
2019-01-22, by Gregory Szorc
tests: use bytes for file I/O
2019-01-22, by Gregory Szorc
tests: make filenames bytes for Python 3
2019-01-22, by Gregory Szorc
tests: use assertEqual()
2019-01-22, by Gregory Szorc
tests: add setsockopt() output on Python 3
2019-01-22, by Gregory Szorc
hgweb: don't use raw string for session vars
2019-01-22, by Gregory Szorc
tests: normalize to bytes in test-install.t
2019-01-22, by Gregory Szorc
config: reject str sections and keys on Python 3
2019-01-22, by Gregory Szorc
tests: add size and hash for Python 3
2019-01-22, by Gregory Szorc
httppeer: use %s for formatting
2019-01-22, by Gregory Szorc
tests: add b'' to notcapable
2019-01-22, by Gregory Szorc
tests: add b'' to test-missing-capability.t
2019-01-22, by Gregory Szorc
fuzz: exercise more of the lazymanifest code
2019-01-22, by Augie Fackler
fuzz: restrict manifest input size
2019-01-22, by Augie Fackler
fuzz: exercise more of the revlog API
2019-01-22, by Augie Fackler
fuzz: don't allow enormous revlog inputs either
2019-01-22, by Augie Fackler
ui: remove unreachable branches and function calls from write() (issue6059)
stable
2019-01-24, by Yuya Nishihara
ui: inline _writenobuf() into write() due to performance issue
stable
2019-01-24, by Yuya Nishihara
ui: inline _write() into write() due to performance issue
stable
2019-01-24, by Yuya Nishihara
ui: optimize buffered write with no label
stable
2018-11-28, by Yuya Nishihara
partialdiscovery: avoid `undecided` related computation sooner than necessary
stable
2019-01-23, by Boris Feld
revlog: fix resolution of revlog version 0
stable
2019-01-21, by Yuya Nishihara
merge with stable
2019-01-22, by Martin von Zweigbergk
rust: add comment about lack of wdirrev handling
stable
2019-01-20, by Yuya Nishihara
templatekw: fix crash on multiple latesttags resolution at wdir (issue6055)
stable
2019-01-20, by Yuya Nishihara
test-template-keywords: add test for {latesttag} of wdir() revision
stable
2019-01-20, by Yuya Nishihara
narrow: fix crash when restoring backup in legacy repo
stable
2019-01-18, by Martin von Zweigbergk
revset: introduce an internal `_rev` predicate for '%d' usage
stable
2019-01-18, by Boris Feld
mmap: backed out changeset 875d2af8cb4e
stable
2019-01-18, by Boris Feld
mmap: backed out changeset 74a9f428227e
stable
2019-01-18, by Boris Feld
help: document the minimumhgversion variable for extensions
stable
2019-01-18, by Matt Harbison
help: modernize the example for command registration
stable
2019-01-18, by Matt Harbison
Added signature for changeset 593718ff5844
stable
2019-01-18, by Augie Fackler
Added tag 4.9rc0 for changeset 593718ff5844
stable
2019-01-18, by Augie Fackler
merge default into stable for 4.9 release
stable
4.9rc0
2019-01-18, by Augie Fackler
update: fix edge-case with update.atomic-file and read-only files
2019-01-10, by Boris Feld
scmutil: drop unreachable except clause
2019-01-16, by Martin von Zweigbergk
tests: suppress "Checked out 1 paths of <hash>" from modern git
2019-01-16, by Martin von Zweigbergk
revlog: document that mmap resources are released implicitly by GC
2019-01-13, by Yuya Nishihara
ui: proxy protect/restorestdio() calls to update internal flag
2018-09-26, by Yuya Nishihara
ui: move protectedstdio() context manager from procutil
2018-09-26, by Yuya Nishihara
cext: clang-format new code coming from stable branch
2019-01-10, by Yuya Nishihara
match: support rooted globs in hgignore
2019-01-03, by Valentin Gatien-Baron
resolve: fix mark-check when a file was deleted on one side (issue6020)
2018-11-07, by Kyle Lippincott
discovery: compute newly discovered missing in a more efficient way
2019-01-04, by Boris Feld
exthelper: drop the addattr() decorator
2019-01-17, by Matt Harbison
revsetbenchmark: add more example for roots usages
2019-01-14, by Boris Feld
dagop: minor python optimization to `headrevs`
2019-01-14, by Boris Feld
revset: use changelog's `headrevs` method to compute heads
2019-01-14, by Boris Feld
revlog: accept a revs argument in `headrevs`
2019-01-14, by Boris Feld
revset: inline parents computation to reuse the input argument
2019-01-14, by Boris Feld
revsetbenchmarks: add various examples around the 'heads()' revset
2019-01-13, by Boris Feld
revsetbenchmarks: support revset starting with a "-"
2019-01-14, by Boris Feld
py3: two more passing tests from the ratchet
2019-01-17, by Augie Fackler
py3: test*gendoc*.t passes on Python 3
2019-01-16, by Augie Fackler
bdiff: drop duplicate definition of splitnewlines()
2019-01-16, by Martin von Zweigbergk
tests: also skip remotefilelog *.py tests on Windows
2019-01-16, by Matt Harbison
py3: add 10 more passing tests caught by ratchet
2019-01-16, by Pulkit Goyal
remotefilelog: import Queue on Python 2, and queue on Python 3
2019-01-16, by Augie Fackler
py3: all fastannotate tests now pass
2019-01-16, by Augie Fackler
fastannotate: adapt to buffer() going a way in Python 3
2019-01-16, by Augie Fackler
fastannotate: use pycompat.maplist instead of map
2019-01-16, by Augie Fackler
fastannotate: slice strings to get single character
2019-01-16, by Augie Fackler
fastannotate: fix isinstance checks to be against bytes instead of str
2019-01-16, by Augie Fackler
absorb: add a pycompat.bytestr() to fix --edit-lines functionality on Python 3
2019-01-16, by Augie Fackler
remotefilelog: fix some bytes/str portability issues for Python 3
2019-01-16, by Augie Fackler
shallowutil: fsdecode the bytes group name before passing to os
2019-01-16, by Augie Fackler
shallowutil: slice off a byte instead of subscripting
2019-01-16, by Augie Fackler
remotefilelog: check against bytes type instead of buffer and coerce to bytes
2019-01-16, by Augie Fackler
remotefilelog: use list comprehension instead of filter for py3 portability
2019-01-16, by Augie Fackler
tests: fix up uses of xrange in remotefilelog tests for py3
2019-01-16, by Augie Fackler
tests: add missing b prefixes in remotefilelog-getflogheads.py
2019-01-16, by Augie Fackler
tests: make python oneliner portable to python 3 in remotefilelog test
2019-01-16, by Augie Fackler
remotefilelog: implement __bool__ as well as __nonzero__ for py3
2019-01-16, by Augie Fackler
remotefilelog: fix logging in retry decorator
2019-01-16, by Augie Fackler
basepack: avoid 'rbe' mode in Python 3
2019-01-16, by Augie Fackler
remotefilelog: do file IO in terms of bytes
2019-01-16, by Augie Fackler
rust-cpython: using MissingAncestors from Python code
2018-11-30, by Georges Racinet
rust: MissingAncestors.basesheads()
2019-01-14, by Georges Racinet
discovery: using the new basesheads()
2019-01-14, by Georges Racinet
ancestor: incrementalmissingancestors.basesheads()
2019-01-14, by Georges Racinet
rust-cpython: set conversion for MissingAncestors.bases()
2019-01-14, by Georges Racinet
rust: dagop.headrevs() Rust counterparts
2019-01-14, by Georges Racinet on ishtar.racinet.fr
rust: factorized testing Graphs
2019-01-14, by Georges Racinet
rust-cpython: moved generic conversion fn out of ancestors module
2019-01-12, by Georges Racinet
revset: transparently forward _intlist argument in all case
2019-01-15, by Boris Feld
narrow: reuse narrowspec.updateworkingcopy() when narrowing
2018-12-30, by Martin von Zweigbergk
narrow: reuse narrowspec.updateworkingcopy() when widening
2018-12-21, by Martin von Zweigbergk
narrow: move copytonarrowspec() out of setnarrowpats()
2018-12-29, by Martin von Zweigbergk
narrow: drop now-unnecessary reassignment of repo attributes
2018-12-29, by Martin von Zweigbergk
packaging: allow running packaging with custom uid+gid for CentOS
2019-01-11, by Mathias De Mare
hg-docker: fix Python 3.4 compatibility (for CentOS 7)
2019-01-11, by Mathias De Mare
copies: use node.nullrev instead of literal -1
2019-01-15, by Martin von Zweigbergk
copies: use node.wdirrev instead of inventing another constant for it
2019-01-15, by Martin von Zweigbergk
narrow: extract repo property for store narrowmatcher
2018-12-29, by Martin von Zweigbergk
narrow: copy store narrowspec to working copy immediately
2018-12-29, by Martin von Zweigbergk
narrow: include working copy narrowspec in transaction journal
2018-12-29, by Martin von Zweigbergk
narrow: make dirstateguard back up and restore working copy narrowspec instead
2018-12-29, by Martin von Zweigbergk
narrow: include journal.narrowspec in transaction journal
2019-01-10, by Martin von Zweigbergk
progress: deprecate ui.progress()
2019-01-08, by Martin von Zweigbergk
context: use scmutil.matchfiles instead of matchmod.match(exact=True)
2019-01-15, by Kyle Lippincott
histedit: fix call to _getgoal() by adding a byteskwargs() wrapper
2019-01-14, by Augie Fackler
revset: introduce an API that avoids `formatspec` input serialization
2019-01-04, by Boris Feld
revset: detect integer list on parsing
2019-01-04, by Boris Feld
revert: extract "%ld" formatting in a _formatintlist function
2019-01-04, by Boris Feld
revset: extract parsing logic out of formatspec
2019-01-04, by Boris Feld
revset: enforce "%d" to be interpreted as literal revision number (API) (BC)
2019-01-10, by Boris Feld
revset: remove the last usage of "%d" for a non-revision entry
2019-01-10, by Boris Feld
revset: remove a rare usage of "%d" for a non-revision item
2019-01-10, by Boris Feld
merge with stable
2019-01-14, by Augie Fackler
tests: replace mockmakedate function in test-amend.t
2019-01-13, by Taapas Agrawal
histedit: add rewrite.update-timestamp support to fold and mess
2019-01-10, by Taapas Agrawal
histedit: remove trailing space from warning message
2019-01-13, by Yuya Nishihara
histedit: fix weird indent of i18n text
2019-01-13, by Yuya Nishihara
progress: specify updatebar() function by constructor argument
2019-01-13, by Yuya Nishihara
progress: change _updatebar() to take parameters as arguments
2019-01-13, by Yuya Nishihara
archival: construct progress helper through ui.makeprogress()
2019-01-13, by Yuya Nishihara
help: document rewrite.backup-bundle option
2019-01-12, by Yuya Nishihara
repair: move ui.history-editing-backup to [rewrite] section
2019-01-12, by Yuya Nishihara
revlog: use separate variables to track version flags
2019-01-09, by Gregory Szorc
revlog: inline opener options logic into _loadindex()
2019-01-09, by Gregory Szorc
revlog: store mmaplargeindex as an instance attribute
2019-01-09, by Gregory Szorc
revlog: always enable generaldelta on version 2 revlogs
2019-01-09, by Gregory Szorc
revlog: rename v to versionflags
2019-01-09, by Gregory Szorc
revlog: always process opener options
2019-01-09, by Gregory Szorc
internals: minor rewriting of revlogs documentation
2019-01-09, by Gregory Szorc
tests: make HGCATAPULTSERVERPIPE imply HGTESTCATAPULTSERVERPIPE
2019-01-10, by Kyle Lippincott
tests: add test for warning on histedit with tagged commits
2019-01-10, by Navaneeth Suresh
extdiff: move external tool command line building into separate function
2019-01-10, by Ludovic Chabant
test: explicit a rebase source in test-rebase-collapse.t
2019-01-10, by Boris Feld
tags: join string that's unnecessarily split across lines
2019-01-11, by Martin von Zweigbergk
dispatch: add newline after ui.log "ui blocked ms" message
2019-01-11, by Martin von Zweigbergk
remotefilelog: fix {file_copies} template keyword
2019-01-11, by Martin von Zweigbergk
tests: demonstrate broken {file_copies} template with remotefilelog
2019-01-11, by Martin von Zweigbergk
contrib: update window title when possible in perf-revlog-write-plot.py
2019-01-03, by Boris Feld
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
tip