Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
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.
localrepo: pass transaction kwargs as strings, not bytes
2018-01-17, by Augie Fackler
localrepo: consistently use native str when __dict__ is involved
2018-02-01, by Augie Fackler
smartset: use native string when peeking in __dict__
2018-01-17, by Augie Fackler
obsolete: use native string when peeking in __dict__
2018-01-17, by Augie Fackler
lsprof: use native string when peeking in __dict__
2018-01-17, by Augie Fackler
dirstate: use native strings when peeking in __dict__
2018-01-17, by Augie Fackler
context: use native string when peeking in __dict__
2018-01-17, by Augie Fackler
bundlerepo: use native str when peeking in __dict__
2018-01-17, by Augie Fackler
transaction: fix hg version check when loading journal
2018-01-17, by Augie Fackler
branchmap: make error messages consistent between Python 2 and 3
2018-01-17, by Augie Fackler
tests: bytestring-ify all the adhoc extensions in test-strip.t
2018-01-17, by Augie Fackler
filemerge: fix regular expression pattern to be bytes
2018-01-17, by Augie Fackler
tags: explicitly grab list of dict keys
2018-01-17, by Augie Fackler
commands: replace map() with list comprehension
2018-01-17, by Augie Fackler
commands: rewrite legacy ternary operator hack using modern syntax
2018-01-17, by Augie Fackler
strip: use %d for known-int string interpolation
2018-01-17, by Augie Fackler
strip: use in-place revset formatspec instead of %-formatting ourselves
2018-01-18, by Augie Fackler
tests: get run-tests to reliably hand shellquote a string and not a bytes
2018-01-17, by Augie Fackler
revsetlang: fix a doctest example on Python 3
2018-02-01, by Augie Fackler
merge with stable
2018-02-01, by Augie Fackler
Added signature for changeset 7de7bd407251
stable
2018-04-04, by Augie Fackler
Added tag 4.5.3 for changeset 7de7bd407251
stable
2018-04-04, by Augie Fackler
server: ensure the incoming request falls under the prefix value
stable
4.5.3
2018-04-01, by Matt Harbison
rebase: on abort, don't strip commits that didn't need rebased (issue5822)
stable
2018-03-15, by Martin von Zweigbergk
rebase: avoid defining two lists with the same contents
stable
2018-03-15, by Martin von Zweigbergk
tests: demonstrate aborted rebase strips commits that didn't need rebasing
stable
2018-03-15, by Martin von Zweigbergk
hgweb: garbage collect on every request
stable
2018-03-12, by Gregory Szorc
amend: abort if unresolved merge conflicts found (issue5805)
stable
2018-03-11, by Yuya Nishihara
Added signature for changeset 8bba684efde7
stable
2018-03-06, by Kevin Bullock
Added tag 4.5.2 for changeset 8bba684efde7
stable
2018-03-06, by Kevin Bullock
merge with security patches
stable
4.5.2
2018-03-06, by Kevin Bullock
hgweb: always perform permissions checks on protocol commands (BC) (SEC)
stable
2018-02-18, by Gregory Szorc
wireproto: check permissions when executing "batch" command (BC) (SEC)
stable
2018-02-20, by Gregory Szorc
wireproto: declare operation type for most commands (BC) (SEC)
stable
2018-02-20, by Gregory Szorc
wireproto: move command permissions dict out of hgweb_mod
stable
2018-02-20, by Gregory Szorc
tests: comprehensively test HTTP server permissions checking
stable
2018-02-20, by Gregory Szorc
tests: extract HTTP permissions tests to own test file
stable
2018-02-18, by Gregory Szorc
Added signature for changeset 369aadf7a326
stable
2018-03-06, by Kevin Bullock
Added tag 4.5.1 for changeset 369aadf7a326
stable
2018-03-06, by Kevin Bullock
revlog: resolve lfs rawtext to vanilla rawtext before applying delta
stable
4.5.1
2018-02-13, by Jun Wu
revlog: do not use delta for lfs revisions
stable
2018-02-13, by Jun Wu
changegroup: do not delta lfs revisions
stable
2018-02-06, by Jun Wu
lfs: add a test showing bundle application could be broken
stable
2018-02-06, by Jun Wu
test-annotate: set stdin and stdout to binary to get CR unmodified
stable
2018-03-04, by Yuya Nishihara
test-annotate: rewrite sed with some python
stable
2018-03-04, by Yuya Nishihara
test-subrepo: glob away an unstable hash
stable
2018-03-03, by Matt Harbison
subrepo: activate clone pooling to enable sharing with remote URLs
stable
2018-03-01, by Matt Harbison
subrepo: don't attempt to share remote sources (issue5793)
stable
2018-03-01, by Matt Harbison
test-subrepo: demonstrate problems with subrepo sharing and absolute paths
stable
2018-02-28, by Matt Harbison
annotate: do not poorly split lines at CR (issue5798)
stable
2018-02-21, by Yuya Nishihara
setup: only allow Python 3 from a source checkout (issue5804)
stable
2018-02-23, by Gregory Szorc
help: fix wording describing SSH requirements
stable
2018-02-21, by Josef 'Jeff' Sipek
graphlog: document what "_" and "*" mean
stable
2018-02-22, by Anton Shestakov
tests: expand test coverage for updating phases
stable
2018-02-18, by Gregory Szorc
tests: consolidate test-push-http.t and test-push-http-bundle1.t
stable
2018-02-18, by Gregory Szorc
tests: port value-less unbundle capability test to test-push-http.t
stable
2018-02-18, by Gregory Szorc
tests: add phase testing to test-push-http-bundle1.t
stable
2018-02-18, by Gregory Szorc
date: fix parsing months
stable
2018-02-16, by Jun Wu
tests: allow age to go up to triple digits in test-shelve.t
stable
2018-02-13, by Anton Shestakov
fileset: don't abort when running copied() on a revision with a removed file
stable
2018-02-06, by Matt Harbison
Added signature for changeset d334afc585e2
stable
2018-02-01, by Augie Fackler
Added tag 4.5 for changeset d334afc585e2
stable
2018-02-01, by Augie Fackler
merge with i18n
stable
4.5
2018-02-01, by Augie Fackler
i18n-pt_BR: synchronized with 373fb3f5922c
stable
2018-01-31, by Wagner Bruna
revset: evaluate filesets against each revision for 'file()' (issue5778)
stable
2018-01-28, by Matt Harbison
test-bookmarks-pushpull: stabilize for Windows
stable
2018-01-31, by Matt Harbison
makefile: add Ubuntu Artful docker targets (.deb and ppa)
stable
2018-02-01, by Anton Shestakov
bundle2: fix the formatting of the stream part requirements
stable
2018-01-31, by Boris Feld
streamclone: extract requirements formatting
stable
2018-01-29, by Boris Feld
bookmarks: fix pushkey compatibility mode (issue5777)
stable
2018-01-30, by Boris Feld
lazymanifest: avoid reading uninitialized memory
stable
2018-01-30, by Jun Wu
unamend: fix command summary line
stable
2018-01-26, by Martin von Zweigbergk
configitems: traverse sections deterministically
stable
2018-01-29, by Gregory Szorc
lfs: don't require the .hglfs file to be tracked to control the policy
stable
2018-01-29, by Matt Harbison
tests: add a pattern to fix --pure tests
stable
2018-01-27, by Augie Fackler
streamclone: add a comment about non-publishing being broken with v1
stable
2018-01-26, by Boris Feld
streamclone: move requirement update into consumev2
stable
2018-01-26, by Boris Feld
streamclone: use readexactly when reading stream v2
stable
2018-01-24, by Boris Feld
streamclone: rename '_emit' to '_emit2' for clarity
stable
2018-01-24, by Boris Feld
help: do not suggest "update --clean ." to cancel uncommitted merge
stable
2018-01-23, by Yuya Nishihara
minifileset: note the unsupported file pattern when raising a parse error
stable
2018-01-24, by Matt Harbison
lfs: don't automatically exclude '.hg*' files from external tracking
stable
2018-01-23, by Matt Harbison
lfs: rename {oid} to {lfsoid}
stable
2018-01-23, by Matt Harbison
lfs: rename {pointer} to {lfspointer}
stable
2018-01-22, by Matt Harbison
Added signature for changeset 27b6df1b5adb
stable
2018-01-22, by Augie Fackler
Added tag 4.5-rc for changeset 27b6df1b5adb
stable
2018-01-22, by Augie Fackler
merge with stable to begin 4.5 freeze
stable
4.5-rc
2018-01-22, by Augie Fackler
bundle2: increase payload part chunk size to 32kb
2018-01-20, by Gregory Szorc
bundle2: always advertise client support for stream parts
2018-01-22, by Gregory Szorc
exchange: don't send stream data when server.uncompressed is set
2018-01-22, by Gregory Szorc
bundle2: don't advertise stream bundle2 capability when feature disabled
2018-01-22, by Gregory Szorc
tests: add more testing around server.uncompressed
2018-01-22, by Gregory Szorc
bundle2: move version of stream clone into part name
2018-01-22, by Gregory Szorc
exchange: send bundle2 stream clones uncompressed
2018-01-22, by Gregory Szorc
tests: update test to work with Git 2.16
2018-01-22, by Gregory Szorc
exchange: return bundle info from getbundlechunks() (API)
2018-01-20, by Gregory Szorc
exchange: make stream bundle part deterministic
2018-01-20, by Gregory Szorc
bundle2: specify what capabilities will be used for
2018-01-20, by Gregory Szorc
wireproto: don't compress errors from getbundle()
2018-01-20, by Gregory Szorc
tests: teach get-with-headers.py some new tricks
2018-01-20, by Gregory Szorc
tests: use argparse in get-with-headers.py
2018-01-20, by Gregory Szorc
convert: use a collections.deque
2018-01-21, by Gregory Szorc
repair: invalidate volatile sets after stripping
2018-01-20, by Martin von Zweigbergk
subrepo: handle 'C:' style paths on the command line (issue5770)
2018-01-21, by Matt Harbison
dummysmtpd: don't die on client connection errors
2018-01-22, by Matt Harbison
cext: define MIN macro only if it is not yet defined
2018-01-21, by André Sintzoff
copyright: update to 2018
2018-01-21, by Anton Shestakov
tests: glob copyright years in test-extension.t
2018-01-21, by Anton Shestakov
test-sshserver: stabilize for Windows
2018-01-20, by Matt Harbison
test-branch-change: stabilize for Windows
2018-01-20, by Matt Harbison
test-sparse: make the '.hg' exclusion filter Windows compatible
2018-01-20, by Matt Harbison
lfs: rename {lfsattrs} to {pointer}
2018-01-19, by Matt Harbison
lfs: expand the user facing documentation
2018-01-19, by Matt Harbison
streamclone: also stream caches to the client
2018-01-18, by Boris Feld
caches: make 'cachetocopy' available in scmutil
2018-01-17, by Boris Feld
streamclone: add support for cloning non append-only file
2018-01-18, by Boris Feld
streamclone: tests phase exchange during stream clone
2018-01-18, by Boris Feld
streamclone: add support for bundle2 based stream clone
2018-01-17, by Boris Feld
pull: preindent some code
2018-01-17, by Boris Feld
pull: reorganize bundle2 argument bundling
2018-01-17, by Boris Feld
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip