2017-05-25 |
Yuya Nishihara |
cat: add formatter support
|
2017-05-27 |
Yuya Nishihara |
cat: pass filename template as explicit argument
|
2017-05-03 |
Pulkit Goyal |
py3: abuse r'' to access keys in keyword arguments
|
2017-04-24 |
Pulkit Goyal |
py3: handle opts correctly for `hg add`
|
2017-04-15 |
Matt Harbison |
serve: add support for Mercurial subrepositories
|
2017-03-21 |
Augie Fackler |
merge with stable
|
2017-03-20 |
Simon Farnsworth |
subrepo: move prompts out of the if (issue5505)
stable
|
2017-03-15 |
Yuya Nishihara |
util: wrap s.encode('string_escape') call for future py3 compatibility
|
2017-03-09 |
Pierre-Yves David |
subrepo: directly use repo.vfs.join
|
2017-03-02 |
Pierre-Yves David |
vfs: use 'vfs' module directly in 'mercurial.subrepo'
|
2017-02-21 |
Pierre-Yves David |
color: move git-subrepo support into the subrepo module
|
2017-02-26 |
Matt Harbison |
subrepo: run the repo decoders when archiving
|
2017-01-10 |
Valters Vingolds |
rebase: provide detailed hint to abort message if working dir is not clean
|
2016-12-18 |
Pulkit Goyal |
py3: replace os.name with pycompat.osname (part 1 of 2)
|
2016-12-17 |
Pulkit Goyal |
py3: replace os.environ with encoding.environ (part 2 of 5)
|
2016-12-17 |
Pulkit Goyal |
py3: replace os.sep with pycompat.ossep (part 3 of 4)
|
2016-10-08 |
Simon Farnsworth |
merge: use labels in subrepo merge
|
2016-07-11 |
Yuya Nishihara |
error: make hintable exceptions reject unknown keyword arguments (API)
|
2016-06-14 |
liscju |
i18n: translate abort messages
|
2016-06-10 |
Augie Fackler |
cleanup: replace uses of util.(md5|sha1|sha256|sha512) with hashlib.\1
|
2016-05-25 |
FUJIWARA Katsunori |
subrepo: make a message translatable
|
2016-04-28 |
Matt Harbison |
verify: don't init subrepo when missing one is referenced (issue5128) (API)
stable
|
2016-04-16 |
Matt Mackall |
subrepo: disable localizations when calling Git (issue5176)
|
2016-03-29 |
Matt Mackall |
merge with stable
|
2016-03-21 |
Mateusz Kwapich |
subrepo: set GIT_ALLOW_PROTOCOL to limit git clone protocols (SEC)
stable
|
2016-03-25 |
Matt Mackall |
merge with stable
|
2016-03-24 |
Martin von Zweigbergk |
subrepo: adapt to git's recent renames-by-default
stable
|
2016-03-17 |
timeless |
remove: queue warnings until after status messages (issue5140) (API)
|
2016-02-06 |
Martin von Zweigbergk |
match: rename "narrowmatcher" to "subdirmatcher" (API)
|
2016-01-18 |
Mason Malone |
subrepo: better error messages in _ensuregit
stable
|
2016-01-15 |
Bryan O'Sullivan |
with: use context manager in subrepo storeclean
|
2016-01-15 |
Bryan O'Sullivan |
with: use context manager in subrepo _cachestorehash
|
2016-01-02 |
Siddharth Agarwal |
origpath: move from cmdutil to scmutil
|
2015-11-10 |
Christian Delahousse |
git-subrepos: revert respects specified location to save .orig files
|
2015-10-16 |
Mads Kiilerich |
spelling: trivial spell checking
|
2015-10-08 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
2015-08-09 |
Gregory Szorc |
subrepo: use absolute_import
|
2015-06-25 |
Matt Mackall |
subrepo: mark internal-only option
|
2015-07-09 |
FUJIWARA Katsunori |
subrepo: use vfs.dirname instead of os.path.dirname
|
2015-07-09 |
FUJIWARA Katsunori |
subrepo: use vfs.basename instead of os.path.basename
|
2015-07-09 |
FUJIWARA Katsunori |
subrepo: use repo.pathto instead of util.pathto to simplify invocation
|
2015-07-09 |
FUJIWARA Katsunori |
subrepo: prefetch ctx.repo() for efficiency and centralization
|
2015-06-24 |
Gregory Szorc |
global: mass rewrite to use modern exception syntax
|
2015-06-24 |
Gregory Szorc |
global: mass rewrite to use modern octal syntax
|