2015-11-12 |
Augie Fackler |
bmstore: add handling of the active bookmark
|
2015-12-23 |
Gregory Szorc |
localrepo: use absolute_import
|
2015-12-03 |
Pierre-Yves David |
discovery: properly filter changeset in 'peer.known' (issue4982)
|
2015-12-08 |
FUJIWARA Katsunori |
commit: make commit acquire store lock before processing for consistency
|
2015-12-08 |
Matt Mackall |
merge with stable
|
2015-12-06 |
Pierre-Yves David |
localrepo: reinstate localrepo.parents with a deprecation warning
|
2015-12-03 |
Pierre-Yves David |
localrepo: add a second auditor without file system check
|
2015-11-12 |
Augie Fackler |
commands: inline definition of localrepo.parents() and drop the method (API)
|
2015-11-12 |
Augie Fackler |
localrepo: document nodebookmarks
|
2015-11-12 |
Augie Fackler |
localrepo: remove clone method by hoisting into hg.py
|
2015-12-01 |
Siddharth Agarwal |
localrepo.commit: check all files for resolve state (issue4972)
stable
|
2015-11-21 |
Gregory Szorc |
localrepo: improve docstring for revset methods
|
2015-11-18 |
Laurent Charignon |
localrepo: put bookmark move following commit in one transaction
|
2015-11-17 |
Siddharth Agarwal |
localrepo.commit: switch to mergestate.read()
|
2015-11-18 |
Siddharth Agarwal |
localrepo: switch to mergestate.clean()
|
2015-11-02 |
Pierre-Yves David |
format: introduce 'format.usegeneraldelta`
|
2015-11-02 |
Pierre-Yves David |
scmutil: extract general delta config handling in a function
|
2015-10-24 |
FUJIWARA Katsunori |
localrepo: discard objects in _filecache at transaction failure (issue4876)
stable
|
2015-10-16 |
Mads Kiilerich |
spelling: trivial spell checking
|
2015-10-15 |
Siddharth Agarwal |
localrepo.commit: abort if merge driver's conclude step hasn't been run yet
|
2015-10-16 |
FUJIWARA Katsunori |
hook: centralize passing HG_PENDING to external hook process
|
2015-10-16 |
FUJIWARA Katsunori |
dirstate: make dirstate.write() callers pass transaction object to it
|
2015-10-14 |
Siddharth Agarwal |
localrepo.commit: disallow commit when driver-resolved files exist
|
2015-10-13 |
Augie Fackler |
localrepo: use cg?unpacker.apply() instead of changegroup.addchangegroup()
|
2015-10-13 |
FUJIWARA Katsunori |
dirstate: make writing in-memory changes aware of transaction activity
|
2015-10-13 |
FUJIWARA Katsunori |
localrepo: restore dirstate to one before rollbacking if not parent-gone
|
2015-10-08 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
2015-10-08 |
FUJIWARA Katsunori |
localrepo: execute appropriate actions for dirstate at releasing transaction
|
2015-10-06 |
Siddharth Agarwal |
localrepo: prevent wlock from being inherited when a transaction is running
|
2015-10-05 |
Siddharth Agarwal |
localrepo: add a way to get the current wlock if it's held
|
2015-10-05 |
Siddharth Agarwal |
localrepo: add a way to get the current lock if it's held
|
2015-09-25 |
Siddharth Agarwal |
localrepo: allow wlock to be inherited
|
2015-10-05 |
Siddharth Agarwal |
localrepo: add a note about parentenvvar
|
2015-10-03 |
Gregory Szorc |
exchange: move stream clone logic into pull code path
|
2015-10-03 |
Gregory Szorc |
exchange: teach pull about requested stream clones
|
2015-10-03 |
Gregory Szorc |
streamclone: move streaming clone logic from localrepo
|
2015-10-02 |
Gregory Szorc |
streamclone: move stream_in() from localrepo
|
2015-10-02 |
Gregory Szorc |
streamclone: move applystreamclone() from localrepo.py
|
2015-09-25 |
Siddharth Agarwal |
localrepo: allow creating inherited locks
|
2015-09-29 |
Matt Mackall |
merge with stable
|
2015-09-29 |
Yuya Nishihara |
localrepo: recreate phasecache if changelog was modified (issue4855)
|
2015-09-29 |
Yuya Nishihara |
localrepo: recreate phasecache if changelog was modified (issue4855)
stable
|
2015-09-24 |
Pierre-Yves David |
tag: remove a mutable default argument
|
2015-09-24 |
Pierre-Yves David |
commit: remove a mutable default argument
|
2015-09-22 |
Siddharth Agarwal |
lock: move acquirefn call to inside the lock
|
2015-09-22 |
Siddharth Agarwal |
localrepo: call lock.lock with releasefn as a keyword arg
|
2015-09-14 |
Yuya Nishihara |
localrepo: refresh filecache stats only if transaction finished successfully
|
2015-09-15 |
Yuya Nishihara |
localrepo: move closure of lock release to class
|
2015-09-03 |
Siddharth Agarwal |
localrepo: move dirstate validate function to class scope
|
2015-08-30 |
Durham Goode |
revlog: add an aggressivemergedelta option
|
2015-07-29 |
FUJIWARA Katsunori |
localrepo: make journal.dirstate contain in-memory changes before transaction
stable
|
2015-06-25 |
Matt Mackall |
bookmarks: mark internal-only option
|