2019-10-06 |
Navaneeth Suresh |
grep: put --diff in the first line of usage
|
2019-10-12 |
Martin von Zweigbergk |
format: format commands.py, which recently regressed
|
2019-10-05 |
Kyle Lippincott |
push: support config option to require revs be specified when running push
|
2019-10-08 |
Martin von Zweigbergk |
cleanup: join string literals that are already on one line
|
2019-10-07 |
Gregory Szorc |
py3: finish porting iteritems() to pycompat and remove source transformer
|
2019-10-06 |
Gregory Szorc |
py3: manually import pycompat.open into files that need it
|
2019-10-06 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
2019-10-06 |
Augie Fackler |
formatting: blacken the codebase
|
2019-09-17 |
David Demelier |
archive: add XZ support if built with Python 3
|
2019-09-08 |
Matt Harbison |
uncommit: add options to update to the current user or current date
|
2019-08-07 |
Navaneeth Suresh |
config: fix fm.data() handling of defaultvalue
|
2019-08-03 |
Navaneeth Suresh |
config: remove pycompat.bytestr() for defaultvalue
|
2019-08-01 |
Navaneeth Suresh |
config: add defaultvalue template keyword
|
2019-07-23 |
Navaneeth Suresh |
unshelve: add help text on --interactive in verbose mode
stable
|
2019-07-18 |
Taapas Agrawal |
commands: removed part of description from abort and continue
|
2019-07-18 |
Navaneeth Suresh |
shelve: modify help text on --interactive
|
2019-07-18 |
Navaneeth Suresh |
unshelve: mark unshelve interactive as experimental
|
2019-07-02 |
Navaneeth Suresh |
unshelve: add interactive mode
|
2019-07-17 |
Taapas Agrawal |
continue: added support for unshelve
|
2019-07-15 |
Taapas Agrawal |
continue: added logic for hg continue
|
2019-06-29 |
Taapas Agrawal |
abort: added support for merge
|
2019-06-26 |
Taapas Agrawal |
abort: added support for unshelve
|
2019-06-23 |
Taapas Agrawal |
abort: added support for graft
|
2019-06-23 |
Taapas Agrawal |
abort: added logic for of hg abort
|
2019-07-09 |
Augie Fackler |
merge with stable
|
2019-07-09 |
Taapas Agrawal |
merge: disallow merge abort in case of an unfinished operation (issue6160)
|
2019-07-06 |
Taapas Agrawal |
graft: moved abortgraft and readgraft to cmdutil
|
2019-07-04 |
Navaneeth Suresh |
unshelve: rename _dounshelve() to dounshelve()
|
2019-07-03 |
Anton Shestakov |
move: --force flag forcibly moves, not copies
stable
|
2019-07-03 |
Anton Shestakov |
copy: correct synopsis by making SOURCE a required argument
stable
|
2019-05-18 |
Sushil khanchi |
commit: add --force-close-branch flag to close a non-head changeset
|
2019-06-28 |
Navaneeth Suresh |
shelve: move shelve extension to core
|
2019-06-08 |
Taapas Agrawal |
states: moved cmdutil.unfinishedstates to state.py
|
2019-06-19 |
Martin von Zweigbergk |
log: pass getcopies() function instead of getrenamed() to displayer (API)
|
2019-04-15 |
Sushil khanchi |
commit: make the error message more specific while aborting branch closing
|
2019-04-15 |
Sushil khanchi |
commit: add a check if it is trying to close an already closed branch head
|
2019-05-31 |
amalloy |
help: remove repeated word in 'hg help rebase'
|
2019-06-04 |
Yuya Nishihara |
root: add template variables pointing to repository directories
|
2019-06-04 |
Yuya Nishihara |
root: add support for -Tformatter option
|
2019-05-18 |
Matt Harbison |
commands: drop support for legacy ^cmd registration (API)
|
2019-05-15 |
Pulkit Goyal |
py3: add a r'' to prevent transformer adding b''
|
2019-04-30 |
Yuya Nishihara |
help: suggest merge() revset instead of -m/--only-merges
|
2019-05-03 |
Anton Shestakov |
commit: add ability to print file status after each successful invocation
|
2019-04-15 |
Sushil khanchi |
branch: abort if closing branch from a non-branchhead cset
|
2019-04-21 |
Gregory Szorc |
commands: use byteskwargs() in verify()
|
2019-04-16 |
Pierre-Yves David |
verify: introduce an experimental --full flag
|
2019-04-16 |
Pierre-Yves David |
recover: add a --[no-]verify flag
|
2019-04-05 |
Pierre-Yves David |
pull: improved message issued in case of failed update
|
2019-04-05 |
Pierre-Yves David |
pull: deal with locally filtered changeset passed into --rev
|
2019-04-05 |
Pulkit Goyal |
branch: return early if we find an open named branch apart from default
|
2019-04-12 |
timeless |
import: suppress accept: header
|
2019-01-18 |
Martin von Zweigbergk |
grep: reuse getrenamedfn() from scmutil
|
2019-02-21 |
Martin von Zweigbergk |
templatekw: move getrenamedfn() to scmutil (API)
|
2019-02-21 |
Augie Fackler |
cleanup: use () to wrap long lines instead of \
|
2019-02-17 |
Martin von Zweigbergk |
subrepo: use root-repo-relative path from `hg files` with ui.relative-paths=no
|
2019-02-15 |
Jordi GutiƩrrez Hermoso |
grep: give different labels to + and - symbols
|
2019-02-11 |
Martin von Zweigbergk |
resolve: slightly simplify join expression by joining with empty strings
|
2019-02-11 |
Martin von Zweigbergk |
resolve: respect ui.relative-paths also for warning messages
|
2019-02-11 |
Martin von Zweigbergk |
addremove: respect ui.relative-paths
|
2019-02-08 |
Martin von Zweigbergk |
forget: pass around uipathfn and use instead of m.rel() (API)
|