Re: git reflog hg equivalent?

2017-04-20 Thread Augie Fackler
On Wed, Apr 19, 2017 at 4:40 PM, Uwe Brauer wrote: > > This does not really makes much sense, but the point is I now run > that command on a repo which is pushed to bitbucket and contains two > named branches. In that repo I obtain > > Hg journal --all > previous locations of the working copy and

Re: templating compatibility between 3.4 and 4.1

2017-04-20 Thread Yuya Nishihara
On Wed, 19 Apr 2017 13:22:29 -0700, Danek Duvall wrote: > Danek Duvall wrote: > > > We're trying to roll out a cute bit of templating-fu that does some > > highlighting of keywords in descriptions. It works pretty well. > > Unfortunately, the same style file doesn't work on both 3.4 (which is sti

Re: git reflog hg equivalent?

2017-04-20 Thread Uwe Brauer
> On Wed, Apr 19, 2017 at 4:40 PM, Uwe Brauer wrote: > I believe the journal extension is storing extra data, and if it > wasn't enabled then it won't know about the history of how the > repository changed over time. Ok that makes sense, thanks. The information is stored in the loc

git filter-branch equivalent

2017-04-20 Thread Uwe Brauer
Hi I hope this my last question concerning hg equivalents to git features, but is there something comparable to git filter-branches? Evolve, maybe? Thanks Uwe Brauer ___ Mercurial mailing list Mercurial@mercurial-scm.org https://www.mercurial-scm.or

Re: git filter-branch equivalent

2017-04-20 Thread Nathan Goldbaum
The documentation for git filter-branch is pretty inscrutable. People on this list are also not necessarily familiar with how git works. Can you summarize what functionality you are looking for? On Thu, Apr 20, 2017 at 9:30 AM, Uwe Brauer wrote: > Hi > > I hope this my last question concerning h

Re: git filter-branch equivalent

2017-04-20 Thread Sean Farley
Uwe Brauer writes: > Hi > > I hope this my last question concerning hg equivalents to git features, > but is there something comparable to git filter-branches? 'hg convert' is what you're looking for (e.g. branchmap, filemap, etc) > Evolve, maybe? It's not really for this type of thing but you

Re: git filter-branch equivalent

2017-04-20 Thread Uwe Brauer
>>> "Sean" == Sean Farley writes: > Uwe Brauer writes: >> Hi >> >> I hope this my last question concerning hg equivalents to git features, >> but is there something comparable to git filter-branches? > 'hg convert' is what you're looking for (e.g. branchmap, filemap, etc) tha

Re: git filter-branch equivalent

2017-04-20 Thread Gregory Szorc
On Thu, Apr 20, 2017 at 9:38 AM, Sean Farley wrote: > Uwe Brauer writes: > > > Hi > > > > I hope this my last question concerning hg equivalents to git features, > > but is there something comparable to git filter-branches? > > 'hg convert' is what you're looking for (e.g. branchmap, filemap, et