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: rename pycompat.getcwd() to encoding.getcwd() (API)
2018-09-21, by Matt Harbison
py3: whitelist two more passing tests
2018-09-24, by Augie Fackler
keepalive: be more careful about self._rbuf when calling super impls
2018-09-24, by Augie Fackler
wireprotov2: teach changesetdata to fetch ancestors until depth
2018-09-17, by Gregory Szorc
wireprotov2: allow multiple fields to follow revision maps
2018-09-20, by Gregory Szorc
wireprotov2: advertise set of valid values for requestable fields
2018-09-17, by Gregory Szorc
wireprotov2: expose rich arguments metadata
2018-09-17, by Gregory Szorc
wireprotov2: advertise recognized path filter prefixes
2018-09-17, by Gregory Szorc
wireprotov2: declare command arguments richly
2018-08-30, by Gregory Szorc
chgserver: do not send system() back to client if stdio redirected (issue5992)
stable
2018-09-26, by Yuya Nishihara
chgserver: update comment describing when to fall back to core _runsystem()
stable
2018-09-26, by Yuya Nishihara
procutil: compare fd number to see if stdio protection is needed (issue5992)
stable
2018-09-26, by Yuya Nishihara
test-ssh: show that stdio redirection doesn't work with chg
stable
2018-09-25, by Yuya Nishihara
revset: make heads(commonancestors(x + x^)) be x^, not x
stable
2018-09-25, by Valentin Gatien-Baron
revset: add tests of heads(commonancestors(..))
stable
2018-09-25, by Valentin Gatien-Baron
revset: reword commonancestor()'s help
stable
2018-09-25, by Valentin Gatien-Baron
revset: remove part of the commonancestors() comment
stable
2018-09-25, by Valentin Gatien-Baron
revset: make commonancestors(x + x^) be ::(x^), not ::x
stable
2018-09-25, by Valentin Gatien-Baron
revset: add test demonstrating a bug with commonancestor()
stable
2018-09-25, by Valentin Gatien-Baron
revset: fix commonancestor test so it demonstrates correct behavior
stable
2018-09-25, by Valentin Gatien-Baron
annotate: pass in wdir rev and node to formatter (BC)
2018-09-15, by Yuya Nishihara
annotate: pass around full hex node until formatting plain output
2018-09-15, by Yuya Nishihara
log: fill in pseudo rev and node as wdir() manifest identifiers
2018-09-15, by Yuya Nishihara
log: have changesetformatter fill in wdir() rev and node (BC)
2018-09-15, by Yuya Nishihara
hgweb: use scmutil.binnode() to translate None to wdir hash (issue5988)
2018-09-23, by Yuya Nishihara
hgweb: register web.static to the config table
2018-09-23, by Yuya Nishihara
help: document web.static config
2018-09-23, by Yuya Nishihara
py3: use pycompat.strkwargs() in contrib/simplemerge
2018-09-24, by Pulkit Goyal
py3: add b'' prefixes in contrib/simplemerge
2018-09-23, by Pulkit Goyal
tests: use assertTrue() instead of assert_() in test-bdiff.py
2018-09-23, by Pulkit Goyal
py3: use '%d' for integers instead of '%s'
2018-09-23, by Pulkit Goyal
py3: add b'' prefixes in tests/test-bdiff.py
2018-09-23, by Pulkit Goyal
py3: fix kwargs handling in hgext/absorb.py
2018-09-23, by Pulkit Goyal
filelog: stop proxying headrevs() (API)
2018-09-18, by Gregory Szorc
hgweb: use heads() instead of headrevs()
2018-09-18, by Gregory Szorc
filelog: record what's using attributes
2018-09-18, by Gregory Szorc
filelog: stop proxying datafile (API)
2018-09-18, by Gregory Szorc
filelog: stop proxying _addrevision() (API)
2018-09-18, by Gregory Szorc
filelog: stop proxying compress() (API)
2018-09-18, by Gregory Szorc
filelog: stop proxying start(), end(), and length() (API)
2018-09-18, by Gregory Szorc
revlog: move censor logic out of censor extension
2018-09-18, by Gregory Szorc
global: replace most uses of RevlogError with StorageError (API)
2018-09-18, by Gregory Szorc
error: introduce StorageError
2018-09-18, by Gregory Szorc
revlog: drop LookupError alias (API)
2018-09-18, by Gregory Szorc
revlog: drop some more error aliases (API)
2018-09-18, by Gregory Szorc
revlog: drop RevlogError alias (API)
2018-09-18, by Gregory Szorc
testing: add interface unit tests for file storage
2018-09-18, by Gregory Szorc
narrow: remove narrowrevlog
2018-09-18, by Gregory Szorc
localrepo: enable ellipsis flag on revlogs when repo is narrow
2018-09-13, by Gregory Szorc
revlog: add opener option to enable ellipsis flag processor
2018-09-13, by Gregory Szorc
revlog: store flag processors per revlog
2018-09-13, by Gregory Szorc
revlog: define ellipsis flag processors in core
2018-09-05, by Gregory Szorc
narrow: remove custom filelog type
2018-09-05, by Gregory Szorc
filelog: custom filelog to be used with narrow repos
2018-09-13, by Gregory Szorc
localrepo: iteratively derive local repository type
2018-09-18, by Gregory Szorc
localrepo: pass root manifest into manifestlog.__init__
2018-09-18, by Gregory Szorc
py3: create built in exceptions with str type messages in win32.py
2018-09-21, by Matt Harbison
tests: stabilize test-shelve.t#phasebased for #no-symlink and #no-execbit
2018-09-22, by Matt Harbison
debugdirstate: deprecate --nodates in favor of --no-dates
2018-09-20, by Martin von Zweigbergk
py3: fix a type error in hghave.has_hardlink
2018-09-21, by Matt Harbison
narrow: remove hack to read narowspec from shared .hg directory
2018-09-21, by Martin von Zweigbergk
streamclone: reimplement nested context manager
2018-09-21, by Augie Fackler
bundle2: grab kwarg using sysstr
2018-09-21, by Augie Fackler
py3: mark another passing test
2018-09-21, by Augie Fackler
bookmarks: remove --active in favor of --list
2018-09-15, by Yuya Nishihara
bookmarks: add explicit option to list bookmarks of the given names
2018-09-15, by Yuya Nishihara
bookmarks: reject --delete with --inactive which makes no sense
2018-09-15, by Yuya Nishihara
bookmarks: parse out --inactive to action early
2018-09-15, by Yuya Nishihara
bookmarks: parse out implicit "add" action early
2018-09-15, by Yuya Nishihara
bookmarks: clarify that opts['rename'] points to an old bookmark to be renamed
2018-09-15, by Yuya Nishihara
bookmarks: refactor option checking to pick one from --delete/rename/active
2018-09-15, by Yuya Nishihara
bookmarks: convert opts to bytes dict early
2018-09-15, by Yuya Nishihara
bookmarks: pass in formatter to printbookmarks() instead of opts (API)
2018-09-15, by Yuya Nishihara
strip: ignore orphaned internal changesets while computing safe strip roots
2018-09-19, by Boris Feld
shelve: no longer strip internal commit when using internal phase
2018-06-06, by Boris Feld
meld: enable auto-merge
2018-09-19, by Martin von Zweigbergk
run-tests: partially backout PYTHON quoting
2018-09-20, by Matt Harbison
py3: use '%d' instead of '%s' for integers
2018-09-21, by Pulkit Goyal
py3: use print as a function in tests/test-revert.t
2018-09-21, by Pulkit Goyal
chgserver: restore pager fds attached within runcommand session
2018-09-19, by Yuya Nishihara
chgserver: add separate flag to remember if stdio fds are replaced
2018-09-19, by Yuya Nishihara
status: remove "morestatus" message from formatter data (BC)
2018-09-15, by Yuya Nishihara
tests: show that the structure of the more status output looks weird
2018-09-15, by Yuya Nishihara
phabricator: add testedwith boilerplate
2018-09-15, by Yuya Nishihara
narrow: extract wdir cleanup function to make it extensible
2018-09-20, by Kyle Lippincott
changegroup: reintroduce some comments that have gotten lost over the years
2018-09-20, by Augie Fackler
changegroup: tease out a temporary prune method for manifests
2018-09-19, by Augie Fackler
changegroup: remove outdated comment
2018-09-19, by Augie Fackler
py3: encode the name to bytes before using in revsetpredicate()
2018-09-20, by Pulkit Goyal
py3: suppress the output on .write() calls in tests/test-hgweb-commands.t
2018-09-20, by Pulkit Goyal
py3: use stringutil.pprint() to print boolean values
2018-09-20, by Pulkit Goyal
py3: add a missing b'' in tests/test-newercgi.t
2018-09-20, by Pulkit Goyal
py3: use pycompat.maplist instead of map
2018-09-20, by Pulkit Goyal
py3: add some b'' prefixes in tests/test-extension.t
2018-09-20, by Pulkit Goyal
py3: make tests/svn-safe-append.py compatible with python 3
2018-09-20, by Pulkit Goyal
py3: use print as a function in tests/test-subrepo-svn.t
2018-09-20, by Pulkit Goyal
bundle2: make server.bundle2.stream default to True
2018-09-17, by Anton Shestakov
bundle2: graduate bundle2.stream option from experimental to server section
2018-09-17, by Anton Shestakov
tests: split capabilities into separate lines while searching for "narrow"
2018-09-20, by Anton Shestakov
py3: resolve Unicode issues around `hg serve` on Windows
2018-09-19, by Matt Harbison
run-tests: avoid os.getcwdb() on Windows
2018-09-19, by Matt Harbison
run-tests: quote PYTHON when spawning a subprocess
2018-09-19, by Matt Harbison
narrow: add test showing that local-to-local narrow clones don't work
2018-09-17, by Augie Fackler
fastannotate: process files as they arrive
2018-09-19, by Martin von Zweigbergk
py3: make osenvironb a proxy for, instead of a copy of os.environ where needed
2018-09-18, by Matt Harbison
memctx: simplify _manifest with new revlog nodeids
2018-05-22, by Sean Farley
context: remove unused overlayfilectx (API)
2018-05-22, by Sean Farley
context: fix typo in workingcommitctx
2018-06-11, by Sean Farley
filectx: fix return of renamed
2018-07-17, by Sean Farley
tests: glob over some quoting differences in test-narrow-widen-no-ellipsis.t
2018-09-19, by Matt Harbison
py3: byteify contrib/check-config.py
2018-09-18, by Matt Harbison
tests: quote PYTHON usage
2018-09-18, by Matt Harbison
py3: add a missing b'' for Windows
2018-09-18, by Matt Harbison
log: make changesetformatter pass in changectx to formatter
2018-09-03, by Yuya Nishihara
journal: use changesetformatter to properly nest list of commits in JSON
2018-09-03, by Yuya Nishihara
journal: do not pass in repolookuperror string to template (BC)
2018-09-03, by Yuya Nishihara
journal: inline formatted nodes and date into expression
2018-09-03, by Yuya Nishihara
journal: unify template name for "nodes" (BC)
2018-09-03, by Yuya Nishihara
localrepo: extract resolving of opener options to standalone functions
2018-09-12, by Gregory Szorc
localrepo: use boolean in opener options
2018-09-12, by Gregory Szorc
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip