log mercurial/scmutil.py @ 44104:1fbc38b4df97 draft default tip glob

age author description
2019-03-11 Martin von Zweigbergk scmutil: document matcher argument of movedirstate()
2019-03-11 Martin von Zweigbergk uncommit: move _movedirstate() to scmutil for reuse
2019-01-02 Boris Feld rewriting: add an option for rewrite commands to use the archived phase
2019-02-21 Martin von Zweigbergk templatekw: move getrenamedfn() to scmutil (API)
2019-02-13 Martin von Zweigbergk scmutil: fix a comment that doesn't match the code
2019-02-11 Martin von Zweigbergk addremove: respect ui.relative-paths
2019-02-11 Martin von Zweigbergk windows: use util.localpath for repo-relative paths in getuipathfn()
2019-02-10 Martin von Zweigbergk match: delete unused root and cwd arguments from {always,never,exact}() (API)
2019-02-09 Martin von Zweigbergk scmutil: remove special handling of pats==("",) in matchandpats() (API)
2019-02-08 Martin von Zweigbergk scmutil: respect ui.relative-paths in default match.badfn
2019-02-08 Martin von Zweigbergk addremove: use uipathfn instead of m.rel() for recorded similatity message
2019-02-08 Martin von Zweigbergk addremove: pass around uipathfn and use instead of m.uipath() (API)
2019-02-07 Martin von Zweigbergk add: pass around uipathfn and use instead of m.rel() (API)
2019-02-08 Martin von Zweigbergk subrepo: (mostly) use relative path in "skipping missing subrepository"
2019-02-07 Martin von Zweigbergk subrepo: adjust subrepo prefix before calling subrepo.addremove() (API)
2019-02-05 Martin von Zweigbergk scmutil: delete now-unused origpath() (API)
2019-02-05 Martin von Zweigbergk scmutil: introduce a new backuppath() to replace origpath()
2019-02-02 Martin von Zweigbergk config: introduce a new value for ui.relative-paths getting old behavior
2019-01-29 Martin von Zweigbergk status: introduce higher-level ui.relative-paths
2019-01-29 Martin von Zweigbergk status: extract helper for producing relative or absolute path for UI
2019-01-26 Yuya Nishihara dispatch: unify handler of IOError and OSError
2019-01-26 Yuya Nishihara dispatch: quote filename in IOError as well
2019-01-26 Yuya Nishihara dispatch: add inline comment about possible IOError subtypes
2019-01-24 Martin von Zweigbergk revpair: clarify check for empty revset
2019-01-24 Martin von Zweigbergk revpair: simplify revpair by always relying on smartset.first/last
2019-01-17 Martin von Zweigbergk scmutil: drop unreachable except clause
2019-01-10 Boris Feld revset: enforce "%d" to be interpreted as literal revision number (API) (BC)
2019-01-13 Yuya Nishihara progress: specify updatebar() function by constructor argument
2019-01-13 Yuya Nishihara progress: change _updatebar() to take parameters as arguments
2019-01-08 Martin von Zweigbergk progress: check what type of progress bar to use only once per topic