Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-128
+128
+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.
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
histedit: add newline after ui.log "# acttions to histedit" message
2019-01-11, by Kyle Lippincott
rust-cpython: bindings for MissingAncestors
2018-11-30, by Georges Racinet
rust-cpython: generalised conversion function
2019-01-09, by Georges Racinet
rust-cpython: style consistency leftovers
2019-01-08, by Georges Racinet
rust-cpython: consistency in use of hg-core constructs
2019-01-08, by Georges Racinet
rust-cpython: rustdoc improvements
2018-12-22, by Georges Racinet
fuzz: stop building Python in the Makefile
2019-01-10, by Augie Fackler
py3: add a test to whitelist caught by buildbot
2019-01-10, by Pulkit Goyal
tests: de-flake test-narrow-share.t by making dirstate predictable
2019-01-10, by Martin von Zweigbergk
convert: don't drop commits that are empty in the source when using --filemap
2019-01-09, by Matt Harbison
convert: add missing numcommits() override to hg sources
2019-01-09, by Matt Harbison
testrunner: make `-j100 --runs-per-test=100 test-foo.t` use 100 jobs
2019-01-10, by Martin von Zweigbergk
narrow: use merge.ACTION_GET instead of duplicating 'g' constant
2019-01-06, by Martin von Zweigbergk
narrow: drop explicit dirstate write
2019-01-07, by Martin von Zweigbergk
histedit: fix --continue and --abort when curses is enabled
2019-01-09, by Augie Fackler
graft: abort if --date/user specified with --currentdate/currentuser (BC)
2019-01-10, by Yuya Nishihara
amend: turn currentdate into tri-state bool so config option can be negated
2019-01-10, by Yuya Nishihara
discovery: improve partial discovery documentation
2019-01-04, by Boris Feld
discovery: add a simple `addinfo` method
2018-12-28, by Boris Feld
discovery: move missing tracking inside the partialdiscovery object
2018-12-28, by Boris Feld
discovery: add a `iscomplete` method to the `partialdiscovery` object
2018-12-28, by Boris Feld
discovery: update undecided from common directly within partialdiscovery
2018-12-28, by Boris Feld
discovery: move undecided set on the partialdiscovery
2018-12-28, by Boris Feld
histedit: use context manager for locks
2019-01-09, by Martin von Zweigbergk
histedit: drop unused constructor arguments (API)
2019-01-09, by Martin von Zweigbergk
phabricator: teach {phabreview} to work without --amend
2019-01-05, by Matt Harbison
phabricator: warn if unable to amend, instead of aborting after posting
2019-01-05, by Matt Harbison
discovery: re-adjust a conditional wrongly changed
2019-01-10, by Boris Feld
cleanup: stop including thirdparty.cbor in builds
2019-01-07, by Augie Fackler
tests: get access to thirdparty.cbor without requiring it to be installed
2019-01-07, by Augie Fackler
tests: add simplestorerepo to test-check-interfaces.py
2019-01-07, by Augie Fackler
simplestorerepo: migrate to in-hg CBOR code
2019-01-07, by Augie Fackler
simplestorerepo: minimal changes required to get this mostly working again
2019-01-07, by Augie Fackler
perfrevlogwrite: use progress helper on modern hg
2018-12-04, by Martin von Zweigbergk
merge: make local file storage in the .hg/merge directory extensible
2019-01-08, by Daniel Ploch
context: schedule file prefetch before comparing for cleanliness
2019-01-08, by Kyle Lippincott
manifest: convert a recursive function to iterative one using stacks
2018-12-12, by Pulkit Goyal
obsutil: fix the issue5686
2018-12-23, by Sushil khanchi
histedit: add user input to warning message on editing tagged commits
2019-01-06, by Navaneeth Suresh
sparse: fix debugrebuilddirsate when narrow extension is enabled
2018-12-24, by Pulkit Goyal
tests: show that debugrebuilddirstate is broken with narrow+sparse
2018-12-24, by Pulkit Goyal
sparse: don't enable on clone if it was a narrow clone
2018-12-24, by Pulkit Goyal
tests: add tests for narrow clone when both sparse and narrow are enabled
2018-12-24, by Pulkit Goyal
histedit: crashing with a more useful error message on empty defaultrev
stable
2019-01-09, by rdamazio
progress: check what type of progress bar to use only once per topic
2019-01-08, by Martin von Zweigbergk
progress: split up _print() method in bar-updating and debug-printing
2019-01-08, by Martin von Zweigbergk
progress: move cached debug flag from progress.progbar to scmutil.progress
2019-01-08, by Martin von Zweigbergk
progress: write ui.progress() in terms of ui.makeprogress()
2019-01-07, by Martin von Zweigbergk
testrunner: avoid capturing a regex group we don't care about
2019-01-08, by Martin von Zweigbergk
remotefilelog: add newlines to ui.log() invocations
2019-01-08, by Kyle Lippincott
xdiff: don't attempt to use fuzzer inputs larger than 100k
2019-01-08, by Augie Fackler
tests: support passing testcase after .t paths that have path separators
2019-01-08, by Kyle Lippincott
progress: document progress.debug config option
2019-01-08, by Martin von Zweigbergk
tests: migrate test-wireproto-serverreactor.py to our internal CBOR
2019-01-07, by Augie Fackler
state: update comment about use of CBOR
2019-01-07, by Augie Fackler
rust-ancestors: adjust branches and inline comments per previous change
2018-12-19, by Yuya Nishihara
rust-ancestors: remove unreachable conditions from missing_ancestors()
2018-12-19, by Yuya Nishihara
rust-ancestors: duplicate loop that visits parents of revs/bases
2018-12-19, by Yuya Nishihara
rust-ancestors: adjust indent level to make next change easier to follow
2018-12-19, by Yuya Nishihara
rust-cpython: remove invalid __package__ attribute
2019-01-06, by Yuya Nishihara
merge with stable
2019-01-07, by Augie Fackler
Added signature for changeset 197f092b2cd9
stable
2019-01-07, by Augie Fackler
Added tag 4.8.2 for changeset 197f092b2cd9
stable
2019-01-07, by Augie Fackler
tests: use more portable flags in test-fix.t
2019-01-07, by Danny Hooper
amend: add -D/--currentdate option
2019-01-07, by Yuya Nishihara
amend: add boolean to ignore date-only change
2019-01-07, by Yuya Nishihara
amend: refactor commit date handling
2019-01-07, by Yuya Nishihara
test-amend: remove uninteresting fields from log output to deduplicate tests
2019-01-07, by Yuya Nishihara
pull: use opts.get('bookmark') instead of opts['bookmark']
2018-12-26, by Pulkit Goyal
amend: add config option to update time to current in hg amend (issue5828)
2019-01-04, by Taapas Agrawal
tests: correct version check in clientreactor test
2019-01-06, by Augie Fackler
py3: buildbot spotted more passing tests
2019-01-06, by Augie Fackler
tests: add lots of b prefix goo to test-fastannotate-revmap.py
2019-01-06, by Augie Fackler
fastannotate: add a missing b prefix
2019-01-06, by Augie Fackler
rust-cpython: using the new bindings from Python
2018-12-06, by Georges Racinet
rust-cpython: binding for LazyAncestors
2018-12-13, by Georges Racinet
discovery: move common heads computation inside partialdiscovery object
2018-12-28, by Boris Feld
discovery: introduce a partialdiscovery object
2018-12-28, by Boris Feld
discovery: move handling of sampling special case inside sampling function
2018-12-14, by Boris Feld
discovery: minor fix to some conditionals
2019-01-04, by Boris Feld
delta: reuse _findsnapshot call from previous stage
2018-12-20, by Boris Feld
delta: have a native implementation of _findsnapshot
2018-12-20, by Boris Feld
transaction: do not overwrite atomic-temp files on error
2018-12-23, by Yuya Nishihara
help: fix typo
2019-01-03, by Ludovic Chabant
rust: use 'impl Trait' in method argument of AncestorsIterator
2018-12-18, by Yuya Nishihara
rust: use .rev() for reverse range
2018-12-18, by Yuya Nishihara
histedit: add warning message on editing tagged commits (issue4017)
2019-01-04, by Navaneeth Suresh
strip: extract bookmark movement into a separate function
2019-01-02, by Boris Feld
strip: compute bookmark target only if we have bookmark to move
2019-01-02, by Boris Feld
strip: extract code to create strip backup
2019-01-02, by Boris Feld
strip: clarify comment around bundle create
2019-01-02, by Boris Feld
strip: move attributes shortcut assigned earlier
2019-01-02, by Boris Feld
less
more
|
(0)
-30000
-10000
-3000
-1000
-128
+128
+1000
+3000
+10000
tip